diff options
Diffstat (limited to 'xorg-server/glamor/glamor_program.h')
-rw-r--r-- | xorg-server/glamor/glamor_program.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-server/glamor/glamor_program.h b/xorg-server/glamor/glamor_program.h index 88efc3593..56ba03aa8 100644 --- a/xorg-server/glamor/glamor_program.h +++ b/xorg-server/glamor/glamor_program.h @@ -29,6 +29,8 @@ 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_dash = 32, } glamor_program_location; typedef enum { @@ -61,6 +63,10 @@ struct _glamor_program { GLint fill_size_uniform; GLint fill_offset_uniform; GLint font_uniform; + GLint bitplane_uniform; + GLint bitmul_uniform; + GLint dash_uniform; + GLint dash_length_uniform; glamor_program_location locations; glamor_program_flag flags; glamor_use prim_use; |