summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fragprog.h
AgeCommit message (Expand)Author
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-07-12r300_fragprog: Use nqssa+dce and program_pair for emitNicolai Haehnle
2008-07-05r300: Remove clause stuff for now in favour of a cloned generic gl_programNicolai Haehnle
2008-06-14r300_fragprog: Refactor TEX transformationNicolai Haehnle
2008-06-14r300: Add radeon_program and trivial refactoring of r300_fragprog to use itNicolai Haehnle
2008-06-14r300_fragprog: Remove dead declarations, move NOP declarations into sourceNicolai Haehnle
2008-05-13R300: cleanup FS code and fill in missing detailsAlex Deucher
2008-03-01r300: Moved the vertex and fragment program macros into the appropriate files.Oliver McFadden
2007-05-09r300: Converted "rp" variables (r300_fragment_program) to "fp".Oliver McFadden
2007-05-09r300: Fixed indenting from previous commitOliver McFadden
2007-05-09r300: Fixed some more function names.Oliver McFadden
2007-05-09r300: Indented r300_fragprog.[ch].Oliver McFadden
2007-05-09r300: Removed the obsolete pfs_reg_t type from r300_fragprog.h.Oliver McFadden
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-12r300: Add proper support for sin/cos instruction in fragment programRune Peterson
2006-12-25Rework r300 fragprog avoid using bitfield structure.Jerome Glisse
2006-11-01Add LIT instruction to fragment program.Jerome Glisse
2006-07-03Add copyright header and minor cleanup.Jerome Glisse
2006-03-13Clean build.Aapo Tahkola
2006-01-21Add individual component negation.Jerome Glisse
2006-01-20Fix swizzling table & add struct.Jerome Glisse
2006-01-09Missing patch from Ben Skeggs:Aapo Tahkola
2005-11-05Unify vertex/fragment program instuctions.Brian Paul
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
2005-05-28Play with swizzling a bit.Ben Skeggs
2005-05-25- Remove one of the loops in emit_arithBen Skeggs
2005-05-23Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs