aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_span.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-1/+1
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* First step of Radeon DRI unification:Eric Anholt2005-11-021-1/+1
* Further clean-up and simplification of the span-related functions.Brian Paul2005-09-041-22/+23
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-10/+7
* remove dead codeBrian Paul2005-09-031-91/+7
* remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS codeBrian Paul2005-09-021-3/+1
* added an assertion to help debug broken stencil readbackBrian Paul2005-09-011-1/+3
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-20/+45
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-38/+0
* Remove the #if 0-ed out old span code.Eric Anholt2005-06-261-45/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-7/+59
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-29/+41
* fix depth/stencil readback if coordinates are larger than 1023 (https://bugs....Roland Scheidegger2004-12-081-2/+2
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-62/+16
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-3/+2
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+433