Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: implement a glBitmap cache | Brian | 2008-03-28 | 1 | -0/+5 |
| | | | | | | | 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. | ||||
* | gallium: glBitmap code now separated from glDraw/CopyPixels code | Brian | 2008-03-20 | 1 | -0/+41 |