summaryrefslogtreecommitdiff
path: root/glamor/glamor_priv.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2014-09-10 16:20:46 +0900
committerKeith Packard <keithp@keithp.com>2014-09-11 18:30:55 -0700
commita4e8e6dff9a0c26944a325e4017faa68d93ae5b8 (patch)
treecbd42f05efd0f21eeaa166fe467c7f0f3f718d1b /glamor/glamor_priv.h
parent0acff6e4374340dc391014f396f190daf73d579c (diff)
glamor: Move 'glyph caches realized' check to glamor_realize_glyph_caches
And rename the boolean to reflect what it's about. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glamor/glamor_priv.h')
-rw-r--r--glamor/glamor_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h
index 385c0279d..6ebb7b392 100644
--- a/glamor/glamor_priv.h
+++ b/glamor/glamor_priv.h
@@ -268,7 +268,7 @@ typedef struct glamor_screen_private {
[SHADER_MASK_COUNT]
[SHADER_IN_COUNT];
glamor_glyph_cache_t glyphCaches[GLAMOR_NUM_GLYPH_CACHE_FORMATS];
- Bool glyph_cache_initialized;
+ Bool glyph_caches_realized;
/* shaders to restore a texture to another texture. */
GLint finish_access_prog[2];