anv: set maxFragmentDualSrcAttachments to 1
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reported-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "13.0" <mesa-stable@lists.freedesktop.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -471,7 +471,7 @@ void radv_GetPhysicalDeviceProperties(
|
|||||||
.maxGeometryTotalOutputComponents = 1024,
|
.maxGeometryTotalOutputComponents = 1024,
|
||||||
.maxFragmentInputComponents = 128,
|
.maxFragmentInputComponents = 128,
|
||||||
.maxFragmentOutputAttachments = 8,
|
.maxFragmentOutputAttachments = 8,
|
||||||
.maxFragmentDualSrcAttachments = 2,
|
.maxFragmentDualSrcAttachments = 1,
|
||||||
.maxFragmentCombinedOutputResources = 8,
|
.maxFragmentCombinedOutputResources = 8,
|
||||||
.maxComputeSharedMemorySize = 32768,
|
.maxComputeSharedMemorySize = 32768,
|
||||||
.maxComputeWorkGroupCount = { 65535, 65535, 65535 },
|
.maxComputeWorkGroupCount = { 65535, 65535, 65535 },
|
||||||
|
Reference in New Issue
Block a user