ryujinx/Ryujinx.Graphics/Gal/Shader
ReinUsesLisp 624e813cd3 Implement multiple rendertarget attachments and depth writting (#375)
* Add depth writting

* Implement multiple attachments

* Address feedback
2018-08-23 02:07:23 -03:00
..
GlslDecl.cs Implement multiple rendertarget attachments and depth writting (#375) 2018-08-23 02:07:23 -03:00
GlslDecompiler.cs Implement multiple rendertarget attachments and depth writting (#375) 2018-08-23 02:07:23 -03:00
GlslProgram.cs
ShaderDecode.cs
ShaderDecodeAlu.cs Fix FMUL and TEXS shader instructions (#347) 2018-08-13 19:46:36 -03:00
ShaderDecodeFlow.cs Add support for Vertex Program A and other small shader improvements (#192) 2018-06-27 23:55:08 -03:00
ShaderDecodeHelper.cs Avoid gpr overwritting on Ld_C instruction (#371) 2018-08-20 23:31:10 -03:00
ShaderDecodeMem.cs Avoid gpr overwritting on Ld_C instruction (#371) 2018-08-20 23:31:10 -03:00
ShaderDecodeMove.cs Implement Geometry shaders (#280) 2018-07-19 02:33:27 -03:00
ShaderDecoder.cs Implement Geometry shaders (#280) 2018-07-19 02:33:27 -03:00
ShaderDecodeSpecial.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
ShaderHeader.cs Implement multiple rendertarget attachments and depth writting (#375) 2018-08-23 02:07:23 -03:00
ShaderIrAsg.cs
ShaderIrBlock.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
ShaderIrCmnt.cs
ShaderIrCond.cs
ShaderIrInst.cs Add partial support to the TEX.B shader instruction (#342) 2018-08-13 18:22:09 -03:00
ShaderIrMeta.cs
ShaderIrMetaTex.cs
ShaderIrMetaTexq.cs
ShaderIrNode.cs
ShaderIrOp.cs
ShaderIrOperAbuf.cs Implement Geometry shaders (#280) 2018-07-19 02:33:27 -03:00
ShaderIrOperCbuf.cs
ShaderIrOperGpr.cs Avoid gpr overwritting on Ld_C instruction (#371) 2018-08-20 23:31:10 -03:00
ShaderIrOperImm.cs
ShaderIrOperImmf.cs
ShaderIrOperPred.cs
ShaderOpCodeTable.cs Add partial support to the TEX.B shader instruction (#342) 2018-08-13 18:22:09 -03:00
ShaderOper.cs
ShaderTexqInfo.cs