summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAge
* Support stage_switch. (#6311)Yong He2025-02-06
* Don't overwrite existing module decl scopes when parsing new source files (#6...Anders Leino2025-02-06
* Allow tuples to work with initializer list. (#6301)Yong He2025-02-05
* maxtessfactor attribute should take a floating point value (#6289)Jay Kwak2025-02-05
* Fix DCE for calls to functions that have associations (#6272)Sai Praveen Bangaru2025-02-05
* Use two-stage parsing to disambiguate generic app and comparison. (#6281)Yong He2025-02-05
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Fix autodiff issue for vector<T, N> (#6275)kaizhangNV2025-02-05
* Fix non-square matrix derivatives (#6282)Sai Praveen Bangaru2025-02-04
* Fix warning about push constants, shaderRecordEXT (#6269)cheneym22025-02-04
* Auto enable `-fvk-use-entrypoint-name` when there is more than one entrypoint...Yong He2025-02-03
* Add support for WGSL subgroup operations (#6213)Darren Wihandi2025-02-02
* Fix build issue when SLANG_EMBED_CORE_MODULE is OFF. (#6243)Yong He2025-01-31
* Respect per-target debug options (#6193)Anders Leino2025-01-31
* Distribute slang-glsl-module.bin in release packages. (#6233)Yong He2025-01-31
* [Docs] Auto-diff documentation overhaul (#6202)Sai Praveen Bangaru2025-01-30
* Declare `VariablePointers` capability when needed. (#6231)Yong He2025-01-30
* Add coop-vec insts to non-differentiable insts list (#6227)Sai Praveen Bangaru2025-01-30
* Support cooperative vector (#6223)Jay Kwak2025-01-30
* Fix ConstantIntVal::toText when the val is a enum. (#6224)Yong He2025-01-29
* Update SPIRV submodules and fix tests (#6222)Jay Kwak2025-01-29
* Fix combined sampler documentation and warning (#6207)cheneym22025-01-29
* Fix the type coerce issue (#6215)kaizhangNV2025-01-29
* Fix loophole in hoisting where an `OpVar`'s uses might not be properly regist...Sai Praveen Bangaru2025-01-29
* Implement WaveMultiPrefix* for SPIRV and GLSL (#6182)Darren Wihandi2025-01-29
* Fix exact-match witness synthesis for static functions (#6204)Darren Wihandi2025-01-29
* Fix UIntSet calcSubtract to handle mismatched buffer sizes (#6205)Darren Wihandi2025-01-28
* Allow requiring glsl language extensions on structs (#6173)Ellie Hermaszewska2025-01-28
* Delete invalid ASSERT in `isTypeOperandEqual`. (#6196)Yong He2025-01-28
* Fix geometry shader related modifier lowering. (#6197)Yong He2025-01-28
* Add a unit test to cover type-conformance compilation API. (#6178)Yong He2025-01-28
* Properly plumbing layout for global varyings. (#6198)Yong He2025-01-27
* Fix an incorrect iteration with a workList (#6177)Jay Kwak2025-01-27
* Fix depth texture sampling on Metal. (#6168)Yong He2025-01-24
* Add intptr_t abs/min/max operations for CPU & CUDA targets (#6160)Julius Ikkala2025-01-24
* Add bgra8 format (#6163)Darren Wihandi2025-01-24
* improve error message on generic value decls (#6169)Darren Wihandi2025-01-24
* Fix static build and install (#6158)Dario Mylonopoulos2025-01-24
* Fix incorrect resolve of specialization instance (#6162)Jay Kwak2025-01-23
* Cache and reuse glsl module. (#6152)Yong He2025-01-22
* Add validation for destination of atomic operations (#6093)Anders Leino2025-01-22
* Use SPIRV integer vector dot product instructions (#6141)Darren Wihandi2025-01-22
* Remove unnecessary parameters from Metal entry point signature (#6131)Darren Wihandi2025-01-22
* Catch all exceptions from loadModule* and link API calls. (#6143)Anders Leino2025-01-22
* Fix bug: IgnoreInheritance in lookup (#6146)kaizhangNV2025-01-21
* Fix gcc downstream compiler optimization level corresponding to OptimizationL...spking112025-01-21
* Generate IDs for every witness table (#6129)Julius Ikkala2025-01-21
* Fix def-use issue from multi-level break elimination (#6134)Sai Praveen Bangaru2025-01-20
* Fix upper 32 bits of 64-bit AnyValue packing (#6127)Julius Ikkala2025-01-18
* Make -depfile work for binary modules output too (#6126)Julius Ikkala2025-01-17