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-capability.cpp
Age
Commit message (
Expand
)
Author
2024-10-29
format
Ellie Hermaszewska
2024-10-08
Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)
Yong He
2024-07-25
Add `_Internal`/`External` atom enforcement and validation. (#4702)
ArielG-NV
2024-07-23
Simplify `CapabilitySet` Diagnostic Printing (#4678)
ArielG-NV
2024-06-14
remove inline that crashes old glibc version (#4398)
ArielG-NV
2024-06-13
fix the clang/gcc warning (#4382)
ArielG-NV
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-08
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-06-07
Precompute UIntSet from individual capabilities inside generator (#4269)
ArielG-NV
2024-06-01
Support different SPIRV versions. (#4254)
Yong He
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-04-19
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-02-02
Capability type checking. (#3530)
Yong He
2024-01-18
Capability def parsing & codegen + disjoint sets (#3451)
Yong He
2023-04-29
CommandOptions (#2856)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-03-16
Support GL_EXT_fragment_shader_barycentric (#2704)
Samuel Kogler
2021-03-15
Improvements in Docs requirements/availability (#1751)
jsmall-nvidia
2021-01-07
Fill in some missing bits of capability API (#1652)
Tim Foley
2021-01-05
Use "capability" system to select VKRT extension (#1647)
Tim Foley
2020-12-11
Add first steps toward a "capability" system (#1636)
Tim Foley