summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-29r600g: Update SConscript.Vinson Lee1-6/+6
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-1/+2
2010-09-29r600g: Update SConscript.Vinson Lee1-4/+6
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-8/+16
2010-09-29r600g: cleanupJerome Glisse19-1265/+1014
2010-09-29r600g: Update SConscript.Vinson Lee1-7/+4
2010-09-29r300g: add support for formats beginning with X, like X8R8G8B8Marek Olšák2-12/+40
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-5/+10
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-12/+16
2010-09-29r600g: delete old pathJerome Glisse33-7352/+223
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-2/+3
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-9/+20
2010-09-29mesa: Fix printf format warning.Vinson Lee1-1/+1
2010-09-29mesa: Fix printf format warning.Vinson Lee1-1/+1
2010-09-29mesa: Fix printf format warning.Vinson Lee1-1/+1
2010-09-29r600g: use a hash table instead of groupJerome Glisse7-1495/+1442
2010-09-29draw: pass sampler state down to llvm jit stateBrian Paul3-0/+26
2010-09-29Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarballMarek Olšák1-0/+2
2010-09-29scons: New build= option, with support for checked builds.José Fonseca3-5/+4
2010-09-29scons: New build= option, with support for checked builds.José Fonseca3-21/+46
2010-09-29llvmpipe: Decouple sampler view and sampler state updates.José Fonseca3-13/+45
2010-09-29glx: Only remove drawables from the hash when we actually delete themKristian Høgsberg1-4/+6
2010-09-29Revert "r600g: add initial vertex translate support."Dave Airlie4-239/+3
2010-09-29Revert "i965: Always set tiling for depth buffer on sandybridge"Zhenyu Wang1-1/+1
2010-09-28r300/compiler: Don't merge instructions that write output regs and ALU resultTom Stellard1-0/+6
2010-09-28r300/compiler: Don't use rc_error() unless the error is unrecoverableTom Stellard1-3/+3
2010-09-28r300/compiler: Fix segfault in error pathTom Stellard1-1/+1
2010-09-29i965: fallback lineloop on sandybridge for nowZhenyu Wang1-0/+7
2010-09-29i965: Always set tiling for depth buffer on sandybridgeZhenyu Wang1-1/+1
2010-09-29r600g: remove old assert from new codepathDave Airlie1-2/+0
2010-09-29r600g: add initial vertex translate support.Dave Airlie4-3/+239
2010-09-28glsl: "Copyright", not "Constantright"Kenneth Graunke1-1/+1
2010-09-28i965: Add support for builtin uniforms to the new FS backend.Eric Anholt1-1/+70
2010-09-28mesa: Move the list of builtin uniform info from ir_to_mesa to shared code.Eric Anholt3-243/+251
2010-09-28i965: Clean up obsolete FINISHME comment.Eric Anholt1-1/+0
2010-09-28i965: Fix array indexing of arrays of matrices.Eric Anholt1-7/+3
2010-09-29r600g: move radeon.h members around to add back map flushing.Dave Airlie3-4/+8
2010-09-29r600g: add evergreen texture border support to new pathDave Airlie1-1/+4
2010-09-29r600g: add back evergreen name.Dave Airlie1-1/+3
2010-09-28i965: Don't try to emit interpolation for unused varying slots.Eric Anholt1-0/+9
2010-09-28i965: Do interpolation for varying matrices and arrays in the FS backend.Eric Anholt1-59/+57
2010-09-28glsl: Also update implicit sizes of varyings at link time.Eric Anholt1-4/+7
2010-09-28i965: Add support for ARB_fragment_coord_conventions to the new FS backend.Eric Anholt1-15/+55
2010-09-28i965: Add support for ir_loop counters to the new FS backend.Eric Anholt1-5/+59
2010-09-28r600g: Cleaned up index buffer reference handling in the draw module.Tilman Sauerbeck3-4/+14
2010-09-28i965: Add support for MRT to the new FS backend.Eric Anholt1-27/+48
2010-09-28i965: Add support for non-color render target write data to new FS backend.Eric Anholt1-4/+39
2010-09-28scons: Add program/sampler.cpp to SCons build.Vinson Lee1-0/+1
2010-09-28i965: Set up sampler numbers in the FS backend.Eric Anholt1-2/+10
2010-09-28mesa: Pull ir_to_mesa's sampler number fetcher out to shared code.Eric Anholt4-87/+175