summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-09i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson
2011-03-09nv50: add back initialization of redefine_user_bufferChristoph Bumiller
2011-03-09r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König
2011-03-09r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König
2011-03-09r600g: split R600 and R700 CF generation for VTX and TEXChristian König
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca
2011-03-09util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca
2011-03-09util: add ensure_sanity checks, fix a bugKeith Whitwell
2011-03-09util: improve cache collision behaviourKeith Whitwell
2011-03-09util: Add remove to util_cacheAlex Corscadden
2011-03-09util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden
2011-03-09wgl: Force framebuffer validation on glViewport.José Fonseca
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom
2011-03-08scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee
2011-03-08st/python: Add timeout parameter to fence_finish.Vinson Lee
2011-03-08r300g: handle timeout parameter in fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-08st/mesa: implement ARB_syncMarek Olšák
2011-03-08r300g: add LATC supportMarek Olšák
2011-03-08st/mesa: cleanup checking for signed compressed formats in generate_mipmapsMarek Olšák
2011-03-08st/mesa: add LATC and 3DC supportMarek Olšák
2011-03-08gallium/util: add LATC supportMarek Olšák
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák
2011-03-08st/mesa: Fix an incorrect user vertex buffer referenceThomas Hellstrom
2011-03-08vbo: mark vertex arrays as dirty when re-bindingMarek Olšák
2011-03-08r300/compiler: remove unused variablesMarek Olšák
2011-03-08glsl: Use insert_before for lists instead of open coding itIan Romanick
2011-03-08linker: Add imported functions to the linked IRIan Romanick
2011-03-08glsl: Add several function / call related validationsIan Romanick
2011-03-08glsl: Function signatures cannot have NULL return typeIan Romanick
2011-03-08r600g: set start instance correctlyChristian König
2011-03-08swrast: flip the conditionals in shadow_compare4() for readabilityBrian Paul
2011-03-08swrast: add coord clamping, fix comparisons for shadow testingPhilip Taylor
2011-03-08docs: added Depth format cube textures to GL3.txt listBrian Paul
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák
2011-03-08r300g: use pipelined transfers for RGTC texturesMarek Olšák
2011-03-08r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák
2011-03-08r300/compiler: detect constants harderMarek Olšák
2011-03-08r300/compiler: improve the detection of constants for constant foldingMarek Olšák
2011-03-08r300/compiler: saturate Z before the shadow comparisonMarek Olšák
2011-03-07llvmpipe: clamp texcoords in lp_build_sample_compare()Brian Paul
2011-03-07softpipe: clamp texcoords in sample_compare()Philip Taylor
2011-03-07mesa: return after invalidating renderbufferMarek Olšák
2011-03-07st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format failsMarek Olšák
2011-03-07mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák
2011-03-07mesa: initialize DummyBufferObject's mutexBrian Paul
2011-03-07st/mesa: fix incorrect version checking codeBrian Paul
2011-03-07st/glx: whitespace, 80-column fixesBrian Paul
2011-03-07mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul