summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-08-22glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell
2010-08-22nvfx: simplify and correct fragment program update logicLuca Barbieri
2010-08-22nvfx: make stipple setting independent of enableLuca Barbieri
2010-08-22nvfx: fix vertex programsLuca Barbieri
2010-08-22nvfx: use relocations array for vp constantsLuca Barbieri
2010-08-22r600g: Don't blindly unmap NULL->size.Henri Verbeet
2010-08-22svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca
2010-08-22libgl-xlib: Include missing header in xlib.c.Vinson Lee
2010-08-22nvfx: Silence unused variable warning.Vinson Lee
2010-08-21util: Use #ifdef instead of #if.Vinson Lee
2010-08-21util: Define dump_cpu only for DEBUG builds.Vinson Lee
2010-08-21translate_sse: Silence uninitialized variable warnings.Vinson Lee
2010-08-21nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-08-21i965g: Silence printf format warnings on 64-bit builds.Vinson Lee
2010-08-21nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-08-21nv50: Silence incompatible pointer type initialization warning.Vinson Lee
2010-08-21nv50: Disable unused code.Vinson Lee
2010-08-21i965g: Fix printf format warning on 32-bit platforms.Vinson Lee
2010-08-21r600g: partialy fix texturing from depth buffer + initial support for untilingJerome Glisse
2010-08-22draw: Don't assert if indices point outside vertex buffer.José Fonseca
2010-08-21util: Silence uninitialized variable warnings.Vinson Lee
2010-08-21nvfx: actually fix it properlyLuca Barbieri
2010-08-21nvfx: fix incorrect assertLuca Barbieri
2010-08-21util: Move loop variable declaration outside for loop.Vinson Lee
2010-08-21nvfx: Fix SCons build.Vinson Lee
2010-08-21nvfx: fix warningsLuca Barbieri
2010-08-21gallivm: Emit DIVPS instead of RCPPS.José Fonseca
2010-08-21nvfx: enable translate_sseLuca Barbieri
2010-08-21auxiliary: Add missing files to SCons build.Vinson Lee
2010-08-21auxiliary: Reorder list of files in Makefile.Vinson Lee
2010-08-21scons: Fix nvfx build.Vinson Lee
2010-08-21nvfx: slightly improve handling of overlong vpsLuca Barbieri
2010-08-21nvfx: tweak CMP in fpLuca Barbieri
2010-08-21nvfx: implement CMP in vpLuca Barbieri
2010-08-21nvfx: implement TXL in fpLuca Barbieri
2010-08-21nvfx: implement SSG in fpLuca Barbieri
2010-08-21nvfx: implement DP2 in vp and fpLuca Barbieri
2010-08-21nvfx: implement TRUNC in vp and fpLuca Barbieri
2010-08-21nvfx: implement NOPLuca Barbieri
2010-08-21nvfx: add vertex program control flowLuca Barbieri
2010-08-21nvfx: fix vertex shader headersLuca Barbieri
2010-08-21nv40: add fragment program control flowLuca Barbieri
2010-08-21nvfx: refactor shader assemblerLuca Barbieri
2010-08-21nvfx: add option to dump shaders in TGSI and native codeLuca Barbieri
2010-08-21nvfx: improve and correct nvfx_shader.hLuca Barbieri
2010-08-21nvfx: fix lodbiasLuca Barbieri
2010-08-21nvfx: mostly fix inline corruption magicallyLuca Barbieri
2010-08-21nvfx: fix GPU hardlocks when depth buffer is absentLuca Barbieri
2010-08-21nvfx: fire ring after transfersLuca Barbieri
2010-08-21nv30: band-aid viewport issuesLuca Barbieri