summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_tris.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-1154/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-14/+14
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick1-1/+0
2010-02-27sis: Add assert to check function pointer is not null.Vinson Lee1-0/+1
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-23sis: 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-2/+2
2009-12-15sis: Silence compiler warnings.Vinson Lee1-1/+2
2009-02-10sis: fix signedness warningsEric Anholt1-1/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-4/+4
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian1-1/+1
2006-04-11More GLSL code:Michal Krol1-8/+11
2005-10-26Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it'sEric Anholt1-17/+16
2005-10-25Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt1-11/+59
2005-10-24Add support for GL_EXT_secondary_color, tested with seccolor test.Eric Anholt1-9/+15
2005-10-24Fix the GL_BLEND case (and remove the fallback associated with it) by convertingEric Anholt1-2/+2
2005-10-24Fix texenv by moving a misplaced check for being in fallback (should cover onlyEric Anholt1-2/+5
2005-10-24Fix a typo in a fallback string.Eric Anholt1-1/+1
2005-10-19Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt1-5/+29
2005-05-31Remove unused CTX_ARG2 define.Eric Anholt1-1/+0
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+1
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-1/+1
2004-09-25Triangle stipple is a fallback, since we don't have code for the stippling.Eric Anholt1-1/+1
2004-09-25Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hangEric Anholt1-2/+3
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell1-4/+4
2004-07-01Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell1-5/+5
2004-06-09* sisChooseRenderState doesn't depend on _NEW_TEXTURE at all.Eric Anholt1-11/+2
2004-06-08* Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt1-339/+462
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-1/+1
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell1-4/+3
2003-12-09Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell1-21/+26
2003-12-09Remove usleeps from sis driver. We probably aren't doing anyone a serviceEric Anholt1-1/+0
2003-12-04merge latest DRI sis driver changes from the DRI trunkAlan Hourihane1-2/+2
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane1-0/+954