aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/r128_span.c
Commit message (Expand)AuthorAgeFilesLines
* r128: Remove unnecessary headers.Vinson Lee2010-01-301-2/+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-10/+8
* 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/+3
* s/GLint/GLuint/ to fix sign warningsBrian Paul2006-11-021-4/+4
* locking fixes (Martijn Van Oosterhout)Brian Paul2006-06-261-0/+6
* Bug #1028: Add hardware-accelerated stencil support to r128. Testing withEric Anholt2005-10-271-4/+140
* make r128SpanRenderStart/Finish staticBrian Paul2005-09-051-2/+4
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+4
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-71/+13
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-35/+0
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-48/+0
* Pull locking out of HW_LOCK/UNLOCK and into SpanRenderStart/Finish. Also doEric Anholt2005-05-311-28/+22
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+51
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-1/+1
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-86/+19
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+475