virgl: Support the ETC1_RGB8 format as virglrenderer supports it
Signed-off-by: Rohan Garg <rohan.garg@collabora.com> Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9497>
This commit is contained in:
@@ -249,6 +249,7 @@ static const enum virgl_formats virgl_formats_conv_table[PIPE_FORMAT_COUNT] = {
|
||||
CONV_FORMAT(A4B4G4R4_UNORM)
|
||||
CONV_FORMAT(R8_SRGB)
|
||||
CONV_FORMAT(R8G8_SRGB)
|
||||
CONV_FORMAT(ETC1_RGB8)
|
||||
CONV_FORMAT(ETC2_RGB8)
|
||||
CONV_FORMAT(ETC2_SRGB8)
|
||||
CONV_FORMAT(ETC2_RGB8A1)
|
||||
|
||||
Reference in New Issue
Block a user