summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fragprog_common.c
AgeCommit message (Expand)Author
2009-07-27r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle
2009-07-27r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle
2009-07-27r300: Remove some unnecessary includesNicolai Hähnle
2009-07-27r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle
2009-07-27r300: Remove GLcontext from r300_fragment_program_compilerNicolai Hähnle
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle
2009-07-13r300: Fix fogcoord rewritingNicolai Hähnle
2009-07-13r300: fix indentationMaciej Cencora
2009-07-13r300: move depth output rewrite out of NQSSADCEMaciej Cencora
2009-07-13r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora
2009-07-13r300: cache translated fragment programsMaciej Cencora
2009-07-13r300: update state parameters only once per rendering operationMaciej Cencora
2009-05-16r300: rename functionsMaciej Cencora
2009-05-12r300/r500: make sure we detect constant buffer changesJerome Glisse
2009-04-27r300: flush stdout to get consistent debugging infoMaciej Cencora
2009-04-19r300: cleanup includesMaciej Cencora
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora