aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_auxbuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.