commit | c62b197b528293abb56b099503344e3cdd7d6c40 | [log] [tgz] |
---|---|---|
author | Brian <brian.paul@tungstengraphics.com> | Fri Mar 28 14:53:47 2008 -0600 |
committer | Brian <brian.paul@tungstengraphics.com> | Fri Mar 28 14:53:47 2008 -0600 |
tree | 2c288f52217dce9747b54a5942bd686a71b5ad3a | |
parent | 13041da714106ae61b4184b79e847c2b382e07ad [diff] |
gallium: implement a glBitmap cache 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.