summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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-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-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-29Warn on semicolon after `if`. (#2948)Yong He
2023-06-28Fix parameter block loads in GLSL emit. (#2946)Yong He
2023-06-28Add support for vk::image_format attribute (#2945)jsmall-nvidia
2023-06-27Support for infinite literal of from 34.2432#INF (#2944)jsmall-nvidia
2023-06-27Pointer layout support (#2930)jsmall-nvidia
2023-06-26Fix DCE on mutable calls in a loop. (#2943)Yong He
2023-06-26Handling SV_ClipDistance system semantic on GLSL/VK (#2942)jsmall-nvidia
2023-06-26Multiple cast issue fix (#2940)jsmall-nvidia
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-09Small improvements around StringBlob (#2924)jsmall-nvidia
2023-06-08Improvements around StringBlob (#2921)jsmall-nvidia
2023-06-07AD: Fix out-of-scope indexing rules for insts in loop header blocks during th...Sai Praveen Bangaru
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-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-22Source embedding for output (#2889)jsmall-nvidia
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