index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
reflection.cpp
Commit message (
Expand
)
Author
Age
*
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-31
*
Basic layout and reflection for specialized types (#970)
Tim Foley
2019-05-22
*
Changes required for application adoption of interface-type parameters (#963)
Tim Foley
2019-05-20
*
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-04-29
*
Add SLANG_ACCELERATION_STRUCTURE resource shape for RaytracingAccelerationStr...
Phil Guo
2019-03-13
*
Fix `spReflection_FindTypeByName` (#891)
Yong He
2019-03-10
*
Simplify type layout (#867)
Tim Foley
2019-02-27
*
Split front- and back-ends (#846)
Tim Foley
2019-02-15
*
Feature/casting tidyup (#822)
jsmall-nvidia
2019-02-04
*
Feature/as refactor review (#821)
jsmall-nvidia
2019-02-02
*
Initial support for uniform parameters on entry points (#815)
Tim Foley
2019-01-31
*
Feature/as refactor (#817)
jsmall-nvidia
2019-01-31
*
Add support for user defined attributes.
Yong He
2019-01-29
*
Fix uses of dynamic_cast on types in reflection API (#731)
Tim Foley
2018-11-29
*
Add support for unbounded arrays as shader parameters (#725)
Tim Foley
2018-11-21
*
Improve support for non-32-bit types. (#643)
Tim Foley
2018-09-20
*
Add support for more RasterizerOrdered types (#628)
Tim Foley
2018-08-21
*
Major overhaul of Renderer abstraction, to support a new example (#624)
Tim Foley
2018-08-03
*
Add options to control matrix layout rules (#583)
Tim Foley
2018-05-31
*
Merge from v0.9.15 (#460)
Tim Foley
2018-03-28
*
Overhaul implementation of [attributes] (#443)
Tim Foley
2018-03-16
*
Initial support for cross-compilation of geometry shaders to GLSL (#423)
Tim Foley
2018-02-23
*
Improvements and bug fixes for global type parameters
Yong He
2018-01-21
*
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-03
*
no-codegen compile flag and global generics reflection (#347)
Yong He
2018-01-02
*
More fixups for parameter block binding generation (#311)
Tim Foley
2017-12-15
*
More fixups for Vulkan parameter block bindings (#309)
Tim Foley
2017-12-14
*
Fix parameter block binding for Vulkan (#308)
Tim Foley
2017-12-13
*
Cleanups to `ParameterBlock<T>` behavior. (#304)
Tim Foley
2017-12-08
*
Add API to query stage of varying parameter (#302)
Tim Foley
2017-11-29
*
Add support for global generic parameters (#285)
Yong He
2017-11-17
*
Add reflection API to get type name (#263)
Tim Foley
2017-11-07
*
Parameter blocks (#245)
Tim Foley
2017-11-06
*
Reflection: allow querying of semantics on varying input/output (#224)
Tim Foley
2017-10-19
*
Implement notion of a "container format" (#213)
Tim Foley
2017-10-16
*
Move reflection JSON generation into separate text fixture (#211)
Tim Foley
2017-10-13
*
First attempt at a Linux build (#193)
Tim Foley
2017-09-27
*
Add an explicit `Name` type
Tim Foley
2017-08-14
*
Major naming overhaul:
Tim Foley
2017-08-09
*
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
*
Handle `Buffer` types more like textures
Tim Foley
2017-07-17
*
Add reflection support for GLSL thread-group-size modifier
Tim Foley
2017-07-14
*
An array of resources in Vulkan only consumes one binding
Tim Foley
2017-07-13
*
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-12
*
Try to be more robust against un-checked types during lowering, etc.
Tim Foley
2017-07-10
*
Some quick fixes to reflection API to try to help Falcor
Tim Foley
2017-07-09
*
Add some reflection support for SSBO and `tbuffer` declarations
Tim Foley
2017-07-07
[next]