index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
reflection
Age
Commit message (
Expand
)
Author
2018-11-30
Allow parameter blocks to be explicitly bound to spaces (#736)
Tim Foley
2018-11-30
Use register spaces by default for D3D12 targets (#734)
Tim Foley
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-10-29
Rework command-line options handling for entry points and targets (#697)
Tim Foley
2018-09-21
Remove the "hack sampler" workaround (#648)
Tim Foley
2018-08-22
Support for [[vk::push_constant]] (#629)
jsmall-nvidia
2018-07-31
Feature/attributed binding (#621)
jsmall-nvidia
2018-05-31
Add options to control matrix layout rules (#583)
Tim Foley
2018-05-02
Add support for explicit register space bindings (#542)
Tim Foley
2018-03-29
Change uses of "spire" to "slang" (#461)
Tim Foley
2018-03-28
Merge from v0.9.15 (#460)
Tim Foley
2018-02-16
IR/Vulkan fixes (#412)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-01-02
no-codegen compile flag and global generics reflection (#347)
Yong He
2017-12-15
Add sample-rate-input detection for HLSL. (#312)
Tim Foley
2017-12-15
More fixups for parameter block binding generation (#311)
Tim Foley
2017-12-13
Fix parameter block binding for Vulkan (#308)
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
2017-09-29
Get tests running/passing under Linux (#194)
Tim Foley
2017-07-22
Make the "hack" sampler explicit for now
Tim Foley
2017-07-18
Support scalarization of varying input/output for GLSL
Tim Foley
2017-07-14
Add reflection support for GLSL thread-group-size modifier
Tim Foley
2017-07-12
Add basic reflection query for checking if entry point is "sample-rate"
Tim Foley
2017-07-12
Add per-entry-point information to reflection JSON dumps
Tim Foley
2017-07-11
Improve reporting of GLSL `image*` types
Tim Foley
2017-07-09
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-07
Fix support for `std430` layout
Tim Foley
2017-07-07
Fix alignment computation for `std140` uniforms
Tim Foley
2017-06-26
Add expected output file for test.
Tim Foley
2017-06-26
Include imported code when generating reflection data
Tim Foley
2017-06-14
AppVeyor: Run tests as part of AppVeyor builds
Tim Foley
2017-06-09
Initial import of code.
Tim Foley