[Mesa-dev] [PATCH] radv: enable shaderStorageImageExtendedFormats
Bas Nieuwenhuizen
bas at basnieuwenhuizen.nl
Thu Dec 22 00:27:16 UTC 2016
Not sure why this was disabled in the first place?
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
On Thu, Dec 22, 2016 at 1:21 AM, Dave Airlie <airlied at gmail.com> wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> This passes all the CTS tests that get enabled for this.
>
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> ---
> src/amd/vulkan/radv_device.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
> index 173d43d..7c6dee6 100644
> --- a/src/amd/vulkan/radv_device.c
> +++ b/src/amd/vulkan/radv_device.c
> @@ -396,7 +396,7 @@ void radv_GetPhysicalDeviceFeatures(
> .fragmentStoresAndAtomics = true,
> .shaderTessellationAndGeometryPointSize = true,
> .shaderImageGatherExtended = true,
> - .shaderStorageImageExtendedFormats = false,
> + .shaderStorageImageExtendedFormats = true,
> .shaderStorageImageMultisample = false,
> .shaderUniformBufferArrayDynamicIndexing = true,
> .shaderSampledImageArrayDynamicIndexing = true,
> --
> 2.9.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list