summaryrefslogtreecommitdiffstats
path: root/source/slang/reflection.cpp
Commit message (Expand)AuthorAge
* Improvements and bug fixes for global type parametersYong He2018-01-21
* Fix type lookup of global type argumentsYong He2018-01-03
* spReflection_FindTypeByName: add lookup in translationUnits.Yong He2018-01-03
* Add API for querying TypeLayout from a TypeYong He2018-01-03
* no-codegen compile flag and global generics reflection (#347)Yong He2018-01-02
* More fixups for parameter block binding generation (#311)Tim Foley2017-12-15
* More fixups for Vulkan parameter block bindings (#309)Tim Foley2017-12-14
* Fix parameter block binding for Vulkan (#308)Tim Foley2017-12-13
* Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley2017-12-08
* Add API to query stage of varying parameter (#302)Tim Foley2017-11-29
* Add support for global generic parameters (#285)Yong He2017-11-17
* Add reflection API to get type name (#263)Tim Foley2017-11-07
* Parameter blocks (#245)Tim Foley2017-11-06
* Reflection: allow querying of semantics on varying input/output (#224)Tim Foley2017-10-19
* Implement notion of a "container format" (#213)Tim Foley2017-10-16
* Move reflection JSON generation into separate text fixture (#211)Tim Foley2017-10-13
* First attempt at a Linux build (#193)Tim Foley2017-09-27
* Add an explicit `Name` typeTim Foley2017-08-14
* Major naming overhaul:Tim Foley2017-08-09
* Try to improve handling of failures during compilationTim Foley2017-07-19
* Handle `Buffer` types more like texturesTim Foley2017-07-17
* Add reflection support for GLSL thread-group-size modifierTim Foley2017-07-14
* An array of resources in Vulkan only consumes one bindingTim Foley2017-07-13
* Add basic reflection query for checking if entry point is "sample-rate"Tim Foley2017-07-12
* Add per-entry-point information to reflection JSON dumpsTim Foley2017-07-12
* Try to be more robust against un-checked types during lowering, etc.Tim Foley2017-07-10
* Some quick fixes to reflection API to try to help FalcorTim Foley2017-07-09
* Add some reflection support for SSBO and `tbuffer` declarationsTim Foley2017-07-07
* Handle new parameter category cases in reflection JSON emitTim Foley2017-07-07
* Fix many warnings-as-errors issues.Tim Foley2017-07-06
* Store integer literals at high precision in ASTTim Foley2017-06-28
* Replace `DeclRef` approachTim Foley2017-06-15
* Rename `Slang::Compiler` -> `Slang`Tim Foley2017-06-15
* Initial import of code.Tim Foley2017-06-09