Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-11 | Revert "r300: Merged radeon_span.c." | Oliver McFadden | |
This reverts commit 0aa998b2ab6fdfe139b54de9868e2383440685d0. | |||
2007-05-11 | r300: Merged radeon_span.c. | Oliver McFadden | |
2007-05-09 | r300: Further reduced the radeon_span.c diff. | Oliver McFadden | |
2007-05-09 | r300: Further reduced the diff between radeon_span.[ch]. | Oliver McFadden | |
2007-05-09 | r300: Indented both copies of radeon_span.[ch] in preparation for merging. | Oliver McFadden | |
2005-09-04 | Further clean-up and simplification of the span-related functions. | Brian Paul | |
2005-09-04 | replace GET_SRC_PTR, GET_DST_PTR with GET_PTR | Brian Paul | |
2005-09-03 | use new InitStencil/DepthPointer functions | Brian Paul | |
2005-09-01 | Finish up some of the gl_renderbuffer work. | Brian Paul | |
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. | |||
2005-07-01 | convert sis and radeon driver to use spantmp2 instead of spantmp template. ↵ | Roland Scheidegger | |
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. | |||
2005-07-01 | remove common macros used in the span functions of most drivers from the ↵ | Roland Scheidegger | |
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. | |||
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2005-01-26 | (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ↵ | Roland Scheidegger | |
radeon and r200 driver | |||
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul | |
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | |