summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2018-09-28 06:31:01 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2018-09-28 07:13:29 +0200
commite3e51d3ddb45597b843ae710d8d9a33caec6931f (patch)
tree63a4125d1102bdec94d1772e11f824d98a0f68c8 /src/video_core/engines/maxwell_3d.h
parentMerge pull request #1360 from FearlessTobi/port-3979 (diff)
downloadyuzu-e3e51d3ddb45597b843ae710d8d9a33caec6931f.tar
yuzu-e3e51d3ddb45597b843ae710d8d9a33caec6931f.tar.gz
yuzu-e3e51d3ddb45597b843ae710d8d9a33caec6931f.tar.bz2
yuzu-e3e51d3ddb45597b843ae710d8d9a33caec6931f.tar.lz
yuzu-e3e51d3ddb45597b843ae710d8d9a33caec6931f.tar.xz
yuzu-e3e51d3ddb45597b843ae710d8d9a33caec6931f.tar.zst
yuzu-e3e51d3ddb45597b843ae710d8d9a33caec6931f.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 16cdfc7e2..63dec5a83 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -641,7 +641,11 @@ public:
u32 vb_element_base;
- INSERT_PADDING_WORDS(0x40);
+ INSERT_PADDING_WORDS(0x38);
+
+ float point_size;
+
+ INSERT_PADDING_WORDS(0x7);
u32 zeta_enable;
@@ -1017,6 +1021,7 @@ ASSERT_REG_POSITION(stencil_front_func_mask, 0x4E6);
ASSERT_REG_POSITION(stencil_front_mask, 0x4E7);
ASSERT_REG_POSITION(screen_y_control, 0x4EB);
ASSERT_REG_POSITION(vb_element_base, 0x50D);
+ASSERT_REG_POSITION(point_size, 0x546);
ASSERT_REG_POSITION(zeta_enable, 0x54E);
ASSERT_REG_POSITION(tsc, 0x557);
ASSERT_REG_POSITION(tic, 0x55D);