summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_clear.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-408/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* sis: Silence compiler warnings.Vinson Lee2009-12-151-1/+0
* 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-1/+1
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-7/+2
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-19/+11
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-3/+4
* Bug 4996.Brian Paul2005-11-091-1/+1
* Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt2005-10-241-64/+35
* Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt2005-10-191-3/+3
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-19/+19
* Fix reflect demo: We were using the 3D Clear path unnecessarily, which appearsEric Anholt2004-06-091-7/+10
* Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt2004-05-241-2/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-2/+2
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-40/+34
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+454