mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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:
parent
c453921c91
commit
44c38cae9a
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue