summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-c-like.cpp
AgeCommit message (Expand)Author
2025-07-02Defer immutable buffer loads when emitting spirv. (#7579)Yong He
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2025-06-10Add optix support for coopvec (#7286)Mukund Keshava
2025-06-06Add command line option for separate debug info (#7178)jarcherNV
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-05-19Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...Darren Wihandi
2025-05-15Rename 'main' on some backends (#7105)Mukund Keshava
2025-05-14Support the new CoopVec builtins (#7108)Jay Kwak
2025-05-10Add debug information for slang inling (#6621)Mukund Keshava
2025-04-21Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi
2025-03-06Update SPIRV-Tools and fix new validation errors. (#6511)Yong He
2025-02-28Add Slang-specific intrinsics for integer pack/unpack (#6459)Darren Wihandi
2025-02-28Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi
2025-02-27Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-28Allow requiring glsl language extensions on structs (#6173)Ellie Hermaszewska
2025-01-24Fix depth texture sampling on Metal. (#6168)Yong He
2025-01-17Implement Quad Control intrinsics (#5981)Darren Wihandi
2025-01-16C-like emitter: Add parenthesis when combining relational and bitwise… (#6070)Anders Leino
2025-01-14Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2025-01-10Add exhaustive associativity test for WGSL (#6056)Anders Leino
2025-01-08Add parentheses to make precedence explicit (#6030)Anders Leino
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2024-12-26Add packed 8bit builtin types (#5939)Darren Wihandi
2024-12-17Implement bitcast for 64-bit date type (#5895)kaizhangNV
2024-12-12Bit extract (#5847)kaizhangNV
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-12-03Add emit logic for `requirePrelude` inst. (#5735)Yong He
2024-11-26WGSL: Fix issue where swizzle L-values are generated (#5682)Anders Leino
2024-11-08[WGSL] [WASM] Add reflection endpoints + Fix bit manipulation operations (#5499)Sai Praveen Bangaru
2024-11-05Legalize the Entry-point for WGSL (#5498)Jay Kwak
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-20Properly check switch case. (#5341)Yong He
2024-10-17Cleanup definition of `printf`. (#5330)Yong He
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-10-16Fix entrypoint naming in glsl backend. (#5320)Yong He
2024-09-20Fix handling of pointer logic in wgsl backend. (#5129)Yong He
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-09-09Initial WGSL support (#5006)Anders Leino
2024-09-05Respect matrix layout in uniform and in/out parameters for HLSL target. (#5013)Yong He
2024-08-30Support specialization constants. (#4963)Yong He
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-07-10Implement non member function atomic texture support (#4544)ArielG-NV
2024-06-28Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...ArielG-NV
2024-06-25Support atomic intrinsics for Metal (#4473)Jay Kwak
2024-06-14[Metal] Fix global constant array emit. (#4392)Yong He