aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savagerender.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-6/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* dri: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * savage: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-4/+4
|/
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* in run_texnorm_stage() check if the texture unit is really enabled before try...Brian Paul2005-11-191-50/+52
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-5/+5
* Fixed a segfault introduced by Keith's pipeline changes.Felix Kuehling2005-04-231-1/+2
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-44/+17
* * Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling2005-01-201-0/+1
* Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling2005-01-201-20/+57
* Added a fast path for emitting unclipped primitives directly to aFelix Kuehling2005-01-161-0/+356