i965g: add constant buffer setter
[mesa.git] / src / mesa /
2009-10-24 Keith Whitwelli965g: more work on compiling, particularly the brw_dra...
2009-10-23 Keith Whitwellgallium: remove the swizzling parts of ExtSwizzle
2009-10-23 Keith Whitwellgallium: remove noise opcodes
2009-10-23 Alex Deucherr600: remove remains of old tnl pipeline
2009-10-23 Alex Deucherr600: fix render size prediction
2009-10-23 Alex Deucherr600: remove old tnl pipeline
2009-10-23 Alex Deucherr600: clean up context creation
2009-10-23 Ian RomanickRevert "Store clipping distance for user clip planes...
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Brian Paulmesa: fix up vbo comments
2009-10-23 Brian Paulmesa: added _mesa_dump_texture()
2009-10-23 Brian Paulintel: flush old context before binding new context
2009-10-23 Brian Paulmesa: code refactoring- new _mesa_finish(), _mesa_flush()
2009-10-22 Brian Pauli965: fix hacked Fallback usage in brw_prepare_vertices()
2009-10-22 Brian Paulintel: define INTEL_FALLBACK_DRIVER for drivers
2009-10-22 Brian Paulintel: Fallback field is a bitmask, use GLbitfield
2009-10-22 Brian Pauli965: remove unused brw_context::tmp_fallback field
2009-10-22 Brian Pauli965: remove unused BRW_FALLBACK_TEXTURE bit
2009-10-22 Corbin SimpsonKill off trident.
2009-10-22 Corbin SimpsonNuke s3v.
2009-10-22 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-22 Andre Maasikasr600: set barrier for tex inst if dst is used earlier...
2009-10-22 Andre Maasikasr600: need to export something from PS
2009-10-22 Andre Maasikasr600: add beginnings of ARL instruction
2009-10-21 Brian Paulmesa: added _mesa_dump_renderbuffers() debug code
2009-10-20 Eric Anholtintel: Fix flipped condition in ARB_sync GetSYnciv...
2009-10-20 Eric Anholtmeta: Fix the BufferSubData in meta clear to be BufferData.
2009-10-20 Vinson Leemesa: Fix Mac OS build.
2009-10-19 Mathias Fröhlichr300: fix texture size handling with size > 2048
2009-10-19 Robert Nolandr600: Fix size calculation for 24 bit depth
2009-10-19 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-18 Corbin Simpsongallium: Permit surface_copy and surface_fill to be...
2009-10-18 Corbin SimpsonMerge branch 'master' of ssh://git.freedesktop.org...
2009-10-17 Chris Wilsonintel: Disallow relocations to the byte beyond the...
2009-10-16 Brian Paulmesa: fix/update some comments
2009-10-16 Brian Paulmesa: lift default symlinks target into Makefile.template
2009-10-16 Brian Paulmesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler
2009-10-16 Brian Paulmesa: added SUBDIRS support in dri/Makefile.template
2009-10-16 Brian Paulmesa: move a comma
2009-10-16 Brian Paulmesa: added MESA_GLSL=useprog debug flag
2009-10-16 Maciej Cencorar300: fix vertex program parameters limits
2009-10-16 Brian Paulmesa: use C locale for _mesa_strtod()
2009-10-15 Owen TaylorUse the right pitch when rendering to a texture
2009-10-15 Robert Nolandr600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear...
2009-10-15 Robert Nolandr600: cleanup in r600_cs_process_relocs().
2009-10-15 Robert Nolandradeon: return EINVAL for 0 length buffers.
2009-10-15 Andre Maasikasr600: fix tfp1 bo size
2009-10-15 Andre Maasikasr600: implement ProgramStringNotify
2009-10-15 Andre Maasikasr600: LIT dst.y gets value from src.x
2009-10-15 Andre Maasikasr600: DPH adds w comp of second operand, so set first...
2009-10-15 Andre Maasikasr600: fixup KIL instruction a bit
2009-10-15 Andre Maasikasr600: use CB_TARGET_MASK instead of CB_SHADER_MASK...
2009-10-15 Andre Maasikasr600: user correct alpha blend factor
2009-10-15 Andre Maasikasr600: clear position enable bit when when wpos is not...
2009-10-15 Brian Paulmesa: regenerated lex.yy.c w/ _mesa_strtod()
2009-10-15 Neil Robertsmesa: Use _mesa_strtod in the lexer for assembly shaders
2009-10-15 Brian Paulmesa: added VERBOSE_SWAPBUFFERS
2009-10-15 Brian Paulvbo: clean-ups, reformatting
2009-10-15 Brian Paulmesa: added MESA_VERBOSE option 'draw' to debug glDrawA...
2009-10-15 Brian Paulmesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to...
2009-10-15 Brian Paulmesa: remove unused ctx->Driver.PrioritizeTextures...
2009-10-15 Brian Paulmesa: remove unused ctx->Driver.TextureMatrix() hook
2009-10-14 Alex Deucherr600: enable EXT_vertex_array_bgra extensions
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Brian Paulmesa: remove left-over debug printf
2009-10-13 Brian Paulmesa: minor tweak to printf string
2009-10-13 Brian Paulmesa: rework _mesa_read_shader() debug hook
2009-10-13 Brian Paulmesa: don't print pointer in _mesa_fprint_parameter_list()
2009-10-13 Ian RomanickStore clipping distance for user clip planes as part...
2009-10-13 Brian Paulintel: fix broken sw generate mipmap path
2009-10-13 Brian Paulmesa: whitespace fixes
2009-10-13 Brian Paulmesa: do RTT check in _mesa_meta_check_generate_mipmap_...
2009-10-13 Brian Paulmesa: save/set/restore texture base/wrap state in blitf...
2009-10-13 Brian Paulmesa: minor clean up in check_begin_texture_render()
2009-10-13 Brian Paulintel: whitespace/formatting clean-up
2009-10-13 Brian Paulintel: replace extern decl with #include
2009-10-13 Brian Paulintel: added INLINE keyword to minify()
2009-10-13 Brian Paulintel: code clean-ups
2009-10-13 Brian Paulintel: pass zslice to intel_miptree_image_offset()
2009-10-13 Brian Pauli965: remove unused var
2009-10-13 Brian Paulmesa: print program Id when printing
2009-10-12 Andre Maasikasr600: implement ProgramStringNotify
2009-10-12 Andre Maasikasr600: LIT dst.y gets value from src.x
2009-10-12 Andre Maasikasr600: DPH adds w comp of second operand, so set first...
2009-10-11 Eric Anholti965: Fix the last valid address setting for the index...
2009-10-11 Eric Anholti965: Fix the bounds emitted in the vertex buffer packets.
2009-10-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-09 Alex Deucherradeon: fix scissor regression
2009-10-09 Brian Paulst/mesa: create aux buffers according to visual
2009-10-09 Brian Paulmesa: fix incorrect assertion in _mesa_add_aux_renderbu...
2009-10-09 Andre Maasikasr600: fixup KIL instruction a bit
2009-10-09 Eric Anholti965: Use bo_references for the state cache delete...
2009-10-09 Eric Anholtintel: Use new drm_intel_bo_references() to avoid flushing.
2009-10-08 Brian Paulmesa: free display list state after freeing shared...
2009-10-08 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-07 Brian Paulmesa: clean up extended opcode code
2009-10-07 Brian Paulmesa: move gl_list_instruction and gl_list_extensions...
2009-10-07 Brian Paulmesa: added _mesa_free_display_list_data()
next