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 <imirkin@alum.mit.edu>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Ilia Mirkin
2016-12-29 20:59:12 -05:00
parent c633f228b4
commit 36c648b894
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -42,7 +42,6 @@ struct nir_spirv_specialization {
};
struct nir_spirv_supported_extensions {
bool storage_image_extended_formats;
bool image_ms_array;
};