gdkchan 6b13c5b439 Support bindless texture gather shader instruction il y a 6 ans
..
AtomicOp.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
BitfieldExtensions.cs 1876b346fe Initial work il y a 6 ans
Block.cs f0a59f345c Add partial support for the BRX shader instruction il y a 6 ans
Condition.cs 1876b346fe Initial work il y a 6 ans
ConditionalOperation.cs 1876b346fe Initial work il y a 6 ans
Decoder.cs 04102e5c9d Make the shader translator more error resilient il y a 6 ans
DecoderHelper.cs 1876b346fe Initial work il y a 6 ans
FPHalfSwizzle.cs 1876b346fe Initial work il y a 6 ans
FPMultiplyScale.cs f0a59f345c Add partial support for the BRX shader instruction il y a 6 ans
FPType.cs 1876b346fe Initial work il y a 6 ans
IOpCode.cs 1876b346fe Initial work il y a 6 ans
IOpCodeAlu.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
IOpCodeCbuf.cs 1876b346fe Initial work il y a 6 ans
IOpCodeFArith.cs f0a59f345c Add partial support for the BRX shader instruction il y a 6 ans
IOpCodeHfma.cs 1876b346fe Initial work il y a 6 ans
IOpCodeImm.cs 1876b346fe Initial work il y a 6 ans
IOpCodeImmF.cs 1876b346fe Initial work il y a 6 ans
IOpCodeLop.cs 1876b346fe Initial work il y a 6 ans
IOpCodePredicate39.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
IOpCodeRa.cs 1876b346fe Initial work il y a 6 ans
IOpCodeRc.cs 1876b346fe Initial work il y a 6 ans
IOpCodeRd.cs 1876b346fe Initial work il y a 6 ans
IOpCodeReg.cs 1876b346fe Initial work il y a 6 ans
IOpCodeRegCbuf.cs 1876b346fe Initial work il y a 6 ans
IOpCodeTexture.cs 6b13c5b439 Support bindless texture gather shader instruction il y a 6 ans
IOpCodeTld4.cs 6b13c5b439 Support bindless texture gather shader instruction il y a 6 ans
ImageComponents.cs 8cba252b23 Add per-source type memory change tracking, simplified state change tracking, other fixes il y a 6 ans
ImageDimensions.cs 1b7d955195 Initial support for image stores, support texture sample on compute il y a 6 ans
IntegerCondition.cs 1876b346fe Initial work il y a 6 ans
IntegerHalfPart.cs 1876b346fe Initial work il y a 6 ans
IntegerShift.cs 1876b346fe Initial work il y a 6 ans
IntegerSize.cs 6a98c643ca Add a pass to turn global memory access into storage access, and do all storage related transformations on IR il y a 6 ans
IntegerType.cs 1876b346fe Initial work il y a 6 ans
InterpolationMode.cs 1876b346fe Initial work il y a 6 ans
LogicalOperation.cs 1876b346fe Initial work il y a 6 ans
MufuOperation.cs 1876b346fe Initial work il y a 6 ans
OpCode.cs 1876b346fe Initial work il y a 6 ans
OpCodeAlu.cs 1876b346fe Initial work il y a 6 ans
OpCodeAluCbuf.cs 1876b346fe Initial work il y a 6 ans
OpCodeAluImm.cs 1876b346fe Initial work il y a 6 ans
OpCodeAluImm2x10.cs 1876b346fe Initial work il y a 6 ans
OpCodeAluImm32.cs 1876b346fe Initial work il y a 6 ans
OpCodeAluReg.cs 1876b346fe Initial work il y a 6 ans
OpCodeAluRegCbuf.cs 1876b346fe Initial work il y a 6 ans
OpCodeAtom.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
OpCodeAttribute.cs 1876b346fe Initial work il y a 6 ans
OpCodeBranch.cs 442485adb3 Partial support for branch with CC, and fix a edge case of branch out of loop on shaders il y a 6 ans
OpCodeBranchIndir.cs f0a59f345c Add partial support for the BRX shader instruction il y a 6 ans
OpCodeBranchPop.cs f0a59f345c Add partial support for the BRX shader instruction il y a 6 ans
OpCodeExit.cs 1876b346fe Initial work il y a 6 ans
OpCodeFArith.cs f0a59f345c Add partial support for the BRX shader instruction il y a 6 ans
OpCodeFArithCbuf.cs 1876b346fe Initial work il y a 6 ans
OpCodeFArithImm.cs 1876b346fe Initial work il y a 6 ans
OpCodeFArithImm32.cs f0a59f345c Add partial support for the BRX shader instruction il y a 6 ans
OpCodeFArithReg.cs 1876b346fe Initial work il y a 6 ans
OpCodeFArithRegCbuf.cs 1876b346fe Initial work il y a 6 ans
OpCodeFsetImm.cs 1876b346fe Initial work il y a 6 ans
OpCodeHfma.cs 1876b346fe Initial work il y a 6 ans
OpCodeHfmaCbuf.cs 1876b346fe Initial work il y a 6 ans
OpCodeHfmaImm2x10.cs 1876b346fe Initial work il y a 6 ans
OpCodeHfmaImm32.cs 1876b346fe Initial work il y a 6 ans
OpCodeHfmaReg.cs 1876b346fe Initial work il y a 6 ans
OpCodeHfmaRegCbuf.cs 1876b346fe Initial work il y a 6 ans
OpCodeHsetImm2x10.cs 1876b346fe Initial work il y a 6 ans
OpCodeImage.cs 1b7d955195 Initial support for image stores, support texture sample on compute il y a 6 ans
OpCodeIpa.cs 1876b346fe Initial work il y a 6 ans
OpCodeLdc.cs 1876b346fe Initial work il y a 6 ans
OpCodeLop.cs 1876b346fe Initial work il y a 6 ans
OpCodeLopCbuf.cs 1876b346fe Initial work il y a 6 ans
OpCodeLopImm.cs 1876b346fe Initial work il y a 6 ans
OpCodeLopImm32.cs 1876b346fe Initial work il y a 6 ans
OpCodeLopReg.cs 1876b346fe Initial work il y a 6 ans
OpCodeMemory.cs 1876b346fe Initial work il y a 6 ans
OpCodePset.cs e0c95b18eb Add PSET shader instruction il y a 6 ans
OpCodePush.cs f0a59f345c Add partial support for the BRX shader instruction il y a 6 ans
OpCodeRed.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
OpCodeSet.cs 1876b346fe Initial work il y a 6 ans
OpCodeSetCbuf.cs 1876b346fe Initial work il y a 6 ans
OpCodeSetImm.cs 1876b346fe Initial work il y a 6 ans
OpCodeSetReg.cs 1876b346fe Initial work il y a 6 ans
OpCodeShuffle.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes il y a 6 ans
OpCodeTable.cs 6b13c5b439 Support bindless texture gather shader instruction il y a 6 ans
OpCodeTex.cs 1876b346fe Initial work il y a 6 ans
OpCodeTexB.cs 1876b346fe Initial work il y a 6 ans
OpCodeTexs.cs 1876b346fe Initial work il y a 6 ans
OpCodeTexture.cs 6b13c5b439 Support bindless texture gather shader instruction il y a 6 ans
OpCodeTextureScalar.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes il y a 6 ans
OpCodeTld.cs 1876b346fe Initial work il y a 6 ans
OpCodeTld4.cs 6b13c5b439 Support bindless texture gather shader instruction il y a 6 ans
OpCodeTld4B.cs 6b13c5b439 Support bindless texture gather shader instruction il y a 6 ans
OpCodeTld4s.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes il y a 6 ans
OpCodeTlds.cs 1876b346fe Initial work il y a 6 ans
OpCodeTxd.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes il y a 6 ans
OpCodeVideo.cs 1876b346fe Initial work il y a 6 ans
OpCodeVote.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
ReductionType.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
Register.cs 1876b346fe Initial work il y a 6 ans
RegisterConsts.cs 1876b346fe Initial work il y a 6 ans
RegisterType.cs 1876b346fe Initial work il y a 6 ans
RoundingMode.cs 1876b346fe Initial work il y a 6 ans
ShuffleType.cs 278a4c317c Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes il y a 6 ans
SystemRegister.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
TexelLoadTarget.cs 1b7d955195 Initial support for image stores, support texture sample on compute il y a 6 ans
TextureDimensions.cs 1876b346fe Initial work il y a 6 ans
TextureGatherOffset.cs 1876b346fe Initial work il y a 6 ans
TextureLodMode.cs 1876b346fe Initial work il y a 6 ans
TextureProperty.cs 1876b346fe Initial work il y a 6 ans
TextureTarget.cs 1876b346fe Initial work il y a 6 ans
VoteOp.cs 769c02235f Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled il y a 6 ans
XmadCMode.cs 1876b346fe Initial work il y a 6 ans