aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: flush bitmap cache if Z value changesBrian Paul2009-08-241-5/+11
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-1/+1
* Merge branch 'new-frag-attribs'Brian Paul2009-08-123-66/+14
|\
| * mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-293-66/+14
* | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-124-1/+12
* | st/mesa: remove redundant calls to _mesa_set_vp_override()Brian Paul2009-08-071-4/+2
* | mesa/st: Add support for binding pipe surface to texture.Chia-I Wu2009-08-054-16/+107
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-052-13/+88
|\ \
| * | st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul2009-08-051-29/+80
| * | st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul2009-08-051-3/+25
| * | st/mesa: we don't support GL_NV_point_sprite (see comment)Brian Paul2009-08-031-1/+3
* | | mesa st: Use POT texture for draw pixels operations if NPOT texture is not su...Patrice Mandin2009-08-011-10/+58
* | | mesa st: Move logbase2 function to util/u_math.hPatrice Mandin2009-08-011-13/+4
* | | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-2/+2
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-302-4/+32
|\| |
| * | mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell2009-07-291-0/+12
| * | mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell2009-07-291-4/+20
* | | mesa st: Change the preferred internal format for some RGB formats.Thomas Hellstrom2009-07-301-2/+2
* | | mesa st: Report unsupported render-to-texture formats.Thomas Hellstrom2009-07-301-0/+53
* | | gallium: fix SSE shadow texture instructionsBrian Paul2009-07-291-6/+0
| |/ |/|
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-1/+2
|\|
| * st/mesa: silence warningBrian Paul2009-07-271-1/+2
* | gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+5
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-171-10/+13
|\|
| * mesa: Fix logbase2.José Fonseca2009-07-161-7/+5
| * mesa: Report the true face number when flushing.José Fonseca2009-07-141-3/+8
* | st/mesa: add some array index bounds assertionsBrian Paul2009-07-161-0/+5
* | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-1/+4
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-132-1/+6
|\|
| * gallium: compare the actual register, not all the inputsZack Rusin2009-07-111-1/+1
| * st/mesa: implement indirect addressing for destination registersBrian Paul2009-07-101-0/+5
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-051-3/+12
|\|
| * gallium: fixup register indexes for fog/frontface/point coordZack Rusin2009-07-071-3/+12
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-046-36/+78
|\|
| * gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-072-10/+37
| * gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.Michel Dänzer2009-07-071-1/+2
| * gallium: more fog extraction fixesZack Rusin2009-07-063-25/+39
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-035-5/+135
|\|
| * mesa: Assume depth textures have a single level unless told otherwise.José Fonseca2009-07-021-1/+3
| * st/gl: Add stubs for CompressedTexSubImage[1D|3D]Jakob Bornecrantz2009-06-301-0/+27
| * st/gl: Add support for glCompressedTexSubImageJakob Bornecrantz2009-06-301-0/+58
| * mesa: Unbind depth/stencil surface from pipe_framebuffer when none is attached.José Fonseca2009-07-011-0/+2
| * gallium: fix the front face semanticsZack Rusin2009-07-013-4/+45
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-301-0/+3
|\|
| * mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.José Fonseca2009-06-301-0/+3
* | st/mesa: enable GL_ARB_framebuffer_objectBrian Paul2009-06-291-0/+6
* | mesa: alphabetize linesBrian Paul2009-06-291-1/+1
* | Merge branch 'arb_vertex_array_object'Brian Paul2009-06-261-1/+2
|\ \
| * | st/mesa: alphabetize linesBrian Paul2009-06-221-1/+1
| * | st/mesa: enable GL_ARB_vertex_array_objectBrian Paul2009-06-221-0/+1