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:

committed by
Marge Bot

parent
13d900de0d
commit
40fcd8ef83
@@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user