summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.h
AgeCommit message (Expand)Author
2024-04-03Implement 8.14-8.19 of OpenGL-GLSL specificationArielG-NV
2024-03-26Fix the sign-extending issue in right shift (#3820)kaizhangNV
2024-03-15Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-08Support pointers in SPIRV. (#3561)Yong He
2024-02-06Unify GLSL and HLSL buffer block parsing. (#3552)Yong He
2024-02-05Add per-buffer data layout control. (#3551)Yong He
2023-12-15GLSL SSBO Support (#3400)Ellie Hermaszewska
2023-12-05squash warnings (#3378)Ellie Hermaszewska
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-11-07Add `IRThisTypeWitness` to stand in for witness lookups inside an interface d...Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-27Various SPIRV fixes. (#3231)Yong He
2023-09-21Various slangpy fixes. (#3227)Yong He
2023-09-21Do not move movable insts in fuse-satcoop (#3221)Ellie Hermaszewska
2023-09-05SPIR-V image operations (#3163)Ellie Hermaszewska
2023-08-17Create storage types of different layouts for SPIRV emit. (#3116)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-10Add support for ConstBufferPointer on Vulkan. (#3089)Yong He
2023-08-07Casting and vector/scalar correct arithmetic ops for SPIR-V (#3056)Ellie Hermaszewska
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-08-01Generalize collectInductionValues (#3031)Ellie Hermaszewska
2023-07-19Add `sampleCount` parameter for MS textures. (#3001)Yong He
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-12Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-07-10Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska
2023-06-27Pointer layout support (#2930)jsmall-nvidia
2023-06-26Fix DCE on mutable calls in a loop. (#2943)Yong He
2023-06-13Fixes for Shader Execution Reordering on VK (#2929)Theresa Foley
2023-05-12Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Support recomputing phi params in bwd prop func. (#2841)Yong He
2023-04-25Bump glm and stb + small neatenings (#2831)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-19Make SourceMap a value type (#2812)jsmall-nvidia
2023-03-27Use c++17 standard (#2686)Ellie Hermaszewska
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-22Source map obfuscation (#2717)jsmall-nvidia
2023-03-13Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-16Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-01-14Support custom backward derivative attribute. (#2594)Yong He
2023-01-06Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He