summaryrefslogtreecommitdiff
path: root/source/slang/parameter-binding.cpp
AgeCommit message (Expand)Author
2019-03-08Improve support for interfaces as shader parameters (#886)Tim Foley
2019-03-01Move enumeration of shader parameters to Program/EntryPoint (#870)Tim Foley
2019-03-01A small refactor to how implicit constant buffers are getting created. (#871)Tim Foley
2019-02-28Eliminate the specializeProgramLayout() function (#869)Tim Foley
2019-02-27Simplify type layout (#867)Tim Foley
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-12Track stage for varying sub-fields (#842)Tim Foley
2019-02-11* Use LayoutResourceKind for calcing total num regs used (#838)jsmall-nvidia
2019-02-11[[vk::shader_record]] (#836)jsmall-nvidia
2019-02-07Hotfix/remove null this work around (#831)jsmall-nvidia
2019-02-05Allow entry points to have explicit generic parameters (#826)Tim Foley
2019-02-04Feature/casting tidyup (#822)jsmall-nvidia
2019-02-02Feature/as refactor review (#821)jsmall-nvidia
2019-01-31Initial support for uniform parameters on entry points (#815)Tim Foley
2019-01-31Feature/as refactor (#817)jsmall-nvidia
2019-01-22Clean up variable declaration class hierarchy (#787)Tim Foley
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2019-01-14Add an error for global uniform parameter declarations (#773)Tim Foley
2018-12-20Feature/lex memory reduction (#762)jsmall-nvidia
2018-11-30Add support for Vulkan raytraicng "shader record" (#735)Tim Foley
2018-11-30Allow parameter blocks to be explicitly bound to spaces (#736)Tim Foley
2018-11-21Add support for unbounded arrays as shader parameters (#725)Tim Foley
2018-11-12Add callable shader support for Vulkan ray tracing (#718)Tim Foley
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)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-11Cleanups around behavior when the compiler fails (#553)Tim Foley
2018-05-02Add support for explicit register space bindings (#542)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-19Entry point attribute (#447)Tim Foley
2018-03-16Small bug fixes. (#445)Yong He
2018-02-23Initial support for cross-compilation of geometry shaders to GLSL (#423)Tim Foley
2018-02-09Handling of duplicate global shader parameter declarations (#405)Tim Foley
2018-01-19Make specialization presserve global parameter enumeration order in reflectio...Yong He
2018-01-12Refactor substitution representation in DeclRefBase (#363)Yong He
2018-01-04Bug fixes for Slang integration (#356)Yong He
2018-01-03Add API for querying TypeLayout from a TypeYong He
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-11-29Add API to query stage of varying parameter (#302)Tim Foley
2017-11-28Generate IR per-module for loaded modules (#299)Tim Foley
2017-11-20fixup global generic parametersYong He
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-13Parameter block work (#276)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-04fix all unreachable code warningsYong He
2017-10-19Reflection: allow querying of semantics on varying input/output (#224)Tim Foley
2017-10-16Implement notion of a "container format" (#213)Tim Foley