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