diff --git a/.pick_status.json b/.pick_status.json index 52150944e44..e3492f675d7 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1924,7 +1924,7 @@ "description": "anv: Set the Shader capability when compiling the FP64 shader", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "91b62e986867ba12dad20789e51f978f1883f38c", "notes": null diff --git a/src/intel/vulkan/anv_pipeline_cache.c b/src/intel/vulkan/anv_pipeline_cache.c index 0864d65241c..0e03ae8b698 100644 --- a/src/intel/vulkan/anv_pipeline_cache.c +++ b/src/intel/vulkan/anv_pipeline_cache.c @@ -653,6 +653,7 @@ anv_load_fp64_shader(struct anv_device *device) .Int8 = true, .Int16 = true, .Int64 = true, + .Shader = true, }; struct spirv_to_nir_options spirv_options = {