index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-29
Minor tidyings around d3d usage (#2854)
Ellie Hermaszewska
2023-04-28
Fix handling of `[PreferRecompute]`. (#2855)
Sai Praveen Bangaru
2023-04-28
Use Index for FuncType param count (#2853)
Ellie Hermaszewska
2023-04-27
Embed stdlib documentation to AST. (#2851)
Yong He
2023-04-27
Small fixes to autodiff pass. (#2852)
Yong He
2023-04-27
Prevent storing loads of global parameters. (#2850)
Yong He
2023-04-26
Intellisense: show info on decl kind and differentiability. (#2847)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
Fix specialization dictionaries cleanup pass (#2844)
Sai Praveen Bangaru
2023-04-26
Autodiff support for dynamically dispatched generic method. (#2846)
Yong He
2023-04-26
Add support for `kIROp_DefaultConstruct` (#2845)
Sai Praveen Bangaru
2023-04-26
For C-like targets, emit resource declarations before other globals (#2843)
Sai Praveen Bangaru
2023-04-26
Fix type legalization missing child upon recreate. (#2842)
Yong He
2023-04-25
Support recomputing phi params in bwd prop func. (#2841)
Yong He
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Cleanup checkpointing policy impl. (#2837)
Yong He
2023-04-25
Bump glm and stb + small neatenings (#2831)
Ellie Hermaszewska
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-24
Change AD checkpointing policy to recompute more. (#2836)
Yong He
2023-04-24
Fix issue with Obfuscated hash (#2834)
jsmall-nvidia
2023-04-24
Update a1-03-obfuscation.md
jsmall-nvidia
2023-04-23
Add support for `kIROp_MakeExistential` (#2832)
Sai Praveen Bangaru
2023-04-22
Fix corner case with multi-level break elimination (#2828)
Sai Praveen Bangaru
2023-04-21
Add support for `kIROp_FloatCast` (#2824)
Sai Praveen Bangaru
2023-04-21
Refactor checkpointing policy and availability pass. (#2826)
Yong He
2023-04-21
Update a1-03-obfuscation.md
jsmall-nvidia
2023-04-21
Small obfuscation doc improvements (#2825)
jsmall-nvidia
2023-04-21
AD: Various fixes around dynamic dispatch (#2820)
Sai Praveen Bangaru
2023-04-21
Correct vulkan extension name for inline uniforms (#2822)
Ellie Hermaszewska
2023-04-21
Initial obfuscation documentation. (#2819)
jsmall-nvidia
2023-04-21
Add warning for returning without initializing out parameter (#2807)
Ellie Hermaszewska
2023-04-20
Update 04-interfaces-generics.md
Yong He
2023-04-20
Improve SourceMap coverage/testing (#2818)
jsmall-nvidia
2023-04-20
Update a1-01-matrix-layout.md
jsmall-nvidia
2023-04-20
Improvements outputting containers (#2815)
jsmall-nvidia
2023-04-20
Changes for vkd3d proton (#2813)
Ellie Hermaszewska
2023-04-19
Make SourceMap a value type (#2812)
jsmall-nvidia
2023-04-19
Fixed issue with function signatures in higher-order AD (#2814)
Sai Praveen Bangaru
2023-04-18
On demand SourceMap JSON serialization (#2811)
jsmall-nvidia
2023-04-17
Round trip source map (#2810)
jsmall-nvidia
2023-04-17
WIP: "deprecated" attribute (#2698)
Ellie Hermaszewska
2023-04-15
Add render api category to synthesized tests (#2808)
Ellie Hermaszewska
2023-04-14
Bugfix: compiler will run forever to eliminate dead code (#2809)
winmad
2023-04-14
Diagnose on using uninitialized `out` param. (#2803)
Yong He
2023-04-14
Some small fixes with Windows/DX usage (#2797)
Ellie Hermaszewska
2023-04-14
Enable SLANG_ENABLE_DXIL_SUPPORT on non-Windows platforms (#2750)
Ellie Hermaszewska
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-04-13
Fix scalar swizzle write. (#2801)
Yong He
2023-04-13
Add inherit interface test. (#2800)
Yong He
2023-04-13
Set sharedMem argument to 0 when launching cuda kernel. (#2799)
Yong He
[next]