summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_tris.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-14/+14
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* sis: Add assert to check function pointer is not null.Vinson Lee2010-02-271-0/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * sis: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-1/+2
|\|
| * sis: Silence compiler warnings.Vinson Lee2009-12-151-1/+2
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-2/+2
|/
* sis: fix signedness warningsEric Anholt2009-02-101-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-1/+1
* More GLSL code:Michal Krol2006-04-111-8/+11
* Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it'sEric Anholt2005-10-261-17/+16
* Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt2005-10-251-11/+59
* Add support for GL_EXT_secondary_color, tested with seccolor test.Eric Anholt2005-10-241-9/+15
* Fix the GL_BLEND case (and remove the fallback associated with it) by convertingEric Anholt2005-10-241-2/+2
* Fix texenv by moving a misplaced check for being in fallback (should cover onlyEric Anholt2005-10-241-2/+5
* Fix a typo in a fallback string.Eric Anholt2005-10-241-1/+1
* Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt2005-10-191-5/+29
* Remove unused CTX_ARG2 define.Eric Anholt2005-05-311-1/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+1
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* Triangle stipple is a fallback, since we don't have code for the stippling.Eric Anholt2004-09-251-1/+1
* Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hangEric Anholt2004-09-251-2/+3
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-4/+4
* Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell2004-07-011-5/+5
* * sisChooseRenderState doesn't depend on _NEW_TEXTURE at all.Eric Anholt2004-06-091-11/+2
* * Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt2004-06-081-339/+462
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-1/+1
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-4/+3
* Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell2003-12-091-21/+26
* Remove usleeps from sis driver. We probably aren't doing anyone a serviceEric Anholt2003-12-091-1/+0
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-2/+2
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+954