From be0e6a2bb456cc5b3c431d5b9f18573a26f611ec Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Mon, 14 Mar 2022 11:06:25 -0400 Subject: Maxwell3D: Link to override constant definition in nouveau --- src/video_core/engines/maxwell_3d.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 513a9d5df..6d34da046 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -367,6 +367,8 @@ public: Patches = 0xe, }; + // Constants as from NVC0_3D_UNK1970_D3D + // https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h#L1598 enum class PrimitiveTopologyOverride : u32 { None = 0x0, Points = 0x1, -- cgit v1.2.3