summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_span.c
AgeCommit message (Expand)Author
2009-02-11radeon/r200/r300: merge span code into single shared fileDave Airlie
2009-02-11radeon/r200/r300: fix span code for depth reading.Dave Airlie
2009-01-22r200r300: start merging span codeDave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-14radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
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
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian
2007-05-17remove CVS/XFree86 keywordsChristoff Brill
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-09-04Further clean-up and simplification of the span-related functions.Brian Paul
2005-09-04replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul
2005-09-03remove dead codeBrian Paul
2005-09-02remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS codeBrian Paul
2005-09-01added an assertion to help debug broken stencil readbackBrian Paul
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-26Remove the #if 0-ed out old span code.Eric Anholt
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2004-12-08fix depth/stencil readback if coordinates are larger than 1023 (https://bugs....Roland Scheidegger
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-06r200 driver, brought over by Jon SmirlKeith Whitwell