aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mach64/mach64_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
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * mach64: Remove unnecessary headers.Vinson Lee2010-01-201-1/+0
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-4/+4
|/
* dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-8/+6
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+1
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+2
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+4
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-76/+17
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-011-54/+0
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-21/+4
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-0/+2
* Pull locking out from HW_LOCK/UNLOCK into SpanRenderStart/Finish. Provides aEric Anholt2005-05-301-6/+18
* Fix software fallbacks by being safe with macro arguments in READ/WRITE_DEPTH.Eric Anholt2005-05-301-63/+18
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-6/+65
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-4/+4
* Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie2004-02-051-0/+274