diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/glamor_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamor_priv.h b/src/glamor_priv.h index 2af17f0..a791e04 100644 --- a/src/glamor_priv.h +++ b/src/glamor_priv.h @@ -934,9 +934,9 @@ glamor_poly_line(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, #ifndef GLAMOR_GLES2 #define GLAMOR_GRADIENT_SHADER #endif -#define GLAMOR_TEXTURED_LARGE_PIXMAP 0 +#define GLAMOR_TEXTURED_LARGE_PIXMAP 1 #if 0 -#define MAX_FBO_SIZE 512 /* For test purpose only. */ +#define MAX_FBO_SIZE 32 /* For test purpose only. */ #endif #endif /* GLAMOR_PRIV_H */ |