aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_shader.c
Commit message (Collapse)AuthorAgeFilesLines
* Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola2005-05-281-7/+4
|
* Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs2005-05-231-3/+23
| | | | | | | | | | | | generation in Mesa. Requires most recent Mesa cvs to work correctly. Swizzle code is possibly slow/buggy and will probably be replaced. Old behaviour can be controlled by a #define in r300_context.h, if no-one minds I'll remove the old code later on. Also, disabled cube map extension. AFAIK We don't support it yet, and it causes issues with UT2004.
* VBOs.Aapo Tahkola2005-05-111-7/+2
|
* Flat shading and bunch of clarifications to r300_reg.h .Aapo Tahkola2005-05-051-0/+1
|
* r300 side support for fixed function pipeline. This isnt functional with ↵Aapo Tahkola2005-04-301-4/+4
| | | | current Mesa.
* Reorganized shader stuff.Aapo Tahkola2005-04-191-0/+99