summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_span.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2005-10-19Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt
2005-09-04minor clean-upsBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane
2004-06-08* Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt
2004-05-24Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2003-12-04merge latest DRI sis driver changes from the DRI trunkAlan Hourihane
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane