radv: set maxFragmentDualSrcAttachments to 1
authorDave Airlie <airlied@redhat.com>
Tue, 29 Nov 2016 01:16:56 +0000 (11:16 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 29 Nov 2016 03:27:26 +0000 (13:27 +1000)
Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "13.0" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/intel/vulkan/anv_device.c

index e1406216658917bb8b1740c5af1352e217e6df66..41ace6c73dd0b93fcdbb6bb5b58cf17aace1839d 100644 (file)
@@ -555,7 +555,7 @@ void anv_GetPhysicalDeviceProperties(
       .maxGeometryTotalOutputComponents         = 1024,
       .maxFragmentInputComponents               = 128,
       .maxFragmentOutputAttachments             = 8,
-      .maxFragmentDualSrcAttachments            = 2,
+      .maxFragmentDualSrcAttachments            = 1,
       .maxFragmentCombinedOutputResources       = 8,
       .maxComputeSharedMemorySize               = 32768,
       .maxComputeWorkGroupCount                 = { 65535, 65535, 65535 },