summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fragprog_common.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-06r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák1-1/+1
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle1-0/+13
2009-10-03Merge branch 'master' into r300-compilerNicolai Hähnle1-2/+16
2009-10-03r300: Workaround problem on R500 with very large fragment programsNicolai Hähnle1-0/+13
2009-09-23r300: fallback to software rendering if we are out of free texcoordsMaciej Cencora1-2/+16
2009-09-06Merge branch 'master' into r300-compilerNicolai Hähnle1-1/+1
2009-08-31r300: Convert to shared debug code.Pauli Nieminen1-1/+1
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle1-2/+2
2009-08-30r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle1-1/+2
2009-08-27r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle1-2/+2
2009-07-29r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle1-3/+4
2009-07-27r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle1-11/+10
2009-07-27r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constantsNicolai Hähnle1-0/+48
2009-07-27r300/fragprog: Move some of the attribute handling out of the compilerNicolai Hähnle1-0/+69
2009-07-27r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle1-2/+9
2009-07-27r300/compiler: Lay groundwork for better error handlingNicolai Hähnle1-2/+2
2009-07-27r300: Reduce include dependenciesNicolai Hähnle1-0/+2
2009-07-27r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle1-1/+1
2009-07-27r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle1-2/+5
2009-07-27r300: Remove some unnecessary includesNicolai Hähnle1-6/+0
2009-07-27r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle1-6/+8
2009-07-27r300: Remove GLcontext from r300_fragment_program_compilerNicolai Hähnle1-1/+0
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-270/+10
2009-07-13r300: Fix fogcoord rewritingNicolai Hähnle1-1/+13
2009-07-13r300: fix indentationMaciej Cencora1-4/+4
2009-07-13r300: move depth output rewrite out of NQSSADCEMaciej Cencora1-4/+44
2009-07-13r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora1-3/+59
2009-07-13r300: cache translated fragment programsMaciej Cencora1-79/+90
2009-07-13r300: update state parameters only once per rendering operationMaciej Cencora1-11/+0
2009-05-16r300: rename functionsMaciej Cencora1-1/+1
2009-05-12r300/r500: make sure we detect constant buffer changesJerome Glisse1-1/+1
2009-04-27r300: flush stdout to get consistent debugging infoMaciej Cencora1-0/+4
2009-04-19r300: cleanup includesMaciej Cencora1-0/+5
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora1-0/+282