Mesa (master): radv: set maxFragmentDualSrcAttachments to 1

Dave Airlie airlied at kemper.freedesktop.org
Tue Nov 29 03:27:50 UTC 2016


Module: Mesa
Branch: master
Commit: eaf0768b8f9a9fd76b44a4d60826ef1f42fc6a46
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eaf0768b8f9a9fd76b44a4d60826ef1f42fc6a46

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Nov 29 11:16:56 2016 +1000

radv: set maxFragmentDualSrcAttachments to 1

Reported-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "13.0" <mesa-stable at lists.freedesktop.org>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/intel/vulkan/anv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index e140621..41ace6c 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -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 },




More information about the mesa-commit mailing list