gdkchan 49f970d5bd Implement CAL and RET shader instructions (#1618) 5 vuotta sitten
..
AtomicOp.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 vuotta sitten
BarrierLevel.cs 29a825b43b Address PR feedback 6 vuotta sitten
BarrierMode.cs 2eccc7023a Partial support for shader memory barriers 6 vuotta sitten
BitfieldExtensions.cs e13154c83d Implement shader LEA instruction and improve bindless image load/store (#1355) 5 vuotta sitten
Block.cs 18814d44b2 Address PR feedback 6 vuotta sitten
CbIndexMode.cs b066cfc1a3 Add support for shader constant buffer slot indexing (#1608) 5 vuotta sitten
Condition.cs 1876b346fe Initial work 6 vuotta sitten
ConditionalOperation.cs 1876b346fe Initial work 6 vuotta sitten
Decoder.cs 49f970d5bd Implement CAL and RET shader instructions (#1618) 5 vuotta sitten
DecoderHelper.cs dc97457bf0 Initial support for double precision shader instructions. (#963) 6 vuotta sitten
FPHalfSwizzle.cs 1876b346fe Initial work 6 vuotta sitten
FPMultiplyScale.cs f0a59f345c Add partial support for the BRX shader instruction 6 vuotta sitten
FPType.cs dc97457bf0 Initial support for double precision shader instructions. (#963) 6 vuotta sitten
IOpCode.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeAlu.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 vuotta sitten
IOpCodeCbuf.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeFArith.cs f0a59f345c Add partial support for the BRX shader instruction 6 vuotta sitten
IOpCodeHfma.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeImm.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeImmF.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeLop.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodePredicate39.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 vuotta sitten
IOpCodeRa.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeRc.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeRd.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeReg.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeRegCbuf.cs 1876b346fe Initial work 6 vuotta sitten
IOpCodeTexture.cs 6b13c5b439 Support bindless texture gather shader instruction 6 vuotta sitten
IOpCodeTld4.cs 6b13c5b439 Support bindless texture gather shader instruction 6 vuotta sitten
ImageComponents.cs 8cba252b23 Add per-source type memory change tracking, simplified state change tracking, other fixes 6 vuotta sitten
ImageDimensions.cs 1b7d955195 Initial support for image stores, support texture sample on compute 6 vuotta sitten
IntegerCondition.cs 1876b346fe Initial work 6 vuotta sitten
IntegerHalfPart.cs 1876b346fe Initial work 6 vuotta sitten
IntegerShift.cs 1876b346fe Initial work 6 vuotta sitten
IntegerSize.cs 6a98c643ca Add a pass to turn global memory access into storage access, and do all storage related transformations on IR 6 vuotta sitten
IntegerType.cs 1876b346fe Initial work 6 vuotta sitten
InterpolationMode.cs 1876b346fe Initial work 6 vuotta sitten
LogicalOperation.cs 1876b346fe Initial work 6 vuotta sitten
MufuOperation.cs 1876b346fe Initial work 6 vuotta sitten
OpCode.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAlu.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAluCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAluImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAluImm2x10.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAluImm32.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAluReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAluRegCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAtom.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeAttribute.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeBarrier.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeBranch.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeBranchIndir.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeBranchPop.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeDArithImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeExit.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeFArith.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeFArithCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeFArithImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeFArithImm32.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeFArithReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeFArithRegCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeFsetImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeHfma.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeHfmaCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeHfmaImm2x10.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeHfmaImm32.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeHfmaReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeHfmaRegCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeHsetImm2x10.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeImage.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeIpa.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeLdc.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeLop.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeLopCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeLopImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeLopImm32.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeLopReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeMemory.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeMemoryBarrier.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodePset.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodePush.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeRed.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeSet.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeSetCbuf.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeSetImm.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeSetReg.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeShuffle.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTable.cs 49f970d5bd Implement CAL and RET shader instructions (#1618) 5 vuotta sitten
OpCodeTex.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTexB.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTexs.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTexture.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTextureScalar.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTld.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTld4.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTld4B.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTld4s.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTlds.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeTxd.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeVideo.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
OpCodeVote.cs 2f16491712 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 5 vuotta sitten
ReductionType.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 vuotta sitten
Register.cs 1876b346fe Initial work 6 vuotta sitten
RegisterConsts.cs 1876b346fe Initial work 6 vuotta sitten
RegisterType.cs 1876b346fe Initial work 6 vuotta sitten
RoundingMode.cs 1876b346fe Initial work 6 vuotta sitten
ShuffleType.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes 6 vuotta sitten
SystemRegister.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 vuotta sitten
TexelLoadTarget.cs 1b7d955195 Initial support for image stores, support texture sample on compute 6 vuotta sitten
TextureDimensions.cs 1876b346fe Initial work 6 vuotta sitten
TextureGatherOffset.cs 1876b346fe Initial work 6 vuotta sitten
TextureLodMode.cs 1876b346fe Initial work 6 vuotta sitten
TextureProperty.cs 1876b346fe Initial work 6 vuotta sitten
TextureTarget.cs 1876b346fe Initial work 6 vuotta sitten
VideoPostOp.cs 1586450a38 Implement VMNMX shader instruction (#1032) 6 vuotta sitten
VideoType.cs 1586450a38 Implement VMNMX shader instruction (#1032) 6 vuotta sitten
VoteOp.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled 6 vuotta sitten
XmadCMode.cs 1876b346fe Initial work 6 vuotta sitten