lavapipe: enable KHR_memory_model support

lavapipe's memory is always coherent, so this is already supported

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15377>
This commit is contained in:
Mike Blumenkrantz
2022-03-14 09:34:39 -04:00
committed by Marge Bot
parent 13d900de0d
commit 40fcd8ef83
3 changed files with 8 additions and 3 deletions

View File

@@ -638,6 +638,8 @@ lvp_shader_compile_to_ir(struct lvp_pipeline *pipeline,
.subgroup_ballot = true,
.subgroup_quad = true,
.subgroup_vote = true,
.vk_memory_model = true,
.vk_memory_model_device_scope = true,
.int8 = true,
.float16 = true,
},