summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-16gallivm: fix incorrect vector shuffle datatypeBrian Paul
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-16glsl: Don't print blank (function ...) headers for built-ins.Kenneth Graunke
2010-09-16glsl: Change from has_builtin_signature to has_user_signature.Kenneth Graunke
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-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu
2010-09-16mesa: Update ES APIspec.xml.Chia-I Wu
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-15mesa/st: Silence uninitialized variable warning.Vinson Lee
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-15draw: Remove unnecessary header.Vinson Lee
2010-09-15gallivm: Remove unnecessary headers.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-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