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