diff options
Diffstat (limited to 'src/mesa/main/formats.h')
-rw-r--r-- | src/mesa/main/formats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h index 0c91aeaac86..f96c18aa4f3 100644 --- a/src/mesa/main/formats.h +++ b/src/mesa/main/formats.h @@ -304,6 +304,8 @@ typedef enum MESA_FORMAT_XBGR32323232_UINT, /* ... */ MESA_FORMAT_XBGR32323232_SINT, /* ... */ + MESA_FORMAT_ABGR2101010, + MESA_FORMAT_COUNT } gl_format; |