[Mesa-dev] [PATCH 1/2] anv: set maxFragmentDualSrcAttachments to 1
Jason Ekstrand
jason at jlekstrand.net
Tue Nov 29 03:26:06 UTC 2016
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
On Mon, Nov 28, 2016 at 5:18 PM, Dave Airlie <airlied at gmail.com> 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 },
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161128/ecd027af/attachment.html>
More information about the mesa-dev
mailing list