summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2010-10-01r600c: pull over 6xx/7xx vertex fixes for evergreenAlex Deucher
2010-09-30i965: Split the gen4 and gen5 sampler handling apart.Eric Anholt
2010-09-30i965: Use the lowering pass for texture projection.Eric Anholt
2010-09-30r600c: add reloc for CB_COLOR0_ATTRIBAlex Deucher
2010-09-30i965: Fix new FS handling of builtin uniforms with packed scalars in structs.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-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-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-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-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
2010-09-28r300/compiler: Don't use rc_error() unless the error is unrecoverableTom Stellard
2010-09-28r300/compiler: Fix segfault in error pathTom Stellard
2010-09-29i965: fallback lineloop on sandybridge for nowZhenyu Wang
2010-09-29i965: Always set tiling for depth buffer on sandybridgeZhenyu Wang
2010-09-28i965: Add support for builtin uniforms to the new FS backend.Eric Anholt