summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_auxbuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-129/+0
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* new comments and assertionsBrian Paul2004-11-271-0/+2
|
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul2004-08-251-0/+1
| | | | 1015696)
* just a commentBrian Paul2004-06-111-0/+5
|
* Fix minor warnings found with g++.Brian Paul2004-05-041-3/+3
|
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-0/+121
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.