summaryrefslogtreecommitdiff
path: root/glamor/glamor_program.h
diff options
context:
space:
mode:
Diffstat (limited to 'glamor/glamor_program.h')
-rw-r--r--glamor/glamor_program.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glamor/glamor_program.h b/glamor/glamor_program.h
index 88efc3593..118f97838 100644
--- a/glamor/glamor_program.h
+++ b/glamor/glamor_program.h
@@ -29,6 +29,7 @@ typedef enum {
glamor_program_location_bg = 2,
glamor_program_location_fill = 4,
glamor_program_location_font = 8,
+ glamor_program_location_bitplane = 16,
} glamor_program_location;
typedef enum {
@@ -61,6 +62,8 @@ struct _glamor_program {
GLint fill_size_uniform;
GLint fill_offset_uniform;
GLint font_uniform;
+ GLint bitplane_uniform;
+ GLint bitmul_uniform;
glamor_program_location locations;
glamor_program_flag flags;
glamor_use prim_use;