summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAge
* Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He2023-07-12
* Extend `no_diff` to support subscript operations on resources and array varia...Sai Praveen Bangaru2023-07-12
* Add support for texture footprint queries (#2970)Theresa Foley2023-07-10
* Fix hit object emit for HLSL + FuncType specialization bug fix. (#2976)Yong He2023-07-10
* Add glsl intrinsic for SampleCmpLevelZero with offset and correct existing in...Ellie Hermaszewska2023-07-10
* Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska2023-07-10
* Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska2023-07-06
* Add support for length for scalar floating point types. (#2965)jsmall-nvidia2023-07-06
* Work around for NonUniformResourceIndex with non integral types. (#2963)jsmall-nvidia2023-07-06
* Disable l-value coercion for ref types (#2960)jsmall-nvidia2023-07-05
* Initial sizeof/alignof implementation. (#2954)jsmall-nvidia2023-07-05
* Fix for operator assignment issue (#2951)jsmall-nvidia2023-06-30
* Issue diagnostic for incorrect parameter types & directionality when defining...Sai Praveen Bangaru2023-06-29
* Small fixes to GLSL-legalize and func-property prop. (#2950)Yong He2023-06-29
* Warn on semicolon after `if`. (#2948)Yong He2023-06-29
* Fix parameter block loads in GLSL emit. (#2946)Yong He2023-06-28
* Add support for vk::image_format attribute (#2945)jsmall-nvidia2023-06-28
* Support for infinite literal of from 34.2432#INF (#2944)jsmall-nvidia2023-06-27
* Pointer layout support (#2930)jsmall-nvidia2023-06-27
* Fix DCE on mutable calls in a loop. (#2943)Yong He2023-06-26
* Handling SV_ClipDistance system semantic on GLSL/VK (#2942)jsmall-nvidia2023-06-26
* Multiple cast issue fix (#2940)jsmall-nvidia2023-06-26
* Allow multiple attributes to not require separating comma (#2939)jsmall-nvidia2023-06-22
* [branch] and [flatten] support (#2928)jsmall-nvidia2023-06-22
* Fix for generic with scope issue (#2925)jsmall-nvidia2023-06-20
* Fixes for Shader Execution Reordering on VK (#2929)Theresa Foley2023-06-13
* AD: Fix out-of-scope indexing rules for insts in loop header blocks during th...Sai Praveen Bangaru2023-06-07
* Fix generic param inference through TypeCastIntVal. (#2916)Yong He2023-06-02
* Be lenient on same-size unsigend->signed conversion. (#2913)Yong He2023-06-01
* Preserve type cast during AST constant folding. (#2912)Yong He2023-05-31
* Fix div-by-zero error during sccp. (#2911)Yong He2023-05-31
* Confirm reflection output is valid JSON (#2910)jsmall-nvidia2023-05-31
* Fix type checking & loop value hoisting (#2907)Yong He2023-05-30
* Fix derivative signature bug in checkDerivativeAttribute. (#2905)Yong He2023-05-30
* Disallow duplicate enumerator names in the same enum (#2904)Ellie Hermaszewska2023-05-30
* Fix bug in legalizeFuncType that leads to invalid IR. (#2902)Yong He2023-05-26
* Source embedding for output (#2889)jsmall-nvidia2023-05-22
* Add [Differentiable(n)] syntax to specify max order. (#2883)Yong He2023-05-14
* Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska2023-05-12
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Fix function side-effectness prop logic. (#2875)Yong He2023-05-09
* Optimize logic around indexed temporary variables (#2873)Sai Praveen Bangaru2023-05-07
* Don't store loop induction values + fix minor issue (#2872)Sai Praveen Bangaru2023-05-06
* Fix checkpoint hints for higher-order autodiff (#2869)Sai Praveen Bangaru2023-05-05
* Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia2023-05-04
* HLSL->Vulkan binding support (#2865)jsmall-nvidia2023-05-03
* Various dxc/fxc compatibility fixes. (#2863)Yong He2023-05-02
* CommandOptions (#2856)jsmall-nvidia2023-04-29
* SSA Register Allocation improvements. (#2857)Yong He2023-04-28
* Minor tidyings around d3d usage (#2854)Ellie Hermaszewska2023-04-29