summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul1-10/+13
2009-07-16mesa: Fix logbase2.José Fonseca1-7/+5
2009-07-16st/mesa: add some array index bounds assertionsBrian Paul1-0/+5
2009-07-14mesa: Report the true face number when flushing.José Fonseca1-3/+8
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin1-1/+4
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul2-1/+6
2009-07-11gallium: compare the actual register, not all the inputsZack Rusin1-1/+1
2009-07-10st/mesa: implement indirect addressing for destination registersBrian Paul1-0/+5
2009-07-07gallium: fixup register indexes for fog/frontface/point coordZack Rusin1-3/+12
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2-10/+37
2009-07-07gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.Michel Dänzer1-1/+2
2009-07-06gallium: more fog extraction fixesZack Rusin3-25/+39
2009-07-05Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-3/+12
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz6-36/+78
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz5-5/+135
2009-07-02mesa: Assume depth textures have a single level unless told otherwise.José Fonseca1-1/+3
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul1-0/+3
2009-06-30mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.José Fonseca1-0/+3
2009-06-30st/gl: Add stubs for CompressedTexSubImage[1D|3D]Jakob Bornecrantz1-0/+27
2009-06-30st/gl: Add support for glCompressedTexSubImageJakob Bornecrantz1-0/+58
2009-07-01mesa: Unbind depth/stencil surface from pipe_framebuffer when none is attached.José Fonseca1-0/+2
2009-07-01gallium: fix the front face semanticsZack Rusin3-4/+45
2009-06-29st/mesa: enable GL_ARB_framebuffer_objectBrian Paul1-0/+6
2009-06-29mesa: alphabetize linesBrian Paul1-1/+1
2009-06-26st/mesa: query PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul1-0/+5
2009-06-19Always free image offsets memory when re-initializing texture image fields.Michel Dänzer1-3/+0
2009-06-17mesa: rework viewport/scissor initialization codeBrian Paul2-22/+4
2009-06-26Merge branch 'arb_vertex_array_object'Brian Paul1-1/+2
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul1-0/+5
2009-06-22st/mesa: alphabetize linesBrian Paul1-1/+1
2009-06-22st/mesa: enable GL_ARB_vertex_array_objectBrian Paul1-0/+1
2009-06-19st/mesa: restore some parameter checking buffer object functionsBrian Paul1-0/+10
2009-06-19st/mesa: remove redundant st_buffer_object::size field and error checksBrian Paul2-9/+0
2009-06-19st/mesa: no longer special-case buffer object 0 in st_buffer_object() cast wr...Brian Paul1-9/+2
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul2-0/+4
2009-06-15Merge branch 'arb_map_buffer_range'Brian Paul1-0/+1
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul3-25/+4
2009-06-22st/mesa: fix setup_edgeflags() regressionBrian Paul1-1/+3
2009-06-12set/mesa: enable GL_NV_texture_env_combine4Brian Paul1-0/+1
2009-06-12st/mesa: additional debug code (disabled)Brian Paul1-0/+20
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-20/+33
2009-06-11mesa: rework vertex shader output / fragment shader input attribute matchingBrian Paul1-20/+33
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca5-28/+15
2009-06-11mesa: Use new pf_is_depth_and_stencil inline.José Fonseca1-16/+2
2009-06-11mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.José Fonseca2-7/+11
2009-06-11mesa: Remove dead code.José Fonseca1-3/+0
2009-06-11st/mesa: fix typo s/BFC0/BFC1/Brian Paul1-2/+2
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca6-240/+219
2009-06-11mesa: Only do read write when we don't have a depth value to writeJakob Bornecrantz1-1/+1
2009-06-11mesa: Take the format from the right structure.José Fonseca1-1/+1