summaryrefslogtreecommitdiffstats
path: root/src/compiler/spirv/nir_spirv.h
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2016-12-29 20:59:12 -0500
committerIlia Mirkin <[email protected]>2016-12-29 22:09:58 -0500
commit36c648b894cfdf6471221d57504f9ba99b83cd41 (patch)
tree741ad3693484caaaddeafc5a9ffa3a34af4c9039 /src/compiler/spirv/nir_spirv.h
parentc633f228b482f21b7646728569f807bb452fddfb (diff)
spirv: always expose SpvCapabilityStorageImageExtendedFormats
I forgot to do this in commit 76b97d544e ("anv: enable storage image extended formats"). Since both drivers support this now, no need for the conditional enable. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/compiler/spirv/nir_spirv.h')
-rw-r--r--src/compiler/spirv/nir_spirv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/spirv/nir_spirv.h b/src/compiler/spirv/nir_spirv.h
index d959f3f227c..e0112ef4ad4 100644
--- a/src/compiler/spirv/nir_spirv.h
+++ b/src/compiler/spirv/nir_spirv.h
@@ -42,7 +42,6 @@ struct nir_spirv_specialization {
};
struct nir_spirv_supported_extensions {
- bool storage_image_extended_formats;
bool image_ms_array;
};