index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
slang-capability-generator
Age
Commit message (
Expand
)
Author
2025-07-22
Fix capability generator to sort capabilities alphabetically within header gr...
aidanfnv
2025-07-17
Merge NamePool and RootNamePool into a single type (#7797)
Copilot
2025-05-14
Make Command Line Reference readthedocs compatible (#7048)
aidanfnv
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-14
Misc build fixes. (#5271)
Yong He
2024-09-05
Document All Capability Atoms and Profiles (#5008)
ArielG-NV
2024-07-25
Add `_Internal`/`External` atom enforcement and validation. (#4702)
ArielG-NV
2024-07-24
Cleanup global memory allocations on shutdown. (#4731)
Yong He
2024-06-07
Precompute UIntSet from individual capabilities inside generator (#4269)
ArielG-NV
2024-06-06
Update capability-generator-main.cpp (#4295)
ArielG-NV
2024-06-06
Fix build warnings and treat warnings as error on CI (#4276)
Jay Kwak
2024-05-31
Capabilities generator inclusive join and misc (#4237)
ArielG-NV
2024-05-22
Fix all Clang-14 warnings (#4203)
ArielG-NV
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-01-18
Capability def parsing & codegen + disjoint sets (#3451)
Yong He