summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savagerender.c
AgeCommit message (Expand)Author
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23savage: Remove unnecessary headers.Vinson Lee
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-12-22fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger
2005-11-19in run_texnorm_stage() check if the texture unit is really enabled before try...Brian Paul
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
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling
2005-01-16Added a fast path for emitting unclipped primitives directly to aFelix Kuehling