summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-22Allow multiple attributes to not require separating comma (#2939)jsmall-nvidia
2023-06-22[branch] and [flatten] support (#2928)jsmall-nvidia
2023-06-21Avoid materializing multiple swizzle gradients (#2923)Sai Praveen Bangaru
2023-06-20Fix for generic with scope issue (#2925)jsmall-nvidia
2023-06-13Fixes for Shader Execution Reordering on VK (#2929)Theresa Foley
2023-06-12Update shader-execution-reordering.mdjsmall-nvidia
2023-06-09Small improvements around StringBlob (#2924)jsmall-nvidia
2023-06-08Improvements around StringBlob (#2921)jsmall-nvidia
2023-06-08Attempt to fix doc generation issue (#2922)jsmall-nvidia
2023-06-07Update to DXC binaries 2023_03_01 (#2920)jsmall-nvidia
2023-06-07AD: Fix out-of-scope indexing rules for insts in loop header blocks during th...Sai Praveen Bangaru
2023-06-06Fix some issues with stdlib intrinsics docs (#2919)jsmall-nvidia
2023-06-06Preliminary doc around stdlib mechanisms (#2917)jsmall-nvidia
2023-06-02Fix generic param inference through TypeCastIntVal. (#2916)Yong He
2023-06-01Be lenient on same-size unsigend->signed conversion. (#2913)Yong He
2023-05-31Fix def-use legalization in CFG normalization. (#2909)Yong He
2023-05-31Preserve type cast during AST constant folding. (#2912)Yong He
2023-05-31Fix div-by-zero error during sccp. (#2911)Yong He
2023-05-31Confirm reflection output is valid JSON (#2910)jsmall-nvidia
2023-05-31Small improvements in reflection tool (#2908)jsmall-nvidia
2023-05-30Fix type checking & loop value hoisting (#2907)Yong He
2023-05-30Fix derivative signature bug in checkDerivativeAttribute. (#2905)Yong He
2023-05-30Disallow duplicate enumerator names in the same enum (#2904)Ellie Hermaszewska
2023-05-26Fix bug in legalizeFuncType that leads to invalid IR. (#2902)Yong He
2023-05-23Add API for querying total compile time. (#2898)Yong He
2023-05-23fixed incorrect handling of D3D12_RENDER_TARGET_VIEW_DESC.ViewDimensi… (#2897)kopaka1822
2023-05-22Update README.mdYong He
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-05-19added D32_S8 format (#2885)kopaka1822
2023-05-18Add transpose logic for scalar swizzle (#2888)Yong He
2023-05-16Make `GetSequentialID` a hoistable inst. (#2887)Yong He
2023-05-14Add [Differentiable(n)] syntax to specify max order. (#2883)Yong He
2023-05-12Add finalized keywords for autodiff. (#2882)Yong He
2023-05-12Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-05-11fixed shader resource views for multisample textures (#2880)kopaka1822
2023-05-10Fix intellisense and autodiff crashes. (#2879)Yong He
2023-05-10Add slangc options for reporting downstream compile time. (#2878)Yong He
2023-05-10Generate faster derivative for div by const operations. (#2877)Yong He
2023-05-09Various fixes for autodiff and slangpy. (#2876)Yong He
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-05-07Optimize logic around indexed temporary variables (#2873)Sai Praveen Bangaru
2023-05-06Don't store loop induction values + fix minor issue (#2872)Sai Praveen Bangaru
2023-05-05Fix checkpoint hints for higher-order autodiff (#2869)Sai Praveen Bangaru
2023-05-05Squash a couple of warnings on clang (#2870)Ellie Hermaszewska
2023-05-04Update user-guide. (#2868)Yong He
2023-05-04Fix issue with out-of-order insts during type promotion when transposing code...Sai Praveen Bangaru
2023-05-04Add SLANG_ASSUME and use it in release asserts (#2859)Ellie Hermaszewska
2023-05-04Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia
2023-05-04Update 03-convenience-features.mdYong He