summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2011-03-07r600g: Simplify some swizzle lookups.Henri Verbeet
2011-03-07r600g: Constant buffers can contain up to 4096 constants.Henri Verbeet
2011-03-07i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet
2011-03-07i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet
2011-03-07glx: Take GLPROTO_CFLAGS into account.Henri Verbeet
2011-03-07intel: check for miptree allocation failureChris Wilson
2011-03-07intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson
2011-03-07intel: Add some defense against bo allocation failureChris Wilson
2011-03-07egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLEBenjamin Franzke
2011-03-06r600g: use long long integers for instance addr calculationChristian König
2011-03-06glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie
2011-03-06glx: add initial GLX_EXT_framebuffer_sRGB support.Dave Airlie
2011-03-06pb: Add is_buffer_busy for malloc buffers.José Fonseca
2011-03-06st/wgl: No need to initialize OneTimeLock anymore.José Fonseca