Mesa (master): anv: set maxFragmentDualSrcAttachments to 1

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


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

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

anv: set maxFragmentDualSrcAttachments to 1

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
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 },




More information about the mesa-commit mailing list