Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement enough of ARB_fragment_program for Keith's texenv program | Ben Skeggs | 2005-05-23 | 1 | -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 Haehnle | 2005-05-13 | 1 | -1/+1 |
| | | | | Fix a WARN_ONCE format string. | ||||
* | VBOs. | Aapo Tahkola | 2005-05-11 | 1 | -1/+4 |
| | |||||
* | r300 side support for fixed function pipeline. This isnt functional with ↵ | Aapo Tahkola | 2005-04-30 | 1 | -1/+2 |
| | | | | current Mesa. | ||||
* | Fix as suggested by Ben Skeggs. | Aapo Tahkola | 2005-04-25 | 1 | -2/+2 |
| | |||||
* | Initial multitexturing support. Old behaviour can be re-enabled by changing ↵ | Ben Skeggs | 2005-03-15 | 1 | -0/+264 |
ifdefs in r300_setup_rs_unit and r300SetupPixelShader in r300_state.c\nRequires DRM update. |