diff options
| author | 2019-11-24 13:53:23 -0500 | |
|---|---|---|
| committer | 2019-11-24 13:53:23 -0500 | |
| commit | b7031b2b9d6c886b0d5c39994e3b978af8370ea6 (patch) | |
| tree | 6fbe864c111435497ccd37393e316cd07a3ea201 /src | |
| parent | Merge pull request #3156 from bunnei/sys-ticks (diff) | |
| parent | maxwell_3d: Fix stencil_back_func_mask offset (diff) | |
| download | yuzu-b7031b2b9d6c886b0d5c39994e3b978af8370ea6.tar.gz yuzu-b7031b2b9d6c886b0d5c39994e3b978af8370ea6.tar.xz yuzu-b7031b2b9d6c886b0d5c39994e3b978af8370ea6.zip | |
Merge pull request #3105 from ReinUsesLisp/fix-stencil-reg
maxwell_3d: Fix stencil_back_func_mask offset
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 1aa7c274f..37390eb87 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h | |||
| @@ -677,8 +677,8 @@ public: | |||
| 677 | INSERT_UNION_PADDING_WORDS(0x15); | 677 | INSERT_UNION_PADDING_WORDS(0x15); |
| 678 | 678 | ||
| 679 | s32 stencil_back_func_ref; | 679 | s32 stencil_back_func_ref; |
| 680 | u32 stencil_back_mask; | ||
| 681 | u32 stencil_back_func_mask; | 680 | u32 stencil_back_func_mask; |
| 681 | u32 stencil_back_mask; | ||
| 682 | 682 | ||
| 683 | INSERT_UNION_PADDING_WORDS(0xC); | 683 | INSERT_UNION_PADDING_WORDS(0xC); |
| 684 | 684 | ||
| @@ -1407,8 +1407,8 @@ ASSERT_REG_POSITION(polygon_offset_line_enable, 0x371); | |||
| 1407 | ASSERT_REG_POSITION(polygon_offset_fill_enable, 0x372); | 1407 | ASSERT_REG_POSITION(polygon_offset_fill_enable, 0x372); |
| 1408 | ASSERT_REG_POSITION(scissor_test, 0x380); | 1408 | ASSERT_REG_POSITION(scissor_test, 0x380); |
| 1409 | ASSERT_REG_POSITION(stencil_back_func_ref, 0x3D5); | 1409 | ASSERT_REG_POSITION(stencil_back_func_ref, 0x3D5); |
| 1410 | ASSERT_REG_POSITION(stencil_back_mask, 0x3D6); | 1410 | ASSERT_REG_POSITION(stencil_back_func_mask, 0x3D6); |
| 1411 | ASSERT_REG_POSITION(stencil_back_func_mask, 0x3D7); | 1411 | ASSERT_REG_POSITION(stencil_back_mask, 0x3D7); |
| 1412 | ASSERT_REG_POSITION(color_mask_common, 0x3E4); | 1412 | ASSERT_REG_POSITION(color_mask_common, 0x3E4); |
| 1413 | ASSERT_REG_POSITION(rt_separate_frag_data, 0x3EB); | 1413 | ASSERT_REG_POSITION(rt_separate_frag_data, 0x3EB); |
| 1414 | ASSERT_REG_POSITION(depth_bounds, 0x3EC); | 1414 | ASSERT_REG_POSITION(depth_bounds, 0x3EC); |