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
/
core
/
slang-dictionary.h
Age
Commit message (
Expand
)
Author
2025-06-05
Fix crash when loading modules with syntax errors (#6993) (#7288)
Harsh Aggarwal (NVIDIA)
2025-04-18
Fixed crash in slang-ir-autodiff-loop-analysis.cpp (#6831)
Ronan
2025-03-07
Update build to allow setting external paths (#6528)
jarcherNV
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Assorted auto-diff enhancements for increased performance & more streamlined ...
Sai Praveen Bangaru
2024-10-04
Allow building using external dependencies (#5076)
Tobias Frisch
2023-09-29
Fix for problem with OrderedHashSet causing crash (#3251)
jsmall-nvidia
2023-08-28
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-19
Make SourceMap a value type (#2812)
jsmall-nvidia
2023-03-22
Type legalization and autodiff bug fixes. (#2722)
Yong He
2023-02-28
AD: Fixed do-while loops (#2683)
Sai Praveen Bangaru
2022-06-23
Preserve specialization cache in IR for specialization pass. (#2293)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-03-09
gfx: restructure render-d3d12.cpp (#2154)
Yong He
2022-03-08
GFX Vulkan: deferred shader compilation and pipeline creation. (#2153)
Yong He
2021-10-04
Removing exceptions from core/compiler-core (#1953)
jsmall-nvidia
2021-02-04
[gfx] Shader-object driven shader compilation. (#1688)
Yong He
2021-01-22
Fix existential specialization of mutable buffer loads. (#1671)
Yong He
2020-11-11
Include hierarchy output (#1595)
jsmall-nvidia
2020-08-28
Add OrderedDictionary to core. (#1523)
Yong He
2020-07-06
ShortList<T> and core.natvis improvements. (#1430)
Yong He
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-04-27
Add support for generic load/store on byte-addressed buffers (#1334)
Tim Foley
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia