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-ir-util.cpp
Age
Commit message (
Expand
)
Author
2024-11-06
Fix IntVal unification logic to insert type casts + buffer element lowering r...
Yong He
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Assorted auto-diff enhancements for increased performance & more streamlined ...
Sai Praveen Bangaru
2024-09-06
Correct control flow in getParentBreakBlockSet (#5024)
Ellie Hermaszewska
2024-08-29
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-08-23
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-07-30
Fix SPIRV emit for small-integer texture types. (#4753)
Yong He
2024-07-08
Fix the issue in emitFloatCast (#4559)
kaizhangNV
2024-06-26
Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)
ArielG-NV
2024-05-30
Support SPIR-V DebugTypePointer (#4228)
Jay Kwak
2024-05-29
Add options to speedup compilation. (#4240)
Yong He
2024-05-03
Add host shared library target. (#4098)
Yong He
2024-05-01
Fix compile failures when using debug symbol. (#4069)
Yong He
2024-05-01
SPIRV: Fix performance issue when handling large arrays. (#4064)
Yong He
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-17
Add skeleton for metal backend. (#3971)
Yong He
2024-04-03
Implement 8.14-8.19 of OpenGL-GLSL specification
ArielG-NV
2024-03-18
Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)
Yong He
2024-03-15
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-13
Fix side effect checking around storage buffer type. (#3762)
Yong He
2024-03-13
Implement glsl atomic's [non image or memory scope] with optional extension(s...
ArielG-NV
2024-02-29
Fix various crashes when generating debug info. (#3650)
Yong He
2024-02-28
[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)
Yong He
2024-02-08
Support pointers in SPIRV. (#3561)
Yong He
2024-01-24
IRSPIRVAsmOperandInst instructions may not have IRBlock as the immediate pare...
Pankaj Mistry
2024-01-19
Add `-fspv-reflect` support. (#3464)
Yong He
2023-11-02
Fix crash when writing to `no_diff` out parameter. (#3308)
Yong He
2023-10-04
SPIRV compiler performance fixes. (#3258)
Yong He
2023-10-02
More direct-SPIRV fixes. (#3257)
Yong He
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-09-27
Fix a bug in `canInstHaveSideEffectAtAddress`. (#3246)
Yong He
2023-09-27
Various SPIRV fixes. (#3231)
Yong He
2023-09-21
Various slangpy fixes. (#3227)
Yong He
2023-08-25
Fix various issues with trivial loops (#3149)
Sai Praveen Bangaru
2023-08-24
Misc. SPIRV Fixes, Part 2. (#3147)
Yong He
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-08-07
Diagnostic improvements for direct spirv (#3053)
Ellie Hermaszewska
2023-07-12
Use scratchData on `IRInst` to replace HashSets. (#2978)
Yong He
2023-07-10
Do not fail when emitting GLSL using unorm/snorm textures (#2973)
Ellie Hermaszewska
2023-06-26
Fix DCE on mutable calls in a loop. (#2943)
Yong He
2023-05-10
Generate faster derivative for div by const operations. (#2877)
Yong He
2023-05-09
Various fixes for autodiff and slangpy. (#2876)
Yong He
2023-05-09
Fix function side-effectness prop logic. (#2875)
Yong He
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-28
SSA Register Allocation improvements. (#2857)
Yong He
2023-04-27
Prevent storing loads of global parameters. (#2850)
Yong He
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
[next]