Ryujinx/Ryujinx.Graphics/Gal/Shader
gdkchan e6eeb6f09f
Add support for Vertex Program A and other small shader improvements (#192)
* Add WIP support for Vertex Program A, add the FADD_I32 shader instruction, small fix on FFMA_I encoding, nits

* Add separate subroutines for program A/B, and copy attributes to a temp

* Move finalization code to main

* Add new line after flip uniform on the shader

* Handle possible case where VPB uses an output attribute written by VPA but not available on the vbo

* Address PR feedback
2018-06-27 23:55:08 -03:00
..
GlslDecl.cs Add support for Vertex Program A and other small shader improvements (#192) 2018-06-27 23:55:08 -03:00
GlslDecompiler.cs Add support for Vertex Program A and other small shader improvements (#192) 2018-06-27 23:55:08 -03:00
GlslProgram.cs
ShaderDecode.cs
ShaderDecodeAlu.cs Add support for Vertex Program A and other small shader improvements (#192) 2018-06-27 23:55:08 -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 Minor shader fixes 2018-06-12 09:26:49 -03:00
ShaderDecodeMem.cs
ShaderDecodeMove.cs
ShaderDecoder.cs
ShaderIrAsg.cs
ShaderIrBlock.cs
ShaderIrCmnt.cs
ShaderIrCond.cs
ShaderIrInst.cs Fix 3 graphics related issues (#180) 2018-06-23 02:00:44 -03:00
ShaderIrMeta.cs
ShaderIrMetaTex.cs
ShaderIrMetaTexq.cs
ShaderIrNode.cs
ShaderIrOp.cs
ShaderIrOperAbuf.cs
ShaderIrOperCbuf.cs
ShaderIrOperGpr.cs
ShaderIrOperImm.cs
ShaderIrOperImmf.cs
ShaderIrOperPred.cs
ShaderOpCodeTable.cs Add support for Vertex Program A and other small shader improvements (#192) 2018-06-27 23:55:08 -03:00
ShaderOper.cs
ShaderTexqInfo.cs