Enable large pixmap by default.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
parent
8ca16754f7
commit
bf38ee407b
|
@ -934,9 +934,9 @@ glamor_poly_line(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt,
|
||||||
#ifndef GLAMOR_GLES2
|
#ifndef GLAMOR_GLES2
|
||||||
#define GLAMOR_GRADIENT_SHADER
|
#define GLAMOR_GRADIENT_SHADER
|
||||||
#endif
|
#endif
|
||||||
#define GLAMOR_TEXTURED_LARGE_PIXMAP 0
|
#define GLAMOR_TEXTURED_LARGE_PIXMAP 1
|
||||||
#if 0
|
#if 0
|
||||||
#define MAX_FBO_SIZE 512 /* For test purpose only. */
|
#define MAX_FBO_SIZE 32 /* For test purpose only. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* GLAMOR_PRIV_H */
|
#endif /* GLAMOR_PRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue