summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_auxbuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-0/+41
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.