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