Ryujinx/Ryujinx.Graphics.Gpu
gdkchan cb171f6ebf Support shared color mask, implement more shader instructions
Support shared color masks (used by Nouveau and maybe the NVIDIA
driver).
Support draw buffers (also required by OpenGL).
Support viewport transform disable (disabled for now as it breaks some
games).
Fix instanced rendering draw being ignored for multi draw.
Fix IADD and IADD3 immediate shader encodings, that was not matching
some ops.
Implement FFMA32I shader instruction.
Implement IMAD shader instruction.
2020-01-09 02:13:00 +01:00
..
Engine Support shared color mask, implement more shader instructions 2020-01-09 02:13:00 +01:00
Image Initial support for the guest OpenGL driver (NVIDIA and Nouveau) 2020-01-09 02:13:00 +01:00
Memory Add a pass to turn global memory access into storage access, and do all storage related transformations on IR 2020-01-09 02:13:00 +01:00
Shader Support shared color mask, implement more shader instructions 2020-01-09 02:13:00 +01:00
State Support shared color mask, implement more shader instructions 2020-01-09 02:13:00 +01:00
ClassId.cs Initial work 2020-01-09 02:13:00 +01:00
Constants.cs Initial work 2020-01-09 02:13:00 +01:00
Debugging.cs Initial work 2020-01-09 02:13:00 +01:00
DmaPusher.cs Initial work 2020-01-09 02:13:00 +01:00
GpuContext.cs Add a pass to turn global memory access into storage access, and do all storage related transformations on IR 2020-01-09 02:13:00 +01:00
GraphicsConfig.cs Initial work 2020-01-09 02:13:00 +01:00
MacroInterpreter.cs Separate sub-channel state 2020-01-09 02:13:00 +01:00
MethodParams.cs Initial work 2020-01-09 02:13:00 +01:00
NvGpuFifo.cs Support shared color mask, implement more shader instructions 2020-01-09 02:13:00 +01:00
NvGpuFifoMeth.cs Initial work 2020-01-09 02:13:00 +01:00
Ryujinx.Graphics.Gpu.csproj Initial work 2020-01-09 02:13:00 +01:00
Window.cs Improved and simplified window texture presentation 2020-01-09 02:13:00 +01:00