aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_texprog.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs2005-05-231-0/+2
| | | | | | | | | | | | 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.
* Patch from Jeff Smith:Nicolai Haehnle2005-05-131-1/+1
| | | | Fix a WARN_ONCE format string.
* VBOs.Aapo Tahkola2005-05-111-1/+4
|
* r300 side support for fixed function pipeline. This isnt functional with ↵Aapo Tahkola2005-04-301-1/+2
| | | | current Mesa.
* Fix as suggested by Ben Skeggs.Aapo Tahkola2005-04-251-2/+2
|
* Initial multitexturing support. Old behaviour can be re-enabled by changing ↵Ben Skeggs2005-03-151-0/+264
ifdefs in r300_setup_rs_unit and r300SetupPixelShader in r300_state.c\nRequires DRM update.