aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pixelflinger/format.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pixelflinger/format.h b/include/pixelflinger/format.h
index 6b2050c4..d2bf5dc4 100644
--- a/include/pixelflinger/format.h
+++ b/include/pixelflinger/format.h
@@ -52,6 +52,10 @@ enum GGLPixelFormat {
GGL_PIXEL_FORMAT_S_8 = 0x19,
GGL_PIXEL_FORMAT_SZ_24 = 0x1A,
GGL_PIXEL_FORMAT_SZ_8 = 0x1B,
+
+ // other variations of YCbCr/YCrCb
+ GGL_PIXEL_FORMAT_YCbCr_420_SP_TILED = 0x20,
+ GGL_PIXEL_FORMAT_YCrCb_420_SP = 0x21,
};
enum GGLFormatComponents {