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-syntax.cpp
Age
Commit message (
Expand
)
Author
2021-05-15
Support for HW format conversions for RWTexture on CUDA (#1840)
jsmall-nvidia
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-03-10
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-02
Remove GlobalGenericParamSubstitution (#1684)
Tim Foley
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-08-28
Avoid nondeterministic ordering of output (#1522)
Tim Foley
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-07-23
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-03
Devirtualize AST types (#1368)
jsmall-nvidia
2020-05-29
NodeBase types constructed with astNodeType member set (#1363)
jsmall-nvidia
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-21
Non virtual accept implementation on AST types (#1351)
jsmall-nvidia
2020-05-08
AST nodes using C++ Extractor (#1341)
jsmall-nvidia
2020-05-07
Enhanced C++ extractor (#1340)
jsmall-nvidia
2020-04-08
Remove static struct members from layout and reflection (#1310)
jsmall-nvidia
2020-04-02
Add basic support for namespaces (#1304)
Tim Foley
2020-03-06
Expand range of definitions that can be moved into stdlib (#1259)
Tim Foley
2020-02-28
Constant time dynamic cast (#1250)
jsmall-nvidia
2020-02-25
Fix a crash when a generic value argument isn't constant (#1241)
Tim Foley
2020-02-06
Literal handling improvements (#1202)
jsmall-nvidia
2019-12-06
Support conversion from int/uint to enum types (#1147)
Tim Foley
2019-12-06
Add a custom RTTI implementation for the AST (#1148)
Tim Foley
2019-11-18
Further refactoring of semantic checking (#1102)
Tim Foley
2019-08-08
Revise new COM-lite API (#1007)
Tim Foley
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia