From 7ed0d760fbd4378c59fde4d88adc6eca2cb3ea95 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Mon, 11 Jun 2012 14:02:59 +0800 Subject: Enable large pixmap by default. Signed-off-by: Zhigang Gong --- src/glamor_priv.h | 4 ++-- 1 file 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 */ -- cgit v1.2.3