summaryrefslogtreecommitdiff
path: root/tests/reflection
AgeCommit message (Expand)Author
2022-05-18Support for querying which parameters are used in emitted code (#2239)Alexey Panteleev
2020-09-11Remove some "do what I mean" logic from reflection API (#1539)Tim Foley
2020-04-08Remove static struct members from layout and reflection (#1310)jsmall-nvidia
2020-01-23Fix a bug in handling explicit register space bindings (#1175)Tim Foley
2020-01-08Cover a few corner cases in reflection API (#1163)Tim Foley
2019-12-06Remove legacy feature for merging global shader parameters (#1139)Tim Foley
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-03-26Allow plugging in types with resources for interface parameters (#913)Tim Foley
2019-03-25Improve logic for when a "default space" is needed (#925)Tim Foley
2019-02-12Track stage for varying sub-fields (#842)Tim Foley
2019-02-05Allow entry points to have explicit generic parameters (#826)Tim Foley
2019-01-31Initial support for uniform parameters on entry points (#815)Tim Foley
2019-01-29Add underscores to `AttributeUsage` to signal its preview state.Yong He
2019-01-29Add support for user defined attributes.Yong He
2019-01-14Add an error for global uniform parameter declarations (#773)Tim Foley
2019-01-11Fix some subtle bugs in D3D constant buffer layout (#771)Tim Foley
2018-12-07Change how buffers are emitted (#741)Tim Foley
2018-11-30Allow parameter blocks to be explicitly bound to spaces (#736)Tim Foley
2018-11-30Use register spaces by default for D3D12 targets (#734)Tim Foley
2018-11-29Fix uses of dynamic_cast on types in reflection API (#731)Tim Foley
2018-11-21Add support for unbounded arrays as shader parameters (#725)Tim Foley
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-09-21Remove the "hack sampler" workaround (#648)Tim Foley
2018-08-22Support for [[vk::push_constant]] (#629)jsmall-nvidia
2018-07-31Feature/attributed binding (#621)jsmall-nvidia
2018-05-31Add options to control matrix layout rules (#583)Tim Foley
2018-05-02Add support for explicit register space bindings (#542)Tim Foley
2018-03-29Change uses of "spire" to "slang" (#461)Tim Foley
2018-03-28Merge from v0.9.15 (#460)Tim Foley
2018-02-16IR/Vulkan fixes (#412)Tim Foley
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2018-01-02no-codegen compile flag and global generics reflection (#347)Yong He
2017-12-15Add sample-rate-input detection for HLSL. (#312)Tim Foley
2017-12-15More fixups for parameter block binding generation (#311)Tim Foley
2017-12-13Fix parameter block binding for Vulkan (#308)Tim Foley
2017-11-29Add API to query stage of varying parameter (#302)Tim Foley
2017-11-07Add reflection API to get type name (#263)Tim Foley
2017-10-19Reflection: allow querying of semantics on varying input/output (#224)Tim Foley
2017-10-13Move reflection JSON generation into separate text fixture (#211)Tim Foley
2017-09-29Get tests running/passing under Linux (#194)Tim Foley
2017-07-22Make the "hack" sampler explicit for nowTim Foley
2017-07-18Support scalarization of varying input/output for GLSLTim Foley
2017-07-14Add reflection support for GLSL thread-group-size modifierTim Foley
2017-07-12Add basic reflection query for checking if entry point is "sample-rate"Tim Foley
2017-07-12Add per-entry-point information to reflection JSON dumpsTim Foley
2017-07-11Improve reporting of GLSL `image*` typesTim Foley
2017-07-09Pick layout rules based on target languge, not source.Tim Foley
2017-07-07Fix support for `std430` layoutTim Foley
2017-07-07Fix alignment computation for `std140` uniformsTim Foley
2017-06-26Add expected output file for test.Tim Foley