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
/
reflection.cpp
Age
Commit message (
Expand
)
Author
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-09-20
Improve support for non-32-bit types. (#643)
Tim Foley
2018-08-21
Add support for more RasterizerOrdered types (#628)
Tim Foley
2018-08-03
Major overhaul of Renderer abstraction, to support a new example (#624)
Tim Foley
2018-05-31
Add options to control matrix layout rules (#583)
Tim Foley
2018-03-28
Merge from v0.9.15 (#460)
Tim Foley
2018-03-16
Overhaul implementation of [attributes] (#443)
Tim Foley
2018-02-23
Initial support for cross-compilation of geometry shaders to GLSL (#423)
Tim Foley
2018-01-21
Improvements and bug fixes for global type parameters
Yong He
2018-01-03
Fix type lookup of global type arguments
Yong He
2018-01-03
spReflection_FindTypeByName: add lookup in translationUnits.
Yong He
2018-01-03
Add API for querying TypeLayout from a Type
Yong He
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-14
More fixups for Vulkan parameter block bindings (#309)
Tim Foley
2017-12-13
Fix parameter block binding for Vulkan (#308)
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-17
Add support for global generic parameters (#285)
Yong He
2017-11-07
Add reflection API to get type name (#263)
Tim Foley
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-10-19
Reflection: allow querying of semantics on varying input/output (#224)
Tim Foley
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-10-13
Move reflection JSON generation into separate text fixture (#211)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-17
Handle `Buffer` types more like textures
Tim Foley
2017-07-14
Add reflection support for GLSL thread-group-size modifier
Tim Foley
2017-07-13
An array of resources in Vulkan only consumes one binding
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-10
Try to be more robust against un-checked types during lowering, etc.
Tim Foley
2017-07-09
Some quick fixes to reflection API to try to help Falcor
Tim Foley
2017-07-07
Add some reflection support for SSBO and `tbuffer` declarations
Tim Foley
2017-07-07
Handle new parameter category cases in reflection JSON emit
Tim Foley
2017-07-06
Fix many warnings-as-errors issues.
Tim Foley
2017-06-28
Store integer literals at high precision in AST
Tim Foley
2017-06-15
Replace `DeclRef` approach
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-09
Initial import of code.
Tim Foley