Ryujinx/Ryujinx.Graphics/Shader/Decoders
Alex Barney b2b736abc2 Misc cleanup (#708)
* Fix typos

* Remove unneeded using statements

* Enforce var style more

* Remove redundant qualifiers

* Fix some indentation

* Disable naming warnings on files with external enum names

* Fix build

* Mass find & replace for comments with no spacing

* Standardize todo capitalization and for/if spacing
2019-07-02 04:39:22 +02:00
..
BitfieldExtensions.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
Block.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
Condition.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
ConditionalOperation.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
Decoder.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
DecoderHelper.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
FmulScale.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
FPHalfSwizzle.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
FPType.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IntegerCondition.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IntegerHalfPart.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IntegerShift.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IntegerSize.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IntegerType.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCode.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeAlu.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeFArith.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeHfma.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeImm.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeImmF.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeLop.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeRa.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeRc.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeRd.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeReg.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IOpCodeRegCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
LogicalOperation.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
MufuOperation.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCode.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
OpCodeAlu.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeAluCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeAluImm.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeAluImm2x10.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeAluImm32.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeAluReg.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeAluRegCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeAttribute.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeBranch.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeExit.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeFArith.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeFArithCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeFArithImm.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeFArithImm32.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeFArithReg.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeFArithRegCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeFsetImm.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeHfma.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeHfmaCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeHfmaImm2x10.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeHfmaImm32.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeHfmaReg.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeHfmaRegCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeIpa.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeLdc.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeLop.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeLopCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeLopImm.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeLopImm32.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeLopReg.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodePsetp.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeSet.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeSetCbuf.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeSetImm.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeSetReg.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeSsy.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeSync.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeTable.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeTex.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeTexs.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeTexture.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeTextureScalar.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
OpCodeTld.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeTld4.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeTld4s.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OpCodeTlds.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
Register.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
RegisterConsts.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
RegisterType.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
RoundingMode.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
TexelLoadScalarType.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
TextureDimensions.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
TextureGatherOffset.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
TextureLodMode.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
TextureProperty.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
TextureScalarType.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
XmadCMode.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00