aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-261-0/+5
|\ \ \ | | |/ | |/|
| * | st/mesa: query PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul2009-06-261-0/+5
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-243-25/+4
|\| |
| * | Always free image offsets memory when re-initializing texture image fields.Michel Dänzer2009-06-191-3/+0
| * | mesa: rework viewport/scissor initialization codeBrian Paul2009-06-172-22/+4
* | | st/mesa: fix setup_edgeflags() regressionBrian Paul2009-06-221-1/+3
| |/ |/|
* | st/mesa: restore some parameter checking buffer object functionsBrian Paul2009-06-191-0/+10
* | st/mesa: remove redundant st_buffer_object::size field and error checksBrian Paul2009-06-192-9/+0
* | st/mesa: no longer special-case buffer object 0 in st_buffer_object() cast wr...Brian Paul2009-06-191-9/+2
* | Merge branch 'ext-provoking-vertex'Brian Paul2009-06-192-0/+4
|\ \
| * | st/mesa: enable EXT_provoking_vertexBrian Paul2009-06-091-0/+1
| * | st: set pipe_rasterizer_state::flatshade_first according to provoking vertex ...Brian Paul2009-05-281-0/+3
* | | Merge branch 'arb_map_buffer_range'Brian Paul2009-06-151-0/+1
|\ \ \
| * | | st/mesa: enable GL_ARB_map_buffer_rangeBrian Paul2009-06-081-0/+1
* | | | set/mesa: enable GL_NV_texture_env_combine4Brian Paul2009-06-121-0/+1
* | | | st/mesa: additional debug code (disabled)Brian Paul2009-06-121-0/+20
* | | | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-121-20/+33
|\ \ \ \ | | |_|/ | |/| |
| * | | mesa: rework vertex shader output / fragment shader input attribute matchingBrian Paul2009-06-111-20/+33
* | | | Merge branch 'mesa_7_5_branch'José Fonseca2009-06-115-28/+15
|\| | |
| * | | mesa: Use new pf_is_depth_and_stencil inline.José Fonseca2009-06-111-16/+2
| * | | mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.José Fonseca2009-06-112-7/+11
| * | | mesa: Remove dead code.José Fonseca2009-06-111-3/+0
| * | | st/mesa: fix typo s/BFC0/BFC1/Brian Paul2009-06-111-2/+2