summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/SConscript
AgeCommit message (Collapse)Author
2010-07-08r300/compiler: Add a register rename pass.Tom Stellard
This pass renames register in order to make it easier for the pair scheduler to group TEX instructions together. This fixes fdo bug #28606
2010-06-12r300/compiler: fix scons buildJoakim Sindholt
2010-06-05r300compiler: fix scons buildJoakim Sindholt
2010-04-16r300/compiler: Add radeon_program_tex.c to SCons build.Vinson Lee
This was missed in commit f8a14186809356871ae74159c774e9e3959a22e5.
2009-10-07r300compiler: fix scons build againJoakim Sindholt
2009-10-05r300g: fix scons buildJoakim Sindholt
So I didn't touch r300compiler, but r300g now compiles after having declarations and code untangled. As nha so gently points out, we shouldn't have to do this just to comply with MSVC compilers.