summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-21Add support for `-fvk-invert-y`. (#3012)Yong He
2023-07-21Add sampleCount parameter for read-only textures. (#3011)Yong He
2023-07-21Fix data-flow analysis not propagating diff property through differentiable c...Sai Praveen Bangaru
2023-07-21Better handling of bindings with multiple resource kind "aliases" for GLSL em...jsmall-nvidia
2023-07-20Fix issue with loop elimination not working on certain side-effect-free loops...Sai Praveen Bangaru
2023-07-20Fix for vk-shift-* GLSL emit issue (#3004)jsmall-nvidia
2023-07-20Add linux arm64 self-hosted CI. (#3003)Yong He
2023-07-19Limit CPU cores when running MSBuild CI (#3002)Yong He
2023-07-19Add `sampleCount` parameter for MS textures. (#3001)Yong He
2023-07-19Support for vk-shift-* without explicit bindings (#3000)jsmall-nvidia
2023-07-19Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)Yong He
2023-07-18nsight Aftermath crash example (#2984)jsmall-nvidia
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-14Fix vk-shift-* mapping issue (#2993)jsmall-nvidia
2023-07-14Add section on slangpy specialization (#2991)Sai Praveen Bangaru
2023-07-14Avoid implicit casts or device transfers. (#2992)Sai Praveen Bangaru
2023-07-14Allow setting of HLSLToVulkan options without having a target specified on th...jsmall-nvidia
2023-07-14Robustness fixes around reverse-mode differentiation of variables & inout par...Sai Praveen Bangaru
2023-07-14Run spell-check on autodiff and slangpy docs (#2990)Sai Praveen Bangaru
2023-07-12Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-07-12Extend `no_diff` to support subscript operations on resources and array varia...Sai Praveen Bangaru
2023-07-12Fix native string emit for CUDA/Cpp backend. (#2980)Yong He
2023-07-12Update autodiff documentation. (#2979)Yong He
2023-07-11Add perf benchmark utility. (#2977)Yong He
2023-07-10Add support for texture footprint queries (#2970)Theresa Foley
2023-07-10Fix hit object emit for HLSL + FuncType specialization bug fix. (#2976)Yong He
2023-07-10Add glsl intrinsic for SampleCmpLevelZero with offset and correct existing in...Ellie Hermaszewska
2023-07-10Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska
2023-07-08Rename Self-Hosted CI config. (#2972)Yong He
2023-07-07Test self-hosted runner (#2971)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-07Do not use member function of incomplete SemanticsVisitor (#2968)Ellie Hermaszewska
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-07-06Add support for length for scalar floating point types. (#2965)jsmall-nvidia
2023-07-06Work around for NonUniformResourceIndex with non integral types. (#2963)jsmall-nvidia
2023-07-06Assert on some resource creation in render-test-main (#2957)Ellie Hermaszewska
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-07-05Squash some warnings (#2956)Ellie Hermaszewska
2023-07-05Disable l-value coercion for ref types (#2960)jsmall-nvidia
2023-07-05Initial sizeof/alignof implementation. (#2954)jsmall-nvidia
2023-07-03Refactor "meta" decls for stdlib texture types (#2932)Theresa Foley
2023-06-30Non-Recursive CFG DFS. (#2953)Yong He
2023-06-30Fix for operator assignment issue (#2951)jsmall-nvidia
2023-06-29Issue diagnostic for incorrect parameter types & directionality when defining...Sai Praveen Bangaru
2023-06-29Apply SCCP on global scope before unrolling loops. (#2952)Yong He
2023-06-29Small fixes to GLSL-legalize and func-property prop. (#2950)Yong He
2023-06-29Fix handling result codes in D3D12 resource creation calls (#2949)skallweitNV
2023-06-29Warn on semicolon after `if`. (#2948)Yong He