1
0
Fork 0
forked from Mirror/Ryujinx
RyuKen/Ryujinx.Graphics.Gpu
gdkchan 3bd357045f
Do not allow render targets not explicitly written by the fragment shader to be modified ()
* Do not allow render targets not explicitly written by the fragment shader to be modified

* Shader cache version bump

* Remove blank lines

* Avoid redundant color mask updates

* HostShaderCacheEntry can be null

* Avoid more redundant glColorMask calls

* nit: Mask -> Masks

* Fix currentComponentMask

* More efficient way to update _currentComponentMasks
2022-02-16 23:15:39 +01:00
..
Engine When copying linear textures, DMA should ignore region X/Y () 2022-02-16 11:13:45 +01:00
Image Fix bug that could cause depth buffer to be missing after clear () 2022-01-31 00:11:43 -03:00
Memory Texture Sync, incompatible overlap handling, data flush improvements. () 2022-01-09 13:28:48 -03:00
Shader Do not allow render targets not explicitly written by the fragment shader to be modified () 2022-02-16 23:15:39 +01:00
Synchronization When waiting on CPU, do not return a time out error from EventWait () 2021-11-01 19:10:02 -03:00
ClassId.cs Separate GPU engines (part 2/2) () 2021-07-11 17:20:40 -03:00
Constants.cs Improve linear texture compatibility rules () 2021-03-19 02:17:38 +01:00
GpuChannel.cs Separate GPU engines (part 2/2) () 2021-07-11 17:20:40 -03:00
GpuContext.cs misc: Make PID unsigned long instead of long () 2022-02-09 17:18:07 -03:00
GraphicsConfig.cs Add support for HLE macros and accelerate MultiDrawElementsIndirectCount () 2021-08-26 23:50:28 +02:00
Ryujinx.Graphics.Gpu.csproj infra: Migrate to .NET 6 () 2021-11-28 21:24:17 +01:00
Window.cs misc: Make PID unsigned long instead of long () 2022-02-09 17:18:07 -03:00