radv: Enable rt primitive culling for spirv2nir

Fixes: c8fe408fcc ("radv: Advertise ray primitive culling")
Signed-off-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16028>
(cherry picked from commit 324b2ae5f2)
This commit is contained in:
Konstantin Seurer 2022-04-19 12:30:32 +02:00 committed by Dylan Baker
parent 8efeb7e3bf
commit a6c2047ea0
2 changed files with 2 additions and 1 deletions

View file

@ -337,7 +337,7 @@
"description": "radv: Enable rt primitive culling for spirv2nir",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "c8fe408fcc77cb38654770affaea71a3ab67799c"
},

View file

@ -632,6 +632,7 @@ radv_shader_compile_to_nir(struct radv_device *device, const struct radv_pipelin
.post_depth_coverage = true,
.ray_query = true,
.ray_tracing = true,
.ray_traversal_primitive_culling = true,
.runtime_descriptor_array = true,
.shader_clock = true,
.shader_viewport_index_layer = true,