Ryujinx/Ryujinx.Core/Gpu
2018-05-29 20:37:10 -03:00
..
BlockLinearSwizzle.cs Fix WidthInGobs on the GPU 2018-05-11 20:20:44 -03:00
INvGpuEngine.cs
ISwizzle.cs
LinearSwizzle.cs
MacroInterpreter.cs
NvGpu.cs
NvGpuEngine.cs
NvGpuEngine2d.cs
NvGpuEngine2dReg.cs
NvGpuEngine3d.cs Improve shader sending method to GAL, use a memory interface instead of reading a fixed array size and sending every time 2018-05-22 22:43:31 -03:00
NvGpuEngine3dReg.cs
NvGpuFifo.cs
NvGpuFifoMeth.cs
NvGpuMethod.cs
NvGpuPBEntry.cs
NvGpuPushBuffer.cs
NvGpuVmm.cs Remove some calls generated on the CPU for inexistent intrinsic methods 2018-05-23 00:27:48 -03:00
Texture.cs
TextureFactory.cs Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, SHL, LD_C, some shader related fixes, added support for texture component selection 2018-05-17 15:25:42 -03:00
TextureHelper.cs
TextureReader.cs Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP) 2018-05-29 20:37:10 -03:00
TextureSwizzle.cs
TextureWriter.cs