venus: Exposes VK_EXT_4444_formats extension

Allows virglrenderer-venus to passthrough the VK_EXT_4444_formats
extension to the venus client.

Signed-off-by: Igor Torrente <igor.torrente@collabora.com>
macos/master
Igor Torrente 3 years ago
parent 1f1448ff10
commit dbb81cf868
  1. 2
      src/venus/vkr_common.c

@ -76,7 +76,7 @@ static const struct vn_info_extension_table vkr_extension_table = {
.KHR_shader_terminate_invocation = false,
.KHR_synchronization2 = false,
.KHR_zero_initialize_workgroup_memory = false,
.EXT_4444_formats = false,
.EXT_4444_formats = true,
.EXT_extended_dynamic_state = true,
.EXT_extended_dynamic_state2 = false,
.EXT_image_robustness = false,

Loading…
Cancel
Save