summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savagetris.c
AgeCommit message (Expand)Author
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23savage: Remove unnecessary headers.Vinson Lee
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-12-15savage: Silence compiler warnings.Vinson Lee
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2006-04-11More GLSL code:Michal Krol
2005-03-06- Fixed two bugs related to DMA buffer handling that showed up with theFelix Kuehling
2005-02-12Fall back properly when GL_COLOR_LOGIC_OP is enabled and != GL_COPY.Felix Kuehling
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling
2005-01-21Small cleanup:Felix Kuehling
2005-01-20* Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling
2005-01-16Added a fast path for emitting unclipped primitives directly to aFelix Kuehling
2005-01-08* Flush and wait in per-primitive fallback functions. Fixes flickeringFelix Kuehling
2005-01-07Fixed: ptex drawing functions were overridden with standard drawingFelix Kuehling
2005-01-05* Fixed handling of scissorsFelix Kuehling
2005-01-02Improved the performance of software fallbacks by not waiting for idleFelix Kuehling
2005-01-01Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling
2004-12-23Simplified and optimized _savage_texnorm_stage.Felix Kuehling
2004-12-22- Fake projective textures on a single texture unit. A fallback is onlyFelix Kuehling
2004-12-17Made debugging output controllable via environment variableFelix Kuehling
2004-12-17Added a TNL pipeline stage that normalizes texture coordinates as aFelix Kuehling
2004-12-14uint*t -> u_int*tAlan Hourihane
2004-10-07Fix emitting fog without secondary color and vice-versa.Felix Kuehling
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-04-22Fix order of EMIT_4UB_4F declarationsKeith Whitwell
2004-03-25More state management changes:Felix Kuehling
2004-03-24Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling
2004-03-24Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling
2004-03-21unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling
2004-03-07Fixed two small problems in the vertex setup.Felix Kuehling
2004-03-02Cope with float colors in VERT_SET_RGBA and VERT_SET_SPEC macros.Felix Kuehling
2004-02-29Corrected the maximum vertex size argument of _tnl_init_vertices.Felix Kuehling
2004-02-26Adapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros to copy with all savage...Felix Kuehling
2004-02-26Converted vertex setup to use t_vertex.[ch].Felix Kuehling
2004-02-22Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling