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