summaryrefslogtreecommitdiffstats
path: root/tests/language-feature
Commit message (Expand)AuthorAge
...
* Implement MapElement for CoopMat (#7159)Jay Kwak2025-05-29
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Change default descriptor binding to be VkMutable (#7224)ArielG-NV2025-05-28
* Add full support for SPV_NV_shader_subgroup_partitioned (#7103)Darren Wihandi2025-05-25
* Implement throw & catch statements (#6916)Julius Ikkala2025-05-23
* Enable Windows full debug testsuite in CI (#7085)Gangzheng Tong2025-05-16
* Fix correct bindings for bindless resource model [SPIRV and GLSL] (#7131)ArielG-NV2025-05-16
* Enforce rule that `export`/`extern` (non cpp) must be `const` (#7113)ArielG-NV2025-05-16
* Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He2025-05-16
* Fix broken -emit-spirv-via-glsl test option (#7091)sricker-nvidia2025-05-16
* Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak2025-05-15
* Ensure to emit 32-bit type for bitfield operations for SPIRV (#7046)kaizhangNV2025-05-12
* Add debug information for slang inling (#6621)Mukund Keshava2025-05-10
* Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)Julius Ikkala2025-05-09
* Fixed name mangling of generic extensions (#6671)Ronan2025-05-09
* bitcast require the input has same width with result type (#7018)kaizhangNV2025-05-06
* Add `IOpaqueDescriptor::descriptorAccess`. (#6967)Yong He2025-04-30
* Initial support for immutable lambda expressions. (#6914)Yong He2025-04-30
* Add subscript operator support in cuda (#6830)Mukund Keshava2025-04-30
* Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan2025-04-26
* Update spirv-tools to for SDK v2025.2 (#6893)Gangzheng Tong2025-04-25
* Add defer statement (#6619)Julius Ikkala2025-04-06
* Fixed generic interface specialization crashes (#6601): (#6688)Ronan2025-04-03
* Fix mul operator followed by global scope (#6686)Gangzheng Tong2025-03-25
* Fix reinterpret and bitcast and generic arg parsing. (#6627)Yong He2025-03-19
* Migrate render-test away from deprecated compile request API (#6514)Anders Leino2025-03-12
* Fix a bug in default ctor synthesizing (#6527)kaizhangNV2025-03-06
* Make capability diagnostic message more friendly. (#6474)Yong He2025-02-27
* Fix overload resolution for `ModuleDeclarationDecl` (#6483)Sai Praveen Bangaru2025-02-27
* Improve performance when compiling small shaders. (#6396)Yong He2025-02-23
* Support stage_switch. (#6311)Yong He2025-02-06
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Fix the type coerce issue (#6215)kaizhangNV2025-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
* Fix circularity issue when checking multiple generic interface constraints. (...Sai Praveen Bangaru2025-01-17
* Add diagnostic for function body followed by a `;`;. (#6122)Yong He2025-01-17
* Allow __subscript<T> syntax. (#6124)Yong He2025-01-17
* Refactor _Texture to constrain on texel types. (#6115)Yong He2025-01-17
* Fix prebound parameter pack - argument list matching logic. (#6111)Yong He2025-01-17
* Fix cyclic lookups with UnscopedEnums (#6110)Julius Ikkala2025-01-17
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Use disassemble API from SPIRV-Tools (#6001)Jay Kwak2025-01-07
* Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He2024-12-31
* Check mismatching method parameter direction against interface declaration. (...Yong He2024-12-30
* Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He2024-12-30
* Bit extract (#5847)kaizhangNV2024-12-12
* WGSL: Fix issue where global calls are generated (#5768)Anders Leino2024-12-12