diff options
Diffstat (limited to 'src/i830_reg.h')
-rw-r--r-- | src/i830_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_reg.h b/src/i830_reg.h index f9c1df9f..989646f4 100644 --- a/src/i830_reg.h +++ b/src/i830_reg.h @@ -648,6 +648,7 @@ #define MT_8BIT_IDX_ARGB8888 (7<<3) #define MT_8BIT_I8 (0<<3) /* SURFACE_8BIT */ #define MT_8BIT_L8 (1<<3) +#define MT_8BIT_A8 (4<<3) #define MT_16BIT_RGB565 (0<<3) /* SURFACE_16BIT */ #define MT_16BIT_ARGB1555 (1<<3) #define MT_16BIT_ARGB4444 (2<<3) |