1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 10:26:48 +00:00
Ryujinx/Ryujinx.Graphics.Shader/Decoders
riperiperi 142cededd4
Implement Shader Instructions SUATOM and SURED (#2090)
* Initial Implementation

* Further improvements (no support for float/64-bit types)

* Merge atomic and reduce instructions, add missing format switch

* Fix rebase issues.

* Not used.

* Whoops. Fixed.

* Partial implementation of inc/dec, cleanup and TODOs

* Remove testing path

* Address Feedback
2021-08-31 02:51:57 -03:00
..
AtomicOp.cs Implement ATOM shader instruction (#1687) 2020-11-10 01:06:46 +01:00
BarrierLevel.cs
BarrierMode.cs
BitfieldExtensions.cs
Block.cs Use a new approach for shader BRX targets (#2532) 2021-08-11 20:59:42 +02:00
CbIndexMode.cs Add support for shader constant buffer slot indexing (#1608) 2020-10-12 21:40:50 -03:00
Condition.cs Initial work 2020-01-09 02:13:00 +01:00
ConditionalOperation.cs
Decoder.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
DecoderHelper.cs Initial support for double precision shader instructions. (#963) 2020-03-03 15:02:08 +01:00
FPHalfSwizzle.cs Initial work 2020-01-09 02:13:00 +01:00
FPMultiplyScale.cs
FPType.cs
ImageComponents.cs
ImageDimensions.cs Initial support for image stores, support texture sample on compute 2020-01-09 02:13:00 +01:00
IntegerCondition.cs Initial work 2020-01-09 02:13:00 +01:00
IntegerHalfPart.cs Initial work 2020-01-09 02:13:00 +01:00
IntegerShift.cs
IntegerSize.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
IntegerType.cs
InterpolationMode.cs Initial work 2020-01-09 02:13:00 +01:00
IOpCode.cs Initial work 2020-01-09 02:13:00 +01:00
IOpCodeAlu.cs
IOpCodeAttribute.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
IOpCodeCbuf.cs
IOpCodeFArith.cs Add partial support for the BRX shader instruction 2020-01-09 02:13:00 +01:00
IOpCodeHfma.cs Initial work 2020-01-09 02:13:00 +01:00
IOpCodeImm.cs
IOpCodeImmF.cs Initial work 2020-01-09 02:13:00 +01:00
IOpCodeLop.cs Initial work 2020-01-09 02:13:00 +01:00
IOpCodePredicate39.cs Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 2020-01-09 02:13:00 +01:00
IOpCodeRa.cs Initial work 2020-01-09 02:13:00 +01:00
IOpCodeRc.cs Initial work 2020-01-09 02:13:00 +01:00
IOpCodeRd.cs
IOpCodeReg.cs
IOpCodeRegCbuf.cs Initial work 2020-01-09 02:13:00 +01:00
IOpCodeTexture.cs Salieri: shader cache (#1701) 2020-11-13 00:15:34 +01:00
IOpCodeTld4.cs
LogicalOperation.cs Initial work 2020-01-09 02:13:00 +01:00
MufuOperation.cs Initial work 2020-01-09 02:13:00 +01:00
OpCode.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeAl2p.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
OpCodeAlu.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeAluCbuf.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeAluImm.cs
OpCodeAluImm2x10.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeAluImm32.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeAluReg.cs
OpCodeAluRegCbuf.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeAtom.cs Implement ATOM shader instruction (#1687) 2020-11-10 01:06:46 +01:00
OpCodeAttribute.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
OpCodeBarrier.cs
OpCodeBranch.cs Support conditional on BRK and SYNC shader instructions (#1878) 2021-01-08 22:55:55 -03:00
OpCodeBranchIndir.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeBranchPop.cs Support conditional on BRK and SYNC shader instructions (#1878) 2021-01-08 22:55:55 -03:00
OpCodeConditional.cs Fix remap when handle is 0 (#1882) 2021-01-10 10:11:31 +11:00
OpCodeDArithImm.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeExit.cs Support conditional on BRK and SYNC shader instructions (#1878) 2021-01-08 22:55:55 -03:00
OpCodeFArith.cs
OpCodeFArithCbuf.cs
OpCodeFArithImm.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeFArithImm32.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeFArithReg.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeFArithRegCbuf.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeFsetImm.cs
OpCodeHfma.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeHfmaCbuf.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeHfmaImm2x10.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeHfmaImm32.cs
OpCodeHfmaReg.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeHfmaRegCbuf.cs
OpCodeHsetImm2x10.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeImage.cs Salieri: shader cache (#1701) 2020-11-13 00:15:34 +01:00
OpCodeIpa.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
OpCodeLdc.cs
OpCodeLop.cs
OpCodeLopCbuf.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeLopImm.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeLopImm32.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeLopReg.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeMemory.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeMemoryBarrier.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodePset.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodePush.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeRed.cs
OpCodeSet.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeSetCbuf.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeSetImm.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeSetReg.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeShuffle.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeSuatom.cs Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
OpCodeSured.cs Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
OpCodeTable.cs Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
OpCodeTex.cs
OpCodeTexB.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeTexs.cs
OpCodeTexture.cs Salieri: shader cache (#1701) 2020-11-13 00:15:34 +01:00
OpCodeTextureBase.cs Salieri: shader cache (#1701) 2020-11-13 00:15:34 +01:00
OpCodeTextureScalar.cs Salieri: shader cache (#1701) 2020-11-13 00:15:34 +01:00
OpCodeTld.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeTld4.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeTld4B.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeTld4s.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeTlds.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeTxd.cs
OpCodeVideo.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeVote.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
ReductionType.cs Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
Register.cs
RegisterConsts.cs Initial work 2020-01-09 02:13:00 +01:00
RegisterType.cs
RoundingMode.cs Initial work 2020-01-09 02:13:00 +01:00
ShuffleType.cs
SystemRegister.cs Implement shader HelperThreadNV (#2163) 2021-04-02 21:50:35 +11:00
TexelLoadTarget.cs Initial support for image stores, support texture sample on compute 2020-01-09 02:13:00 +01:00
TextureDimensions.cs Initial work 2020-01-09 02:13:00 +01:00
TextureGatherOffset.cs Initial work 2020-01-09 02:13:00 +01:00
TextureLodMode.cs Initial work 2020-01-09 02:13:00 +01:00
TextureProperty.cs
TextureTarget.cs Initial work 2020-01-09 02:13:00 +01:00
VideoPostOp.cs Implement VMNMX shader instruction (#1032) 2020-03-25 15:49:10 +01:00
VideoType.cs
VoteOp.cs Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 2020-01-09 02:13:00 +01:00
XmadCMode.cs Initial work 2020-01-09 02:13:00 +01:00