summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@linux.intel.com>2012-06-11 14:02:59 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2012-06-11 16:44:38 +0800
commit7ed0d760fbd4378c59fde4d88adc6eca2cb3ea95 (patch)
tree28917cf85d229ef78d98f068308918c9cd406dce
parent3ed87725dc79c6dd51598a4ed060ad8c53306d55 (diff)
Enable large pixmap by default.for_large_pixmap
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
-rw-r--r--src/glamor_priv.h4
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 */