summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savagerender.c
AgeCommit message (Collapse)Author
2005-11-19in run_texnorm_stage() check if the texture unit is really enabled before ↵Brian Paul
trying to normalize the texcoords
2005-10-31fix problems found with gcc 2.96 (bug 4934)Brian Paul
2005-04-23Fixed a segfault introduced by Keith's pipeline changes.Felix Kuehling
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell
2005-01-20* Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling
* Fixed disabling of the render stage * Added debug output for per-primitive fallbacks * Bumped driver date
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling
Savage DRM version 2.2.0. Otherwise the render stage is disabled.
2005-01-16Added a fast path for emitting unclipped primitives directly to aFelix Kuehling
vertex buffer. ELTS are not supported yet (missing functionality in the DRM). You need at least Savage DRM version 2.1.3, which fixes a bug that screwed up triangle fans and strips. Moved the texture normalization stage to savagerender.c.