diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-04 17:27:43 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-11-07 19:08:09 -0800 |
commit | aba6b84ce52c27b642d01bafd1703386bda97f3a (patch) | |
tree | 898fb627a9c892ba0f5003a28dafc14e9745e462 /include | |
parent | bf6591e948d95b73c5b8d10fa448ec87e9572b8e (diff) |
Define __DRI_IMAGE_FORMAT_SARGB8
This format will be used by the i965 driver
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/internal/dri_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index b0fa02f784..fdd7f94904 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/internal/dri_interface.h @@ -1013,6 +1013,7 @@ struct __DRIdri2ExtensionRec { #define __DRI_IMAGE_FORMAT_NONE 0x1008 #define __DRI_IMAGE_FORMAT_XRGB2101010 0x1009 #define __DRI_IMAGE_FORMAT_ARGB2101010 0x100a +#define __DRI_IMAGE_FORMAT_SARGB8 0x100b #define __DRI_IMAGE_USE_SHARE 0x0001 #define __DRI_IMAGE_USE_SCANOUT 0x0002 |