summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_span.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-11/+9
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+6
* Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt2005-10-191-28/+30
* minor clean-upsBrian Paul2005-09-041-2/+1
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-56/+12
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-011-140/+15
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-28/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+72
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-10/+10
* * Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt2004-06-081-2/+9
* Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt2004-05-241-1/+1
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-1/+1
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+311