diff options
author | Zhigang Gong <zhigang.gong@linux.intel.com> | 2012-06-11 02:15:53 +0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-18 11:23:51 -0800 |
commit | eb6f981ba4d3a4aff1b3651bdad3cd7a52233b41 (patch) | |
tree | 0d8ad3e02f659bd61cb14054bf9522dd44f7e525 /glamor/glamor_glyphs.c | |
parent | e96ea02010874a3a46f212f42134083bd29fefe3 (diff) |
largepixmap: Enable glamor_composite.
Now we start to enable glamor_composite on large pixmap.
We need to do a three layer clipping to split the dest/source/mask
to small pieces. This commit only support non-transformation and
repeat normal case.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'glamor/glamor_glyphs.c')
-rw-r--r-- | glamor/glamor_glyphs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_glyphs.c b/glamor/glamor_glyphs.c index fe7d9de26..dd3b4c625 100644 --- a/glamor/glamor_glyphs.c +++ b/glamor/glamor_glyphs.c @@ -62,7 +62,7 @@ */ #define GLYPH_BUFFER_SIZE 1024 -#define CACHE_PICTURE_SIZE 1024 +#define CACHE_PICTURE_SIZE 1024 #define GLYPH_MIN_SIZE 8 #define GLYPH_MAX_SIZE 64 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE)) |