summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Remove unnecessary headers.Vinson Lee2010-05-051-6/+0
* mesa: fpclassify dummy definition not needed on Mac OS X.Vinson Lee2010-05-051-0/+4
* svga: Remove unnecessary header.Vinson Lee2010-05-041-1/+0
* draw: Remove unnecessary header.Vinson Lee2010-05-041-1/+0
* util: Remove unnecessary headers.Vinson Lee2010-05-043-3/+0
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-05-042-2/+0
* r300g: Fix memory leak on error path.Vinson Lee2010-05-041-0/+1
* i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt2010-05-044-6/+16
* intel: Don't tile textures so small that size is blown up by over 2x.Eric Anholt2010-05-041-4/+3
* progs/egl: Fix eglut with OpenGL ES 2.0.Chia-I Wu2010-05-051-1/+3
* osmesa: remove unused varBrian Paul2010-05-041-1/+0
* mesa: remove some color index codeBrian Paul2010-05-041-19/+0
* mesa: remove unused renderbuffer adaptor codeBrian Paul2010-05-044-607/+0
* mesa: remove renderbuffer adaptor callsBrian Paul2010-05-041-24/+0
* osmesa: fix OSMesa for CHAN_BITS=32Brian Paul2010-05-041-7/+30
* st/mesa: Fix texture-from-pixmap.Chia-I Wu2010-05-052-6/+30
* mesa: Fix build of ES overlay.Chia-I Wu2010-05-055-16/+34
* st/mesa: remove commented-out struct fieldBrian Paul2010-05-041-1/+0
* gallium: remove trailing comma in enum listBrian Paul2010-05-041-2/+2
* mesa: add a dummy definition for fpclassify() if neededBrian Paul2010-05-041-0/+10
* mesa: remove trailing comma in enum listBrian Paul2010-05-041-1/+1
* llvmpipe: predicate LLVMDumpModule() on DEBUG_JITBrian Paul2010-05-041-3/+2
* tests/raw: Get it building with scons.José Fonseca2010-05-054-5/+8
* draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca2010-05-052-23/+31
* draw: Adjust wideline vertex coords for D3D.Brian Paul2010-05-051-27/+34
* scons: Add support for Mingw64.José Fonseca2010-05-051-1/+10
* st/mesa: need to pass srcLevel to st_texture_image_copy()Brian Paul2010-05-043-7/+6
* llvmpipe: fix broken compressed cube mapsBrian Paul2010-05-041-27/+47
* gallium/util: added is_format_compressed()Brian Paul2010-05-041-0/+20
* llvmpipe: do some null pointer checkingBrian Paul2010-05-041-17/+22
* llvmpipe: add some tests for malloc() returning NULL.Brian Paul2010-05-042-22/+38
* progs/demos: set line width back to 1.0 in DrawBox()Brian Paul2010-05-041-0/+1
* glxinfo: Get visual info when an fbconfig has an associated visualKristian Høgsberg2010-05-041-8/+11
* Fix gles .pc file generationKristian Høgsberg2010-05-042-1/+4
* Add egl.pc fileKristian Høgsberg2010-05-043-1/+33
* r300g: advertise S3TC only when it's available in GalliumMarek Olšák2010-05-041-0/+5
* u_blitter: fix creating fragment shadersWiktor Janas2010-05-041-7/+6
* intel: Update renderbuffers unconditionally in intelSetTexBuffer2()Kristian Høgsberg2010-05-041-2/+1
* st/mesa: return success/fail from guess_and_alloc_texture()Brian Paul2010-05-041-7/+10
* st/mesa: improved st_texture_image_copy()Brian Paul2010-05-041-29/+47
* mesa/st: Fill in native program limits.José Fonseca2010-05-041-0/+91
* intel: Enable GL_EXT_framebuffer_object for gles2Kristian Høgsberg2010-05-041-0/+1
* gallivm: Proper implementation of TXL opcode.José Fonseca2010-05-045-70/+100
* gallivm: Fix several glitches introduced in the prev commit.José Fonseca2010-05-043-6/+7
* mesa: Forgot to add .pc.in files for glesKristian Høgsberg2010-05-042-0/+24
* gallivm: Implement TXD.José Fonseca2010-05-045-40/+62
* gles: Add -I$(TOP)/include.Chia-I Wu2010-05-041-1/+1
* mesa: Only initialize TNL for OpenGLKristian Høgsberg2010-05-031-4/+5
* mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg2010-05-032-14/+14
* progs/egl/opengles2: Add es2gears demoKristian Høgsberg2010-05-032-4/+429