summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-spirv.cpp
AgeCommit message (Expand)Author
2022-12-07Rename IR opcodes to unify style. (#2556)Yong He
2022-12-07Remove `construct` IR op. (#2555)Yong He
2022-12-07Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-06-01Clean up void returns. (#2260)Yong He
2022-05-10Glslang upgrade (#2228)jsmall-nvidia
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-01-18Fix for issue #2069 (#2082)jsmall-nvidia
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-08-17Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2020-08-12Fix based on review comment problem. (#1490)jsmall-nvidia
2020-08-06Emit spir-v using MemoryArena to stop memory leak (#1479)jsmall-nvidia
2020-07-20Multiple Entry Point Backend (#1437)Dietrich Geisler
2020-06-18Fix and improvements around repro (#1397)jsmall-nvidia
2019-11-14Initial work on direct emission of SPIR-V (#1118)Tim Foley