mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
nvk: Advertise KHR_shader_subgroup_extended_types
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9607 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26246>
This commit is contained in:
parent
a975c51d5b
commit
c05ad7904f
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ nvk_get_device_extensions(const struct nv_device_info *info,
|
|||
.KHR_shader_draw_parameters = true,
|
||||
.KHR_shader_float16_int8 = true,
|
||||
.KHR_shader_non_semantic_info = true,
|
||||
.KHR_shader_subgroup_extended_types = true,
|
||||
.KHR_shader_terminate_invocation =
|
||||
(nvk_nak_stages(info) & VK_SHADER_STAGE_FRAGMENT_BIT) != 0,
|
||||
.KHR_spirv_1_4 = true,
|
||||
|
|
@ -279,6 +280,7 @@ nvk_get_device_features(const struct nv_device_info *info,
|
|||
.samplerFilterMinmax = info->cls_eng3d >= MAXWELL_B,
|
||||
.imagelessFramebuffer = true,
|
||||
.uniformBufferStandardLayout = true,
|
||||
.shaderSubgroupExtendedTypes = true,
|
||||
.separateDepthStencilLayouts = true,
|
||||
.hostQueryReset = true,
|
||||
.timelineSemaphore = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue