Age | Commit message (Expand) | Author |
2007-05-09 | r300: Converted "rp" variables (r300_fragment_program) to "fp". | Oliver McFadden |
2007-05-09 | r300: Fixed indenting from previous commit | Oliver McFadden |
2007-05-09 | r300: Fixed some more function names. | Oliver McFadden |
2007-05-09 | r300: Indented r300_fragprog.[ch]. | Oliver McFadden |
2007-05-09 | r300: Removed the obsolete pfs_reg_t type from r300_fragprog.h. | Oliver McFadden |
2007-02-23 | Update DRI drivers for new glsl compiler. | Brian |
2007-02-12 | r300: Add proper support for sin/cos instruction in fragment program | Rune Peterson |
2006-12-25 | Rework r300 fragprog avoid using bitfield structure. | Jerome Glisse |
2006-11-01 | Add LIT instruction to fragment program. | Jerome Glisse |
2006-07-03 | Add copyright header and minor cleanup. | Jerome Glisse |
2006-03-13 | Clean build. | Aapo Tahkola |
2006-01-21 | Add individual component negation. | Jerome Glisse |
2006-01-20 | Fix swizzling table & add struct. | Jerome Glisse |
2006-01-09 | Missing patch from Ben Skeggs: | Aapo Tahkola |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul |
2005-07-20 | Clean up warnings in r300 code by making some symbols static, adding prototypes | Eric Anholt |
2005-05-28 | Play with swizzling a bit. | Ben Skeggs |
2005-05-25 | - Remove one of the loops in emit_arith | Ben Skeggs |
2005-05-23 | Implement enough of ARB_fragment_program for Keith's texenv program | Ben Skeggs |