index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-util.cpp
Commit message (
Expand
)
Author
Age
...
*
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
2024-04-25
*
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-23
*
Add skeleton for metal backend. (#3971)
Yong He
2024-04-17
*
Implement 8.14-8.19 of OpenGL-GLSL specification
ArielG-NV
2024-04-03
*
Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)
Yong He
2024-03-18
*
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-15
*
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-03-13
*
Fix various crashes when generating debug info. (#3650)
Yong He
2024-02-29
*
[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)
Yong He
2024-02-28
*
Support pointers in SPIRV. (#3561)
Yong He
2024-02-08
*
IRSPIRVAsmOperandInst instructions may not have IRBlock as the immediate pare...
Pankaj Mistry
2024-01-24
*
Add `-fspv-reflect` support. (#3464)
Yong He
2024-01-19
*
Fix crash when writing to `no_diff` out parameter. (#3308)
Yong He
2023-11-02
*
SPIRV compiler performance fixes. (#3258)
Yong He
2023-10-04
*
More direct-SPIRV fixes. (#3257)
Yong He
2023-10-02
*
Support `constref` parameters passing. (#3249)
Yong He
2023-09-28
*
Fix a bug in `canInstHaveSideEffectAtAddress`. (#3246)
Yong He
2023-09-27
*
Various SPIRV fixes. (#3231)
Yong He
2023-09-27
*
Various slangpy fixes. (#3227)
Yong He
2023-09-21
*
Fix various issues with trivial loops (#3149)
Sai Praveen Bangaru
2023-08-25
*
Misc. SPIRV Fixes, Part 2. (#3147)
Yong He
2023-08-24
*
Support per field matrix layout (#3101)
Yong He
2023-08-14
*
Diagnostic improvements for direct spirv (#3053)
Ellie Hermaszewska
2023-08-07
*
Use scratchData on `IRInst` to replace HashSets. (#2978)
Yong He
2023-07-12
*
Do not fail when emitting GLSL using unorm/snorm textures (#2973)
Ellie Hermaszewska
2023-07-10
*
Fix DCE on mutable calls in a loop. (#2943)
Yong He
2023-06-26
*
Generate faster derivative for div by const operations. (#2877)
Yong He
2023-05-10
*
Various fixes for autodiff and slangpy. (#2876)
Yong He
2023-05-09
*
Fix function side-effectness prop logic. (#2875)
Yong He
2023-05-09
*
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-05-02
*
SSA Register Allocation improvements. (#2857)
Yong He
2023-04-28
*
Prevent storing loads of global parameters. (#2850)
Yong He
2023-04-27
*
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Change AD checkpointing policy to recompute more. (#2836)
Yong He
2023-04-24
*
Refactor checkpointing policy and availability pass. (#2826)
Yong He
2023-04-21
*
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-04-12
*
Fix autodiff pass duplicates exported functions. (#2759)
Yong He
2023-03-30
*
Fix Phi simplification bug. (#2710)
Yong He
2023-03-16
*
Extend DCE to handle pure function calls that returns via `inout` parameters....
Yong He
2023-03-15
*
Properly implement differential witness of intermediate context type. (#2699)
Yong He
2023-03-15
*
Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)
Yong He
2023-03-13
*
Detect and deduplicate read-only resource access. (#2680)
Yong He
2023-02-27
*
More control flow simplifications. (#2673)
Yong He
2023-02-24
*
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-20
*
Add static for loop iteration inference. (#2659)
Yong He
2023-02-20
*
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-16
*
Eliminate `continue` to allow unrolling any loops. (#2645)
Yong He
2023-02-13
*
Add Loop Unrolling Pass. (#2644)
Yong He
2023-02-13
[prev]
[next]