summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savagespan.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-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23savage: Remove unnecessary headers.Vinson Lee
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-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2006-11-16remove unused imesa local var to silence warningsBrian Paul
2006-11-10Enable GLX_SGI_make_current_read.Ian Romanick
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2005-09-04minor clean-upsBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-09-01use proper datatypes to silence a bunch of warningsBrian Paul
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-21Fixed some suspicious pointer casts that caused lots ofFelix Kuehling
2005-01-21Small cleanup:Felix Kuehling
2005-01-15Converted to use spantmp2.h.Felix Kuehling
2005-01-03Added support for floating point depth buffers on Savage4-basedFelix Kuehling
2005-01-02Improved the performance of software fallbacks by not waiting for idleFelix Kuehling
2004-10-08Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-02-22Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling