summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAge
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Fix around texture footprint support for NVAPI. (#3046)jsmall-nvidia2023-08-03
* Disable code motion for expensive insts (call & div) (#3042)Sai Praveen Bangaru2023-08-03
* Fix literals needing cast (#3039)jsmall-nvidia2023-08-01
* Generalize collectInductionValues (#3031)Ellie Hermaszewska2023-08-01
* Fix for #elif evaluation issue (#3038)jsmall-nvidia2023-07-31
* Fix push constant on global variables. (#3034)Yong He2023-07-27
* Fix -fvk-u-shift not applying to global constant buffer. (#3033)Yong He2023-07-27
* Include NonSemanticDebugInfo when calling glslang (#3030)Yong He2023-07-27
* Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru2023-07-26
* Fix scalar swizzle causes invalid glsl output. (#3028)Yong He2023-07-26
* Fix -fvk-u-shift not applying to RWStructuredBuffer on glsl output. (#3027)Yong He2023-07-26
* Add glsl intrinsics for CalculateLevelOfDetail (#3023)Ellie Hermaszewska2023-07-26
* Add GatherCmp* for texture objects (#3024)Ellie Hermaszewska2023-07-26
* Add slang.natjmc. (#3018)Yong He2023-07-25
* Allow parsing more than 10 intrinsic arguments (#3014)Ellie Hermaszewska2023-07-25
* Remove [__readNone] on clip. (#3016)Yong He2023-07-24
* Don't error on disabled warnings when treatWarnAsErr. (#3013)Yong He2023-07-21
* Add support for `-fvk-invert-y`. (#3012)Yong He2023-07-21
* Add sampleCount parameter for read-only textures. (#3011)Yong He2023-07-21
* Fix data-flow analysis not propagating diff property through differentiable c...Sai Praveen Bangaru2023-07-21
* Better handling of bindings with multiple resource kind "aliases" for GLSL em...jsmall-nvidia2023-07-21
* Fix issue with loop elimination not working on certain side-effect-free loops...Sai Praveen Bangaru2023-07-20
* Fix for vk-shift-* GLSL emit issue (#3004)jsmall-nvidia2023-07-20
* Add `sampleCount` parameter for MS textures. (#3001)Yong He2023-07-19
* Support for vk-shift-* without explicit bindings (#3000)jsmall-nvidia2023-07-19
* Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)Yong He2023-07-19
* nsight Aftermath crash example (#2984)jsmall-nvidia2023-07-18
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Fix vk-shift-* mapping issue (#2993)jsmall-nvidia2023-07-14
* Allow setting of HLSLToVulkan options without having a target specified on th...jsmall-nvidia2023-07-14
* Robustness fixes around reverse-mode differentiation of variables & inout par...Sai Praveen Bangaru2023-07-14
* Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He2023-07-12
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* 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
* Fix native string emit for CUDA/Cpp backend. (#2980)Yong He2023-07-12
* Add perf benchmark utility. (#2977)Yong He2023-07-11
* 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
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Do not use member function of incomplete SemanticsVisitor (#2968)Ellie Hermaszewska2023-07-07
* 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
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Squash some warnings (#2956)Ellie Hermaszewska2023-07-05
* Disable l-value coercion for ref types (#2960)jsmall-nvidia2023-07-05