summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-explicit-global-context.cpp
AgeCommit message (Expand)Author
2024-08-19Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska
2024-07-30Move SPIRV global variables into a context variable (#4741)ArielG-NV
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-06-13Fix cuda/cpp/metal crash for when using GLSL style shader inputs (#4378)ArielG-NV
2024-05-06Support groupshared variables for Metal. (#4116)Yong He
2024-05-06Delete `wrap-global-context` pass. (#4114)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2022-06-08Actual global support (#2262)jsmall-nvidia
2021-05-14Fix for KernelContext threading issue for C++ targets (#1843)jsmall-nvidia
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2020-07-28Change parameter passing convention for CUDA (#1463)Tim Foley
2020-07-24Handle case of no global parameters for CPU/CUDA (#1457)Tim Foley
2020-07-15Remove KernelContext wrapper from CPU/CUDA emit (#1440)Tim Foley