summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák
2010-09-16llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell
2010-09-16llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell
2010-09-16nv50: get shader fixups/relocations into working stateChristoph Bumiller
2010-09-16nv50: don't segfault on shaders with 0 instructionsChristoph Bumiller
2010-09-16r600g: Use clamped math for RCP and RSQ.Tilman Sauerbeck
2010-09-16r600g: Fixed a bo leak in r600_blit_state_ps_shader().Tilman Sauerbeck
2010-09-16r600g: fix texture bos and avoid doing depth blit on evergreenDave Airlie
2010-09-16r600g: fixup texture state on evergreen.Dave Airlie
2010-09-15nv50: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-15nv50: Silence uninitialized variable warnings.Vinson Lee
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-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-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-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-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák
2010-09-14r600g: Remove unnecessary headers.Vinson Lee
2010-09-14llvmpipe: Remove unnecessary header.Vinson Lee
2010-09-14llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee
2010-09-14i965g: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-13i915g: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-13i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.Vinson Lee
2010-09-13identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee
2010-09-13rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-13llvmpipe: Fix non SSE2 builds.José Fonseca
2010-09-13r300g/swtcl: unlock VBO after draw_flushMarek Olšák
2010-09-13llvmpipe: Change asm to __asm__.Witold Baryluk