Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | 2008-09-18 | 1 | -1/+1 |
| | | | | Makefile.template | ||||
* | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao | 2008-08-05 | 1 | -0/+4 |
| | |||||
* | r300: Further reduced the radeon_span.c diff. | Oliver McFadden | 2007-05-09 | 1 | -2/+49 |
| | |||||
* | r300: Further reduced the diff between radeon_span.[ch]. | Oliver McFadden | 2007-05-09 | 1 | -0/+3 |
| | |||||
* | r300: Indented both copies of radeon_span.[ch] in preparation for merging. | Oliver McFadden | 2007-05-09 | 1 | -90/+73 |
| | |||||
* | Further clean-up and simplification of the span-related functions. | Brian Paul | 2005-09-04 | 1 | -27/+21 |
| | |||||
* | replace GET_SRC_PTR, GET_DST_PTR with GET_PTR | Brian Paul | 2005-09-04 | 1 | -7/+4 |
| | |||||
* | use new InitStencil/DepthPointer functions | Brian Paul | 2005-09-03 | 1 | -21/+6 |
| | |||||
* | Finish up some of the gl_renderbuffer work. | Brian Paul | 2005-09-01 | 1 | -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 Scheidegger | 2005-07-01 | 1 | -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 Scheidegger | 2005-07-01 | 1 | -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 Paul | 2005-05-04 | 1 | -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 Scheidegger | 2005-01-26 | 1 | -22/+34 |
| | | | | radeon and r200 driver | ||||
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -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 Bitkeeper | Brian Paul | 2003-08-22 | 1 | -0/+415 |