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-reflection-test
Age
Commit message (
Expand
)
Author
2024-07-24
Add generic descriptor indexing intrinsic (#4389)
dubiousconst282
2024-07-24
Cleanup global memory allocations on shutdown. (#4731)
Yong He
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-05-02
Fix reflection-test issue (#4082) (#4084)
kaizhangNV
2024-04-24
Parameter layout and reflection for Metal bindings. (#4022)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-01
Parameter binding and gfx fixes. (#3302)
Yong He
2023-06-27
Pointer layout support (#2930)
jsmall-nvidia
2023-05-31
Confirm reflection output is valid JSON (#2910)
jsmall-nvidia
2023-05-31
Small improvements in reflection tool (#2908)
jsmall-nvidia
2023-04-02
Squash some warnings (#2765)
Ellie Hermaszewska
2022-08-24
Use enums with backing types in Slang API (#2375)
jsmall-nvidia
2022-05-18
Support for querying which parameters are used in emitted code (#2239)
Alexey Panteleev
2021-12-07
Check g++ version compatibility (#2044)
jsmall-nvidia
2021-06-10
CUDA layout corner cases/testing (#1881)
jsmall-nvidia
2020-12-04
Projects in 'build' and Slang API separation (#1624)
jsmall-nvidia
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-03-02
Feature/profile tool (#1251)
jsmall-nvidia
2020-02-11
Make fixes for the attribute-error test case. (#1215)
Tim Foley
2020-01-08
Cover a few corner cases in reflection API (#1163)
Tim Foley
2019-12-04
Feature/string hash review (#1142)
jsmall-nvidia
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-04-25
Feature/uint int definition (#954)
jsmall-nvidia
2019-01-29
Add support for user defined attributes.
Yong He
2019-01-21
Path simplification/hash mode, plus bug fixes (#788)
jsmall-nvidia
2019-01-11
Fix some subtle bugs in D3D constant buffer layout (#771)
Tim Foley
2019-01-07
Feature/unique tool source names (#766)
jsmall-nvidia
2018-12-21
Feature/remove app context (#765)
jsmall-nvidia
2018-12-17
Feature/test tool shared libraries (#758)
jsmall-nvidia
2018-12-14
Fix memory leaks around slang-test (#757)
jsmall-nvidia
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-11-29
Fix uses of dynamic_cast on types in reflection API (#731)
Tim Foley
2018-11-21
Add support for unbounded arrays as shader parameters (#725)
Tim Foley
2018-08-22
Support for [[vk::push_constant]] (#629)
jsmall-nvidia
2018-07-06
spCompile/spProcessCommandLineArguments return SlangResult (#610)
jsmall-nvidia
2018-05-11
Generate Visual Studio projects using Premake (#557)
Tim Foley
2018-03-28
Merge from v0.9.15 (#460)
Tim Foley
2018-01-02
no-codegen compile flag and global generics reflection (#347)
Yong He
2017-12-15
More fixups for parameter block binding generation (#311)
Tim Foley
2017-12-08
Cleanups to `ParameterBlock<T>` behavior. (#304)
Tim Foley
2017-11-29
Add API to query stage of varying parameter (#302)
Tim Foley
2017-11-07
Add reflection API to get type name (#263)
Tim Foley
2017-10-19
Reflection: allow querying of semantics on varying input/output (#224)
Tim Foley
2017-10-13
Move reflection JSON generation into separate text fixture (#211)
Tim Foley