diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-10-13 23:54:14 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-13 23:54:14 -0300 |
| commit | 72317d777734155881081d5989aabd80146e1197 (patch) | |
| tree | f8f570f6b7561c9853fcb7427101067773d69215 /Ryujinx.Graphics/NvGpuEngine3dReg.cs | |
| parent | 894459fcd7797b1e38f2448797d83856d11b6e23 (diff) | |
Add support for saturation on some shader instructions, fix ReadTexture alignment and add ColorMask support (#451)
* Add support for saturation on some shader instructions, fix ReadTexture alignment
* Add ColorMask support, other tweaks
Diffstat (limited to 'Ryujinx.Graphics/NvGpuEngine3dReg.cs')
| -rw-r--r-- | Ryujinx.Graphics/NvGpuEngine3dReg.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/NvGpuEngine3dReg.cs b/Ryujinx.Graphics/NvGpuEngine3dReg.cs index 418e5b6b..ba211313 100644 --- a/Ryujinx.Graphics/NvGpuEngine3dReg.cs +++ b/Ryujinx.Graphics/NvGpuEngine3dReg.cs @@ -78,6 +78,7 @@ namespace Ryujinx.Graphics CullFaceEnable = 0x646, FrontFace = 0x647, CullFace = 0x648, + ColorMask = 0x680, QueryAddress = 0x6c0, QuerySequence = 0x6c2, QueryControl = 0x6c3, |
