summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-explicit-global-context.cpp
AgeCommit message (Expand)Author
2025-09-29Update function type after inserting KernelContext parameter (#8551)Julius Ikkala
2025-08-29[CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV
2025-06-06Address issues with GLSL style global in/out vars (#6669) (#6998)sricker-nvidia
2025-01-22Remove unnecessary parameters from Metal entry point signature (#6131)Darren Wihandi
2024-12-06Support specialization constant on WGSL and Metal. (#5780)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
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