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