summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_bitmap.h
AgeCommit message (Collapse)Author
2008-03-28gallium: implement a glBitmap cacheBrian
The bitmap cache attempts to accumulate a series of glBitmap calls in a buffer to effectively render a whole bunch of bitmaps at once. The cache can be disabled, if needed, by setting UseBitmapCache=GL_FALSE.
2008-03-20gallium: glBitmap code now separated from glDraw/CopyPixels codeBrian