Enable large pixmap by default.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
Zhigang Gong 2012-06-11 14:02:59 +08:00 committed by Eric Anholt
parent 8ca16754f7
commit bf38ee407b

View File

@ -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 */