aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_clear.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-5/+3
| | | | | | _ActualFormat is replaced by Format (MESA_FORMAT_x). ColorEncoding, ComponentType, RedBits, GreenBits, BlueBits, etc. are all replaced by MESA_FORMAT_x queries.
* swrast: remove old commentBrian Paul2009-03-071-2/+0
|
* swrast: rename s_buffers.c -> s_clear.cBrian Paul2009-03-071-0/+346