mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
gallium: disable a debug hack
This commit is contained in:
parent
c62b197b52
commit
7292db2138
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
* A wide, short buffer is used to target the common case of a series
|
||||
* of glBitmap calls being used to draw text.
|
||||
*/
|
||||
static GLboolean UseBitmapCache = 0*GL_TRUE;
|
||||
static GLboolean UseBitmapCache = GL_TRUE;
|
||||
|
||||
|
||||
#define BITMAP_CACHE_WIDTH 512
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue