summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2025-01-17Allow __subscript<T> syntax. (#6124)Yong He
2025-01-17Refactor _Texture to constrain on texel types. (#6115)Yong He
2025-01-17Fix interface requirement lowering for generic accessors (#6123)Sai Praveen Bangaru
2025-01-17Fix nullptr in generic specialization (#6066)Julius Ikkala
2025-01-17hoist entry point params for wgsl (#6116)Darren Wihandi
2025-01-17Fix `-capability` arg in SPIRV debug command line output. (#6114)Yong He
2025-01-17Fix prebound parameter pack - argument list matching logic. (#6111)Yong He
2025-01-16Move global variable initialization into entry points for WGSL (#6106)Anders Leino
2025-01-17Fix resource specialization issue where store insts from inlined calls are no...Sai Praveen Bangaru
2025-01-17Fix cyclic lookups with UnscopedEnums (#6110)Julius Ikkala
2025-01-16C-like emitter: Add parenthesis when combining relational and bitwise… (#6070)Anders Leino
2025-01-16Implement Packed Dot Product intrinsics (#6068)Darren Wihandi
2025-01-16support SV_ViewIndex for Metal (#6103)Darren Wihandi
2025-01-15Fix argument buffer tier2 layout computation. (#6101)Yong He
2025-01-15Inline global constants that contains opaque handles for legalization. (#6098)Yong He
2025-01-15Emit errors when seeing a matrix with row/col count of 1 (#6044)Anders Leino
2025-01-15Implement AnyValue marshalling for 8-bit integers (#6059)Julius Ikkala
2025-01-15Reuse code for Metal and WGSL entry point legalization (#6063)Darren Wihandi
2025-01-15Fix optix varying legalization. (#6089)Yong He
2025-01-14Fix issue with specialization using arithmetic expressions (#6084)Sai Praveen Bangaru
2025-01-14Fix documentation on DescriptorHandle. (#6062)Yong He
2025-01-14Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala
2025-01-14Fix #5354, change diagnostic definition error message and expect output in te...wij
2025-01-14update slang-rhi + fix nvrtc options (#6080)Simon Kallweit
2025-01-14Fix simplify if-else (#6077)cheneym2
2025-01-13Don't initialize temp var for out parameters. (#6076)Sai Praveen Bangaru
2025-01-13Find OptiX headers (#6071)Simon Kallweit
2025-01-10Fix CUDA reflection for acceleration structure handle size. (#6055)Yong He
2025-01-10Fix `markNonContextParamsAsSideEffectFree`. (#6054)Yong He
2025-01-10Add overload for select to handle Optional<T> (#6022)mTvare
2025-01-10WGSL: Convert signed vector shift amounts to unsigned (#6023)Anders Leino
2025-01-10Fix Metal type layout reflection for nested parameter blocks. (#6042)Yong He
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2025-01-10Add exhaustive associativity test for WGSL (#6056)Anders Leino
2025-01-09Add CalculateLevelOfDetail* overloads for comparison samplers (#6018)Darren Wihandi
2025-01-09Support a storage class, NodePayloadAMDX, for SPIRV work-graphs (#6052)Jay Kwak
2025-01-10Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala
2025-01-09[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru
2025-01-08Pass compiler specific args to GCC and Visual Studio too (#6019)Julius Ikkala
2025-01-08Add parentheses to make precedence explicit (#6030)Anders Leino
2025-01-08Add SampleCmpLevel intrinsics (#6004)Darren Wihandi
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2025-01-07 Check whether array element is fully specialized (#6000)kaizhangNV
2025-01-07Use disassemble API from SPIRV-Tools (#6001)Jay Kwak
2025-01-06Add support for textureLod with sampler2DArrayShadow (#6009)Julius Ikkala
2025-01-05Fix GLSL mix(T,T,bool) SPIR-V output (#6006)Julius Ikkala
2025-01-04Make 'shared' keyword map to 'groupshared' in GLSL mode (#6003)Julius Ikkala
2025-01-03Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He
2025-01-03Fix parameter location reflection for pure data paramblocks. (#5956)Yong He
2025-01-02Correct IR generation for no-diff pointer type (#5976)kaizhangNV