Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2007-12-22 | fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527) | Roland Scheidegger | |
primitive needs to include the begin/end flags (broken since vbo-0.2). Should fix missing first/last line segment on gamma, i810, i915, mga, r200, radeon, s3v, savage, unichrome (r300 already correct). Tested on r200, fixes #13527. | |||
2005-11-19 | in run_texnorm_stage() check if the texture unit is really enabled before ↵ | Brian Paul | |
trying to normalize the texcoords | |||
2005-10-31 | fix problems found with gcc 2.96 (bug 4934) | Brian Paul | |
2005-04-23 | Fixed a segfault introduced by Keith's pipeline changes. | Felix Kuehling | |
2005-04-22 | First 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 DMA | Felix Kuehling | |
* Fixed disabling of the render stage * Added debug output for per-primitive fallbacks * Bumped driver date | |||
2005-01-20 | Added support for ELTS to the _savage_render_stage. Requires at least | Felix Kuehling | |
Savage DRM version 2.2.0. Otherwise the render stage is disabled. | |||
2005-01-16 | Added a fast path for emitting unclipped primitives directly to a | Felix 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. |