summaryrefslogtreecommitdiff
path: root/tests/language-feature
AgeCommit message (Expand)Author
2025-05-16Enable Windows full debug testsuite in CI (#7085)Gangzheng Tong
2025-05-16Fix correct bindings for bindless resource model [SPIRV and GLSL] (#7131)ArielG-NV
2025-05-16Enforce rule that `export`/`extern` (non cpp) must be `const` (#7113)ArielG-NV
2025-05-16Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He
2025-05-16Fix broken -emit-spirv-via-glsl test option (#7091)sricker-nvidia
2025-05-15Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak
2025-05-12Ensure to emit 32-bit type for bitfield operations for SPIRV (#7046)kaizhangNV
2025-05-10Add debug information for slang inling (#6621)Mukund Keshava
2025-05-09Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)Julius Ikkala
2025-05-09Fixed name mangling of generic extensions (#6671)Ronan
2025-05-06bitcast require the input has same width with result type (#7018)kaizhangNV
2025-04-30Add `IOpaqueDescriptor::descriptorAccess`. (#6967)Yong He
2025-04-30Initial support for immutable lambda expressions. (#6914)Yong He
2025-04-30Add subscript operator support in cuda (#6830)Mukund Keshava
2025-04-26Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan
2025-04-25Update spirv-tools to for SDK v2025.2 (#6893)Gangzheng Tong
2025-04-06Add defer statement (#6619)Julius Ikkala
2025-04-03Fixed generic interface specialization crashes (#6601): (#6688)Ronan
2025-03-25Fix mul operator followed by global scope (#6686)Gangzheng Tong
2025-03-19Fix reinterpret and bitcast and generic arg parsing. (#6627)Yong He
2025-03-12Migrate render-test away from deprecated compile request API (#6514)Anders Leino
2025-03-06Fix a bug in default ctor synthesizing (#6527)kaizhangNV
2025-02-27Make capability diagnostic message more friendly. (#6474)Yong He
2025-02-27Fix overload resolution for `ModuleDeclarationDecl` (#6483)Sai Praveen Bangaru
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-06Support stage_switch. (#6311)Yong He
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-29Fix the type coerce issue (#6215)kaizhangNV
2025-01-29Implement WaveMultiPrefix* for SPIRV and GLSL (#6182)Darren Wihandi
2025-01-29Fix exact-match witness synthesis for static functions (#6204)Darren Wihandi
2025-01-28Fix UIntSet calcSubtract to handle mismatched buffer sizes (#6205)Darren Wihandi
2025-01-28Allow requiring glsl language extensions on structs (#6173)Ellie Hermaszewska
2025-01-17Fix circularity issue when checking multiple generic interface constraints. (...Sai Praveen Bangaru
2025-01-17Add diagnostic for function body followed by a `;`;. (#6122)Yong He
2025-01-17Allow __subscript<T> syntax. (#6124)Yong He
2025-01-17Refactor _Texture to constrain on texel types. (#6115)Yong He
2025-01-17Fix prebound parameter pack - argument list matching logic. (#6111)Yong He
2025-01-17Fix cyclic lookups with UnscopedEnums (#6110)Julius Ikkala
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2025-01-07Use disassemble API from SPIRV-Tools (#6001)Jay Kwak
2024-12-31Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He
2024-12-30Check mismatching method parameter direction against interface declaration. (...Yong He
2024-12-30Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He
2024-12-12Bit extract (#5847)kaizhangNV
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-12-11Fix anyvalue marshalling for matrix and 64 bit types. (#5827)Yong He
2024-12-10Fix a crash when search for files. (#5818)Yong He
2024-12-10Fix parsing logic of for loops' initial statement. (#5813)Yong He
2024-12-09Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He
2024-12-06Implement explciit binding for metal and wgsl. (#5778)Yong He