From 15cadc394848619be5e0ccaa43dc00488476218d Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Thu, 2 Jan 2020 22:27:52 -0300 Subject: maxwell_3d: Use two tables instead of three for dirty flags --- src/video_core/engines/maxwell_3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core') diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index beaf3ffb6..3ff6dec75 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -1294,7 +1294,7 @@ public: struct { std::bitset::max()> flags; std::bitset::max()> on_write_stores; - std::array, 3> tables{}; + std::array, 2> tables{}; } dirty; private: -- cgit v1.2.3