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-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
2024-06-12
Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)
Yong He
2024-06-12
Fix emit logic for getElementPtr. (#4362)
Yong He
2024-06-10
Address glslang ordering requirments for 'derivative_group_*NV' (#4323)
ArielG-NV
2024-05-16
RasterizerOrder resource for spirv and metal. (#4175)
Yong He
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-13
Add LoadAligned and StoreAligned methods to ByteAddressBuffers (#4066)
Sriram Murali
2024-05-10
More Metal Intrinsics. (#4143)
Yong He
2024-05-08
Metal: propagate and specialize address space. (#4137)
Yong He
2024-04-30
Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)
Sai Praveen Bangaru
2024-04-25
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
2024-04-24
Avoid DXC warnings for missing bitwise op parantheses (#4004)
Jay Kwak
2024-04-21
Flag to prevent packing of cbuffer elements in HLSL backend. (#3993)
Pema Malling
2024-04-19
Add metal downstream compiler + metallib target. (#3990)
Yong He
2024-04-19
Enable NonUniformResourceIndex support for glsl, hlsl and spirv (#3899)
sriramm-nv
2024-04-17
Add skeleton for metal backend. (#3971)
Yong He
2024-04-03
Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...
ArielG-NV
2024-04-01
Support SM6.6 keyword "WaveSize" (#3871)
Jay Kwak
2024-04-01
Support `[RequirePrelude]` attribute on types. (#3867)
Yong He
2024-03-26
Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...
ArielG-NV
2024-03-15
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-14
Mesh shader refactoring and bugfixes (#3702)
Ellie Hermaszewska
2024-03-13
Implement glsl atomic's [non image or memory scope] with optional extension(s...
ArielG-NV
[next]