summaryrefslogtreecommitdiff
path: root/source/slang/slang-parameter-binding.cpp
AgeCommit message (Expand)Author
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-05-19Reduce the size of Token (#1349)jsmall-nvidia
2020-04-08Remove static struct members from layout and reflection (#1310)jsmall-nvidia
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2020-02-19Don't allocate a default space for a VK push-constant buffer (#1231)Tim Foley
2020-02-10Add attributes to enable dual-source blending on Vulkan (#1210)Tim Foley
2020-01-23Fix a bug in handling explicit register space bindings (#1175)Tim Foley
2019-12-19WIP CUDA source emit (#1157)jsmall-nvidia
2019-12-06Remove legacy feature for merging global shader parameters (#1139)Tim Foley
2019-12-03getStringHash on string literals (#1140)jsmall-nvidia
2019-11-13* Added getCStr(Name*) (#1121)jsmall-nvidia
2019-11-06Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley
2019-10-17Initial work on representing layout at IR level (#1079)Tim Foley
2019-08-12Callable CPU code support (#1014)jsmall-nvidia
2019-08-08WIP: Preliminary Slang -> C++ code generation (#1009)jsmall-nvidia
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-07-29Add an attribute to disable the overlapping-bindings warning (#1005)Tim Foley
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia