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-lower-to-ir.cpp
Age
Commit message (
Expand
)
Author
2024-08-12
Warn when inout parameter is never written (#4777)
venkataram-nv
2024-07-31
Warnings target switch intrinsic asm (#4727)
venkataram-nv
2024-07-31
Fix IR lowering for generic interface types. (#4761)
Yong He
2024-07-25
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-18
Warnings for uninitialized fields in constructors (#4680)
venkataram-nv
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-10
Fix lowering of associated types and synthesis of dispatch functions. (#4568)
Sai Praveen Bangaru
2024-07-09
Warnings for uninitialized values (#4530)
venkataram-nv
2024-06-28
Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...
ArielG-NV
2024-06-13
Remove `IRHLSLExportDecoration` and `IRKeepAliveDecoration` for non-CUDA/Torc...
Sai Praveen Bangaru
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-04
Print warning when operator<< shifting too much (#4255)
Jay Kwak
2024-06-03
Add an option to disable source map in obfuscation (#4260)
kaizhangNV
2024-06-01
Support different SPIRV versions. (#4254)
Yong He
2024-05-31
Fix a bug on default initialization of interface typed value. (#4249)
Yong He
2024-05-29
Add options to speedup compilation. (#4240)
Yong He
2024-05-22
Fix all Clang-14 warnings (#4203)
ArielG-NV
2024-05-15
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-10
Fix race-condition and visual artifacts issues (#4152)
kaizhangNV
2024-05-08
Support `getAddress` of a single-element vector swizzle. (#4138)
Yong He
2024-05-08
Support `[__ref]` attribute to make `this` pass by reference. (#4139)
Yong He
2024-05-03
Fix `Ptr::__subscript` to accept any integer index. (#4100)
Yong He
2024-05-02
Support generic constraints that are dependent on another generic param. (#4091)
Yong He
2024-04-26
WIP: Force Inline If RefType (#4005)
ArielG-NV
2024-04-25
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
2024-04-23
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-16
Init expressions for struct fields support, #3738 (#3907)
ArielG-NV
2024-04-12
Fix IR lowering bug of do-while loops. (#3941)
Yong He
2024-04-05
Fix __init() functions that returns an existing value (#3866)
sriramm-nv
2024-04-03
Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...
ArielG-NV
2024-04-03
Implement 8.14-8.19 of OpenGL-GLSL specification
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
Support mutable existential parameters. (#3836)
Yong He
2024-03-26
Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...
ArielG-NV
2024-03-23
Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)
Yong He
2024-03-18
Check for cylic types. (#3790)
Yong He
2024-03-15
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-13
Implement glsl atomic's [non image or memory scope] with optional extension(s...
ArielG-NV
2024-03-08
Enhance link-time type test. (#3724)
Yong He
2024-03-07
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-07
Uniformity analysis. (#3704)
Yong He
2024-03-05
[SPIRV] Fix DebugLine generated from source with #line directive. (#3678)
Yong He
2024-03-04
Extend `as` and `is` operator to work on generic types. (#3672)
Yong He
2024-03-04
Implement short-circuit logic operator (#3635)
kaizhangNV
2024-03-04
Fix lowering logic around imported modules. (#3668)
Yong He
2024-03-01
Small cleanups for bitfield accessor synthesis (#3651)
Ellie Hermaszewska
2024-02-29
Fix various crashes when generating debug info. (#3650)
Yong He
[next]