aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvfx: Include missing header in nvfx_vertprog.c.Vinson Lee2010-08-221-0/+2
* translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UBJakob Bornecrantz2010-08-221-0/+26
* translate_sse: refactor constant managementLuca Barbieri2010-08-221-81/+76
* nvfx: refactor to support multiple fragment program versionsLuca Barbieri2010-08-225-76/+127
* nvfx: move stuff aroundLuca Barbieri2010-08-225-84/+95
* r600g: depth buffer likely needs decompression when used as textureJerome Glisse2010-08-228-34/+919
* glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell2010-08-223-4/+42
* llvmpipe: reduce size of fragment shader variant keyKeith Whitwell2010-08-222-6/+22
* llvmpipe: remove unused member from lp_fragment_shader_variant_keyKeith Whitwell2010-08-221-4/+0
* llvmpipe: don't clear unused binsKeith Whitwell2010-08-221-2/+5
* draw: reduce the size of the llvm variant keyKeith Whitwell2010-08-224-38/+100
* glx/xlib: remove another XSyncKeith Whitwell2010-08-221-1/+0
* glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell2010-08-221-1/+1
* nvfx: simplify and correct fragment program update logicLuca Barbieri2010-08-226-94/+149
* nvfx: make stipple setting independent of enableLuca Barbieri2010-08-224-27/+3
* nvfx: fix vertex programsLuca Barbieri2010-08-221-0/+2
* nvfx: use relocations array for vp constantsLuca Barbieri2010-08-224-35/+34
* r600g: Don't blindly unmap NULL->size.Henri Verbeet2010-08-221-1/+3
* svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca2010-08-222-6/+9
* i965: Fix 8-wide FB writes on gen6.Eric Anholt2010-08-221-12/+5
* i965: Fix brw_math1 with scalar argument in gen6 FS.Eric Anholt2010-08-221-2/+14
* i965: Fix up WM push constant setup on gen6.Eric Anholt2010-08-225-26/+57
* i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt2010-08-223-5/+5
* libgl-xlib: Include missing header in xlib.c.Vinson Lee2010-08-221-0/+1
* nvfx: Silence unused variable warning.Vinson Lee2010-08-221-0/+1
* mesa: Initialize member variables in ir_to_mesa_src_reg constructor.Vinson Lee2010-08-221-0/+4
* mesa: Initialize variables in mesa_src_reg_from_ir_src_reg.Vinson Lee2010-08-211-0/+2
* util: Use #ifdef instead of #if.Vinson Lee2010-08-211-1/+1
* util: Define dump_cpu only for DEBUG builds.Vinson Lee2010-08-211-0/+2
* translate_sse: Silence uninitialized variable warnings.Vinson Lee2010-08-211-0/+14
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-08-212-0/+6
* i965g: Silence printf format warnings on 64-bit builds.Vinson Lee2010-08-211-4/+4
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-08-211-4/+4
* nv50: Silence incompatible pointer type initialization warning.Vinson Lee2010-08-211-2/+3
* nv50: Disable unused code.Vinson Lee2010-08-211-0/+4
* i965g: Fix printf format warning on 32-bit platforms.Vinson Lee2010-08-211-1/+1
* glsl: Silence uninitialized variable warning.Vinson Lee2010-08-211-0/+3
* r600g: partialy fix texturing from depth buffer + initial support for untilingJerome Glisse2010-08-217-66/+165
* draw: Don't assert if indices point outside vertex buffer.José Fonseca2010-08-221-2/+7
* mesa: Removed another unused variable.José Fonseca2010-08-221-1/+0
* glsl: Silence unused variable warning.Vinson Lee2010-08-211-0/+1
* util: Silence uninitialized variable warnings.Vinson Lee2010-08-211-0/+4
* glsl: Handle array declarations in function parameters.Kenneth Graunke2010-08-211-4/+13
* nvfx: actually fix it properlyLuca Barbieri2010-08-211-1/+1
* nvfx: fix incorrect assertLuca Barbieri2010-08-211-6/+9
* util: Move loop variable declaration outside for loop.Vinson Lee2010-08-211-1/+2
* nvfx: Fix SCons build.Vinson Lee2010-08-217-56/+105
* nvfx: fix warningsLuca Barbieri2010-08-213-5/+2
* gallivm: Emit DIVPS instead of RCPPS.José Fonseca2010-08-211-12/+24
* nvfx: enable translate_sseLuca Barbieri2010-08-211-1/+1