summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-0811-54/+54
* r300g: use pipelined transfers for RGTC texturesMarek Olšák2011-03-081-1/+2
* r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák2011-03-081-18/+16
* r300/compiler: detect constants harderMarek Olšák2011-03-081-4/+8
* r300/compiler: improve the detection of constants for constant foldingMarek Olšák2011-03-081-0/+7
* r300/compiler: saturate Z before the shadow comparisonMarek Olšák2011-03-081-37/+44
* llvmpipe: clamp texcoords in lp_build_sample_compare()Brian Paul2011-03-071-0/+5
* softpipe: clamp texcoords in sample_compare()Philip Taylor2011-03-071-24/+30
* mesa: return after invalidating renderbufferMarek Olšák2011-03-071-0/+1
* st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format failsMarek Olšák2011-03-071-1/+5
* mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák2011-03-072-6/+31
* mesa: initialize DummyBufferObject's mutexBrian Paul2011-03-071-0/+1
* st/mesa: fix incorrect version checking codeBrian Paul2011-03-071-2/+3
* st/glx: whitespace, 80-column fixesBrian Paul2011-03-071-35/+50
* mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul2011-03-071-2/+0
* r600g: Simplify some swizzle lookups.Henri Verbeet2011-03-071-75/+14
* r600g: Constant buffers can contain up to 4096 constants.Henri Verbeet2011-03-072-1/+2
* i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet2011-03-071-7/+15
* i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet2011-03-071-6/+5
* glx: Take GLPROTO_CFLAGS into account.Henri Verbeet2011-03-072-0/+2
* intel: check for miptree allocation failureChris Wilson2011-03-071-0/+2
* intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson2011-03-071-11/+11
* intel: Add some defense against bo allocation failureChris Wilson2011-03-071-7/+11
* egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLEBenjamin Franzke2011-03-071-0/+1
* r600g: use long long integers for instance addr calculationChristian König2011-03-061-1/+1
* glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie2011-03-065-5/+10
* glx: add initial GLX_EXT_framebuffer_sRGB support.Dave Airlie2011-03-065-0/+16
* pb: Add is_buffer_busy for malloc buffers.José Fonseca2011-03-061-1/+10
* st/wgl: No need to initialize OneTimeLock anymore.José Fonseca2011-03-061-6/+0
* mapi: _glthread_DECLARE_STATIC_MUTEX is not broken on Windows.José Fonseca2011-03-063-18/+5
* trace: Use pipe_static_mutex.José Fonseca2011-03-063-22/+1
* os: Fix pipe_static_mutex on Windows.José Fonseca2011-03-061-1/+2
* graw-gdi: Silence gcc missing initialization warning.José Fonseca2011-03-061-1/+3
* i915g: update TODODaniel Vetter2011-03-061-10/+7
* r300g/swtcl: advertise draw_instanced and primitive_restartMarek Olšák2011-03-051-2/+5
* r300g: implement instanced arraysMarek Olšák2011-03-055-48/+132
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-059-9/+19
* r300g: cleanup parameters of draw functionsMarek Olšák2011-03-053-108/+113
* nv50: support the InstanceID system valueChristoph Bumiller2011-03-053-0/+25
* r600g: simplify instance addr calculationChristian König2011-03-051-47/+4
* nvc0: Update SConscript.Vinson Lee2011-03-041-3/+0
* nv50: Update SConscript.Vinson Lee2011-03-041-4/+0
* r600g: fix fragment shader size calculationChristian König2011-03-051-8/+9
* glsl: Process redeclarations before initializersIan Romanick2011-03-041-43/+44
* glsl: Refactor AST-to-HIR code handling variable initializersIan Romanick2011-03-041-108/+125
* glsl: Refactor AST-to-HIR code handling variable redeclarationsIan Romanick2011-03-041-113/+133
* nv50,nvc0: get format desc for TIC entry from sampler view formatChristoph Bumiller2011-03-052-2/+2
* nv50,nvc0: share sampler state creationChristoph Bumiller2011-03-0510-150/+60
* nv50,nvc0: update the format tablesChristoph Bumiller2011-03-0510-641/+335
* nvc0: use m2mf for resource_copy_region if formats are equalChristoph Bumiller2011-03-053-4/+75