aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_dd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-101-1/+1
* fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger2006-01-301-1/+1
* Move the front.offset setting above a check to shortcut reallocating buffers ifEric Anholt2005-10-251-4/+5
* Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt2005-10-241-1/+1
* Add support for GL_EXT_stencil_wrap by guessing that the skip of two values inEric Anholt2005-10-241-1/+1
* Bump driver dates for the crasher fixes yesterday.Eric Anholt2005-10-201-1/+1
* Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt2005-10-191-25/+112
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-5/+6
* Add support for NV_blend_square, and print errors if an unsupported blendEric Anholt2004-10-081-1/+1
* Bump driver_date for today's fixes.Eric Anholt2004-09-251-1/+1
* * Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt2004-06-081-4/+9
* Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt2004-05-241-1/+1
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-12/+11
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-3/+2
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+177