summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics
Commit message (Expand)AuthorAge
...
* Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi2025-04-21
* Fix matrix division by scalar for Metal and WGSL targets (#6752)Darren Wihandi2025-04-14
* Add a more specific diagnostic message when passing concrete value to interfa...Julius Ikkala2025-04-11
* Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)2025-04-07
* Emit errors for missing returns on unsupported targets (#6633)Darren Wihandi2025-03-21
* Add mesh shader output topology checks (#6592)Darren Wihandi2025-03-13
* Allow partial specialization of existential arguments. (#6487)Yong He2025-02-28
* Make capability diagnostic message more friendly. (#6474)Yong He2025-02-27
* Allow `.member` syntax on vector and scalars. (#6424)Yong He2025-02-27
* Clone name hint decoration when emiting Undefined (#6415)Jay Kwak2025-02-24
* Legalize array size of SV_TessFactor and SV_InsideTessFactor (#6409)Jay Kwak2025-02-24
* Fix zero size array handling in slangc (#6399)Mukund Keshava2025-02-19
* Add new zero size array test. (#6379)Mukund Keshava2025-02-18
* Disallow only resources in constant buffers in parameterblocks on metal (#6342)Ellie Hermaszewska2025-02-13
* Fix crash when handling uninitialized resource type (#6338)kaizhangNV2025-02-12
* Add checking for differentiability of the primal substitute function. (#6277)Sai Praveen Bangaru2025-02-11
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Fix warning about push constants, shaderRecordEXT (#6269)cheneym22025-02-04
* Fix combined sampler documentation and warning (#6207)cheneym22025-01-29
* Add bgra8 format (#6163)Darren Wihandi2025-01-24
* improve error message on generic value decls (#6169)Darren Wihandi2025-01-24
* Fix incorrect resolve of specialization instance (#6162)Jay Kwak2025-01-23
* Refactor _Texture to constrain on texel types. (#6115)Yong He2025-01-17
* Inline global constants that contains opaque handles for legalization. (#6098)Yong He2025-01-15
* Fix #5354, change diagnostic definition error message and expect output in te...wij2025-01-14
* Fix potential test failures due to SPIRV validation failure (#6047)Jay Kwak2025-01-10
* Use disassemble API from SPIRV-Tools (#6001)Jay Kwak2025-01-07
* Check for undefined %id in spirv_asm block. (#5966)Yong He2024-12-30
* Check mismatching method parameter direction against interface declaration. (...Yong He2024-12-30
* Check decl nesting for namespaces. (#5910)Yong He2024-12-18
* Add verification logic on push and specialization constants. (#5887)Yong He2024-12-17
* Enable exprs for GLSL binding layout qualifiers (#5807)Darren2024-12-10
* Report error on nested functions. (#5792)Yong He2024-12-09
* Fix crash on recursive types. (#5796)Yong He2024-12-09
* Conform non-suffixed integer literals (#5717)Darren Wihandi2024-12-03
* [AD] Add support for resolving custom derivatives where generic parameters ca...Sai Praveen Bangaru2024-11-22
* Change how DeclRef::toText works (#5592)Sai Praveen Bangaru2024-11-20
* Constant-fold for the type-casting in switch-case labels (#5436)Jay Kwak2024-10-30
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Properly check switch case. (#5341)Yong He2024-10-20
* Add diagnostic to verify the left hand side of a generic constraint. (#5112)Yong He2024-09-19
* Lower the priority of looking up the rank of scope (#5065)kaizhangNV2024-09-18
* Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He2024-09-18
* Add load paths to return value check (#5042)venkataram-nv2024-09-09
* Support entrypoints defined in a namespace. (#5011)Yong He2024-09-05
* Fix extension override behavior, and disallow extension on interface types. (...Yong He2024-09-04
* Ignoring construct field warnings on delegatory methods (#4911)venkataram-nv2024-08-28
* Include inout cast operation as an aliasing instruction (#4859)venkataram-nv2024-08-16
* Do not zero-initialize groupshared and rayquery variables (#4838)ArielG-NV2024-08-14
* Warn when inout parameter is never written (#4777)venkataram-nv2024-08-12