summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_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-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20mach64: 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-21Remove CVS keywords.Keith Whitwell
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2005-09-04replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian 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-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-05-30Pull locking out from HW_LOCK/UNLOCK into SpanRenderStart/Finish. Provides aEric Anholt
2005-05-30Fix software fallbacks by being safe with macro arguments in READ/WRITE_DEPTH.Eric Anholt
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-02-05Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie