summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-08-31st/mesa: fix obj->Pointer offset in st_bufferobj_map_range()Brian Paul
2009-08-24st/mesa: flush bitmap cache if Z value changesBrian Paul
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-08-07st/mesa: remove redundant calls to _mesa_set_vp_override()Brian Paul
2009-08-05mesa/st: Add support for binding pipe surface to texture.Chia-I Wu
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-05st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul
2009-08-05st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul
2009-08-03st/mesa: we don't support GL_NV_point_sprite (see comment)Brian Paul
2009-08-01mesa st: Use POT texture for draw pixels operations if NPOT texture is not su...Patrice Mandin
2009-08-01mesa st: Move logbase2 function to util/u_math.hPatrice Mandin
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-30mesa st: Change the preferred internal format for some RGB formats.Thomas Hellstrom
2009-07-30mesa st: Report unsupported render-to-texture formats.Thomas Hellstrom
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul
2009-07-29gallium: fix SSE shadow texture instructionsBrian Paul
2009-07-29mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell
2009-07-29mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-27st/mesa: silence warningBrian Paul
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-16mesa: Fix logbase2.José Fonseca
2009-07-16st/mesa: add some array index bounds assertionsBrian Paul
2009-07-14mesa: Report the true face number when flushing.José Fonseca
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-11gallium: compare the actual register, not all the inputsZack Rusin
2009-07-10st/mesa: implement indirect addressing for destination registersBrian Paul
2009-07-07gallium: fixup register indexes for fog/frontface/point coordZack Rusin
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-07-07gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.Michel Dänzer
2009-07-06gallium: more fog extraction fixesZack Rusin
2009-07-05Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-02mesa: Assume depth textures have a single level unless told otherwise.José Fonseca
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-30mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.José Fonseca
2009-06-30st/gl: Add stubs for CompressedTexSubImage[1D|3D]Jakob Bornecrantz
2009-06-30st/gl: Add support for glCompressedTexSubImageJakob Bornecrantz
2009-07-01mesa: Unbind depth/stencil surface from pipe_framebuffer when none is attached.José Fonseca
2009-07-01gallium: fix the front face semanticsZack Rusin
2009-06-29st/mesa: enable GL_ARB_framebuffer_objectBrian Paul
2009-06-29mesa: alphabetize linesBrian Paul
2009-06-26st/mesa: query PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul
2009-06-19Always free image offsets memory when re-initializing texture image fields.Michel Dänzer