Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-28 | gallium: implement a glBitmap cache | Brian | |
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-20 | gallium: glBitmap code now separated from glDraw/CopyPixels code | Brian | |