summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_tris.c
Commit message (Expand)AuthorAgeFilesLines
* 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