summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-spirv.cpp
AgeCommit message (Expand)Author
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-07Validate generated SPIR-V on output (#3061)Ellie Hermaszewska
2023-08-07Unify Type and Constant sections for SPIR-V (#3057)Ellie Hermaszewska
2023-08-07Casting and vector/scalar correct arithmetic ops for SPIR-V (#3056)Ellie Hermaszewska
2023-08-07Diagnostic improvements for direct spirv (#3053)Ellie Hermaszewska
2023-08-08Simplify SpvTypeInstKey (#3063)Ellie Hermaszewska
2023-08-08sv_groupindex support for spirv (#3060)Ellie Hermaszewska
2023-08-08Fail on an unhandled spv operand (#3052)Ellie Hermaszewska
2023-04-28SSA Register Allocation improvements. (#2857)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-03Use SPIR-V opcode names rather than numbers (#2571)Ellie Hermaszewska
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