aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_span.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-1/+1
| | | | Makefile.template
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+4
|
* r300: Further reduced the radeon_span.c diff.Oliver McFadden2007-05-091-2/+49
|
* r300: Further reduced the diff between radeon_span.[ch].Oliver McFadden2007-05-091-0/+3
|
* r300: Indented both copies of radeon_span.[ch] in preparation for merging.Oliver McFadden2007-05-091-90/+73
|
* Further clean-up and simplification of the span-related functions.Brian Paul2005-09-041-27/+21
|
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+4
|
* use new InitStencil/DepthPointer functionsBrian Paul2005-09-031-21/+6
|
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-87/+54
| | | | | | | Use driRenderbuffer's offset, pitch fields in the span routines. Remove the SetBuffer driver function. Consolidate the code for setting CTX_RB3D_COLOROFFSET and CTX_RB3D_COLORPITCH state in new radeonUpdateDrawBuffer() function.
* convert sis and radeon driver to use spantmp2 instead of spantmp template. ↵Roland Scheidegger2005-07-011-123/+12
| | | | Remove old (pre-renderbuffer) span code instead of converting that too. Remove this old code from mach64 (the dead code was not fully converted to spantmp2 previously) too.
* remove common macros used in the span functions of most drivers from the ↵Roland Scheidegger2005-07-011-31/+0
| | | | individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR.
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+63
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ↵Roland Scheidegger2005-01-261-22/+34
| | | | radeon and r200 driver
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
| | | | | | Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+415