Module: Mesa Branch: master Commit: d6cee5a162aba16e09769aca24df4f63fd1acab7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6cee5a162aba16e09769aca24df4f63fd1acab7
Author: Jakob Bornecrantz <[email protected]> Date: Tue Apr 3 17:04:57 2018 +0100 virgl: Update virgl_hw.h Reviewed-by: Gurchetan Singh <[email protected]> Reviewed-by: Dave Airlie <[email protected]> Signed-off-by: Jakob Bornecrantz <[email protected]> --- src/gallium/drivers/virgl/virgl_hw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/virgl/virgl_hw.h b/src/gallium/drivers/virgl/virgl_hw.h index 228aafa770..261b690f53 100644 --- a/src/gallium/drivers/virgl/virgl_hw.h +++ b/src/gallium/drivers/virgl/virgl_hw.h @@ -83,6 +83,7 @@ enum virgl_formats { VIRGL_FORMAT_L8A8_SRGB = 96, VIRGL_FORMAT_B8G8R8A8_SRGB = 100, VIRGL_FORMAT_B8G8R8X8_SRGB = 101, + VIRGL_FORMAT_R8G8B8A8_SRGB = 104, /* compressed formats */ VIRGL_FORMAT_DXT1_RGB = 105, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
