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
Age
Commit message (
Expand
)
Author
2023-06-29
Small fixes to GLSL-legalize and func-property prop. (#2950)
Yong He
2023-06-29
Warn on semicolon after `if`. (#2948)
Yong He
2023-06-28
Fix parameter block loads in GLSL emit. (#2946)
Yong He
2023-06-28
Add support for vk::image_format attribute (#2945)
jsmall-nvidia
2023-06-27
Support for infinite literal of from 34.2432#INF (#2944)
jsmall-nvidia
2023-06-27
Pointer layout support (#2930)
jsmall-nvidia
2023-06-26
Fix DCE on mutable calls in a loop. (#2943)
Yong He
2023-06-26
Handling SV_ClipDistance system semantic on GLSL/VK (#2942)
jsmall-nvidia
2023-06-26
Multiple cast issue fix (#2940)
jsmall-nvidia
2023-06-22
Allow multiple attributes to not require separating comma (#2939)
jsmall-nvidia
2023-06-22
[branch] and [flatten] support (#2928)
jsmall-nvidia
2023-06-21
Avoid materializing multiple swizzle gradients (#2923)
Sai Praveen Bangaru
2023-06-20
Fix for generic with scope issue (#2925)
jsmall-nvidia
2023-06-13
Fixes for Shader Execution Reordering on VK (#2929)
Theresa Foley
2023-06-09
Small improvements around StringBlob (#2924)
jsmall-nvidia
2023-06-08
Improvements around StringBlob (#2921)
jsmall-nvidia
2023-06-07
AD: Fix out-of-scope indexing rules for insts in loop header blocks during th...
Sai Praveen Bangaru
2023-06-02
Fix generic param inference through TypeCastIntVal. (#2916)
Yong He
2023-06-01
Be lenient on same-size unsigend->signed conversion. (#2913)
Yong He
2023-05-31
Fix def-use legalization in CFG normalization. (#2909)
Yong He
2023-05-31
Preserve type cast during AST constant folding. (#2912)
Yong He
2023-05-31
Fix div-by-zero error during sccp. (#2911)
Yong He
2023-05-30
Fix type checking & loop value hoisting (#2907)
Yong He
2023-05-30
Fix derivative signature bug in checkDerivativeAttribute. (#2905)
Yong He
2023-05-30
Disallow duplicate enumerator names in the same enum (#2904)
Ellie Hermaszewska
2023-05-26
Fix bug in legalizeFuncType that leads to invalid IR. (#2902)
Yong He
2023-05-23
Add API for querying total compile time. (#2898)
Yong He
2023-05-22
Source embedding for output (#2889)
jsmall-nvidia
2023-05-18
Add transpose logic for scalar swizzle (#2888)
Yong He
2023-05-16
Make `GetSequentialID` a hoistable inst. (#2887)
Yong He
2023-05-14
Add [Differentiable(n)] syntax to specify max order. (#2883)
Yong He
2023-05-12
Add finalized keywords for autodiff. (#2882)
Yong He
2023-05-12
Fusion pass for saturated_cooperation (#2874)
Ellie Hermaszewska
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-05-10
Fix intellisense and autodiff crashes. (#2879)
Yong He
2023-05-10
Add slangc options for reporting downstream compile time. (#2878)
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-07
Optimize logic around indexed temporary variables (#2873)
Sai Praveen Bangaru
2023-05-06
Don't store loop induction values + fix minor issue (#2872)
Sai Praveen Bangaru
2023-05-05
Fix checkpoint hints for higher-order autodiff (#2869)
Sai Praveen Bangaru
2023-05-05
Squash a couple of warnings on clang (#2870)
Ellie Hermaszewska
2023-05-04
Fix issue with out-of-order insts during type promotion when transposing code...
Sai Praveen Bangaru
2023-05-04
Add SLANG_ASSUME and use it in release asserts (#2859)
Ellie Hermaszewska
2023-05-04
Improvements around HLSLToVulkanLayout (#2867)
jsmall-nvidia
2023-05-03
HLSL->Vulkan binding support (#2865)
jsmall-nvidia
2023-05-03
Improve intellisense for attribute arguments. (#2864)
Yong He
2023-05-02
gfx: fix vulkan validation errors. (#2861)
Yong He
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
[next]