summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-glsl.cpp
AgeCommit message (Expand)Author
2020-02-10Add attributes to enable dual-source blending on Vulkan (#1210)Tim Foley
2020-02-07Change handling of strings for HLSL/GLSL targets (#1204)Tim Foley
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2020-01-30Support for 64 bit integer types (#1191)jsmall-nvidia
2019-10-22User IR-based layout for all IR steps (#1084)Tim Foley
2019-10-08Fixed from Review of Entry Point decoration #1068 (#1072)jsmall-nvidia
2019-10-08Remove EntryPointLayout* use in emit logic. (#1071)jsmall-nvidia
2019-10-08Feature/ir entry point profile (#1068)jsmall-nvidia
2019-10-04IR types for subset of Attributes (#1067)jsmall-nvidia
2019-09-18Clean up some behavior of operator% (#1060)Tim Foley
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-07-17Change how global-scope constants are handled (#1001)Tim Foley
2019-06-06Split out target code generation from CLikeSourceEmitter (#976)jsmall-nvidia