[Mesa-dev] [PATCH 1/2] anv: set maxFragmentDualSrcAttachments to 1
Kenneth Graunke
kenneth at whitecape.org
Tue Nov 29 02:06:44 UTC 2016
On Tuesday, November 29, 2016 11:18:35 AM PST Dave Airlie wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> Reported-by: Ilia Mirkin <imirkin at alum.mit.edu>
> Cc: "13.0" <mesa-stable at lists.freedesktop.org>
> 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 ce697a9..5a7ed04 100644
> --- a/src/amd/vulkan/radv_device.c
> +++ b/src/amd/vulkan/radv_device.c
> @@ -471,7 +471,7 @@ void radv_GetPhysicalDeviceProperties(
> .maxGeometryTotalOutputComponents = 1024,
> .maxFragmentInputComponents = 128,
> .maxFragmentOutputAttachments = 8,
> - .maxFragmentDualSrcAttachments = 2,
> + .maxFragmentDualSrcAttachments = 1,
> .maxFragmentCombinedOutputResources = 8,
> .maxComputeSharedMemorySize = 32768,
> .maxComputeWorkGroupCount = { 65535, 65535, 65535 },
>
Both are
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161128/da3349d4/attachment.sig>
More information about the mesa-dev
mailing list