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