diff options
| author | wwylele <wwylele@gmail.com> | 2017-04-17 10:01:45 +0300 |
|---|---|---|
| committer | wwylele <wwylele@gmail.com> | 2017-05-20 13:50:50 +0300 |
| commit | ade45b5b9930b52b6a1d399306539073e8e2196d (patch) | |
| tree | 19fc2c287591990b796530c383a1153f4b8fcda5 /src/video_core/regs.h | |
| parent | 13dd0b88de66b7c60bbd35303fdb618b55ef62e3 (diff) | |
pica/swrasterizer: implement procedural texture
Diffstat (limited to 'src/video_core/regs.h')
| -rw-r--r-- | src/video_core/regs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/video_core/regs.h b/src/video_core/regs.h index 1776dad89..6d5f98cac 100644 --- a/src/video_core/regs.h +++ b/src/video_core/regs.h @@ -101,6 +101,13 @@ ASSERT_REG_POSITION(texturing.texture1, 0x91); ASSERT_REG_POSITION(texturing.texture1_format, 0x96); ASSERT_REG_POSITION(texturing.texture2, 0x99); ASSERT_REG_POSITION(texturing.texture2_format, 0x9e); +ASSERT_REG_POSITION(texturing.proctex, 0xa8); +ASSERT_REG_POSITION(texturing.proctex_noise_u, 0xa9); +ASSERT_REG_POSITION(texturing.proctex_noise_v, 0xaa); +ASSERT_REG_POSITION(texturing.proctex_noise_frequency, 0xab); +ASSERT_REG_POSITION(texturing.proctex_lut, 0xac); +ASSERT_REG_POSITION(texturing.proctex_lut_offset, 0xad); +ASSERT_REG_POSITION(texturing.proctex_lut_config, 0xaf); ASSERT_REG_POSITION(texturing.tev_stage0, 0xc0); ASSERT_REG_POSITION(texturing.tev_stage1, 0xc8); ASSERT_REG_POSITION(texturing.tev_stage2, 0xd0); |
