summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/r300_fragprog.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-23r300g: Increase fragment shader limits for r400 cardsTom Stellard1-10/+33
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard1-9/+67
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák1-2/+3
2010-04-16r300/compiler: Split off texture fixes to their own file.Corbin Simpson1-253/+0
2010-04-15r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák1-1/+1
2010-04-12r300/compiler: Comment code, add much better mirror maths.Corbin Simpson1-14/+67
2010-04-11r300/compiler: Implement texcoord repeat and mirror for NPOT.Corbin Simpson1-11/+51
2010-02-02r300compiler: Add MRT number to debugging output.Corbin Simpson1-2/+2
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle1-72/+72
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle1-59/+59
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle1-32/+35
2009-07-27r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle1-146/+115
2009-07-27r300/vertprog: Cleanup source conflict handlingNicolai Hähnle1-6/+0
2009-07-27r300: Further reduce dependency between compiler and classic driverNicolai Hähnle1-2/+2
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-0/+450