summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-09-30i965: Fix new FS handling of builtin uniforms with packed scalars in structs.Eric Anholt
2010-09-30mesa: Don't reference a W component in setting up a vec3 uniform component.Eric Anholt
2010-09-30i965: Fix whole-structure/array assignment in new FS.Eric Anholt
2010-09-30i965: Update renderer strings for sandybridgeAdam Jackson
2010-09-30st: remove duplicated includeNicolas Kaiser
2010-09-30math: remove duplicated includesNicolas Kaiser
2010-09-30main: remove duplicated includesNicolas Kaiser
2010-09-30dri/savage: remove duplicated includeNicolas Kaiser
2010-09-30dri/radeon: remove duplicated includesNicolas Kaiser
2010-09-30dri/r600: remove duplicated includeNicolas Kaiser
2010-09-30dri/r300: remove duplicated includeNicolas Kaiser
2010-09-30dri/r128: remove duplicated includeNicolas Kaiser
2010-09-30dri/mga: remove duplicated includeNicolas Kaiser
2010-09-30dri/intel: remove duplicated includeNicolas Kaiser
2010-09-30dri/i965: remove duplicated includeNicolas Kaiser
2010-09-30dri/i915: remove duplicated includeNicolas Kaiser
2010-09-30dri/i810: remove duplicated includeNicolas Kaiser
2010-09-30dri/common: remove duplicated includeNicolas Kaiser
2010-09-30swrast: remove duplicated includeNicolas Kaiser
2010-09-30dri/nv10: Use fast Z clears.Francisco Jerez
2010-09-30dri/nouveau: Remove unnecessary flush.Francisco Jerez
2010-09-30dri/nouveau: Have a smaller amount of larger scratch buffers.Francisco Jerez
2010-09-30i965: always set tiling for fbo depth buffer on sandybridgeZhenyu Wang
2010-09-29i965: Remove my "safety counter" code from loops.Eric Anholt
2010-09-29i965: Add live interval analysis and hook it up to the register allocator.Eric Anholt
2010-09-29i965: First cut at register allocation using graph coloring.Eric Anholt
2010-09-29ra: First cut at a graph-coloring register allocator for mesa.Eric Anholt
2010-09-29i965: Clean up the virtual GRF handling.Eric Anholt
2010-09-29i956: Make new FS discard do its work in a temp, not the null reg!Eric Anholt
2010-09-29i965: Fix use of undefined mem_ctx in vector splitting.Eric Anholt
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Remove declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-29mesa: Fix printf format warning.Vinson Lee
2010-09-29mesa: Fix printf format warning.Vinson Lee
2010-09-29mesa: Fix printf format warning.Vinson Lee
2010-09-29Revert "i965: Always set tiling for depth buffer on sandybridge"Zhenyu Wang
2010-09-28r300/compiler: Don't merge instructions that write output regs and ALU resultTom Stellard