summaryrefslogtreecommitdiffstats
path: root/tests/language-feature
Commit message (Expand)AuthorAge
* 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
* Fix anyvalue marshalling for matrix and 64 bit types. (#5827)Yong He2024-12-11
* Fix a crash when search for files. (#5818)Yong He2024-12-10
* Fix parsing logic of for loops' initial statement. (#5813)Yong He2024-12-10
* Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He2024-12-09
* Implement explciit binding for metal and wgsl. (#5778)Yong He2024-12-06
* wgsl: signedness mismatch fixes (#5692)Anders Leino2024-11-28
* wgsl: Conditionally enable some tests based on 'half' support (#5694)Anders Leino2024-11-28
* WGSL: Fix issue where swizzle L-values are generated (#5682)Anders Leino2024-11-26
* Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)Yong He2024-11-22
* Refresh of disabled WGPU tests (#5614)Anders Leino2024-11-21
* Enable a bunch of WGPU tests (#5513)Anders Leino2024-11-07
* Fix IntVal unification logic to insert type casts + buffer element lowering r...Yong He2024-11-06
* Fix WGSL parameter block binding. (#5500)Yong He2024-11-06
* Various WGSL fixes. (#5490)Yong He2024-11-04
* Allow enum cases to be used in attribute arguments. (#5478)Yong He2024-11-02
* Revert uint<->int implicit cast cost to prefer promotion to unsigned. (#5480)Yong He2024-11-02
* Enable a few more WGPU tests (#5476)Anders Leino2024-11-01
* Add implicit cast for generic vector types. (#5413)Yong He2024-10-27
* Properly check switch case. (#5341)Yong He2024-10-20
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
* Support constant folding for static array access. (#5248)Yong He2024-10-09
* Fix crash when compiling associatedtypes with generic interface constraints. ...Yong He2024-10-01
* Fix handling of pointer logic in wgsl backend. (#5129)Yong He2024-09-20