summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee
2010-09-15nv50: Remove unnecessary headers.Vinson Lee
2010-09-15nv50: Update files in SConscript to match Makefile.Vinson Lee
2010-09-16r600g: add vgt dma src definesDave Airlie
2010-09-16r600g: use index min/max + index buffer offset.Dave Airlie
2010-09-16r600g: pull r600_draw struct out into headerDave Airlie
2010-09-15gallivm: expand AoS sampling to cover all filtering modesBrian Paul
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul
2010-09-15nv50: use unsigned int for bitfields to silence warningsBrian Paul
2010-09-15llvmpipe: s/boolean/unsigned/ in bitfield to silence warningBrian Paul
2010-09-15llvmpipe: cast to silence warningBrian Paul
2010-09-15glsl2: fix signed/unsigned comparison warningBrian Paul
2010-09-15r600g: misc cleanupJohn Doe
2010-09-15Merge remote branch 'origin/nv50-compiler'Christoph Bumiller
2010-09-15llvmpipe: return zero from floor_pot(zero)Keith Whitwell
2010-09-15nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNTChristoph Bumiller
2010-09-15nv50: improve and fix modifier folding optimizationChristoph Bumiller
2010-09-15nv50: consider address register in reload eliminationChristoph Bumiller
2010-09-15llvmpipe: remove duplicate codeKeith Whitwell
2010-09-15llvmpipe: brackets around macro argKeith Whitwell
2010-09-15glapi: Fix ES build errors again.Chia-I Wu
2010-09-15r600g: Silence unused variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15glsl: Fix 'format not a string literal and no format arguments' warning.Vinson Lee
2010-09-15r300g: fix buffer reuse issue caused by previous commitDave Airlie
2010-09-15glapi: Fix build errors for ES.Chia-I Wu
2010-09-15r600c: fix buffer height setting in dri2 caseAndre Maasikas
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák
2010-09-14mesa: Include missing header in program.h.Vinson Lee
2010-09-14r600g: Remove unnecessary headers.Vinson Lee
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri
2010-09-14llvmpipe: Remove unnecessary header.Vinson Lee
2010-09-14glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul
2010-09-14r600c: fix setting negative values to bitfieldsAndre Maasikas
2010-09-14mesa: upgrade wglext.h to version 22Brian Paul
2010-09-14mesa: upgrade glxext.h to version 32Brian Paul
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul
2010-09-14glsl2: add case for ir_unop_noiseBrian Paul
2010-09-14glsl2: fix commentsBrian Paul
2010-09-14mesa: Remove unnecessary FEATURE tests.Chia-I Wu
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu