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