gallium: add R8G8_R8B8 and G8R8_B8R8 formats
[mesa.git] / src / gallium / include / pipe / p_format.h
index c58f39096b5d051303a8e998b0ea33d856a6af6c..4f0d1f273a9f56377254695d9ccfcd182a2e0e22 100644 (file)
@@ -311,6 +311,9 @@ enum pipe_format {
 
    PIPE_FORMAT_ETC1_RGB8               = 226,
 
+   PIPE_FORMAT_R8G8_R8B8_UNORM         = 227,
+   PIPE_FORMAT_G8R8_B8R8_UNORM         = 228,
+
    PIPE_FORMAT_COUNT
 };