summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)Author
2025-02-18Add warning for ignored binding attributes on uniforms (#6373)Mukund Keshava
2025-02-12Allow LHS of `where` to be any type. (#6333)Yong He
2025-02-05Use two-stage parsing to disambiguate generic app and comparison. (#6281)Yong He
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-29Update SPIRV submodules and fix tests (#6222)Jay Kwak
2025-01-28Delete invalid ASSERT in `isTypeOperandEqual`. (#6196)Yong He
2025-01-15Inline global constants that contains opaque handles for legalization. (#6098)Yong He
2025-01-14Fix simplify if-else (#6077)cheneym2
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2025-01-07 Check whether array element is fully specialized (#6000)kaizhangNV
2024-12-11Fix the logic to determine whether lower generic pass should run. (#5837)Yong He
2024-12-10Enable exprs for GLSL binding layout qualifiers (#5807)Darren
2024-12-10Create scope for synthesized property decl. (#5817)Yong He
2024-12-10Don't emit a warning when implicit casting from known in-range int lit to hal...Yong He
2024-12-09Allow pointers to existential values. (#5793)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
2024-12-04WGPU: Add new test and explanation for disabled test (#5731)Anders Leino
2024-11-22Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)Yong He
2024-11-21Add datalayout for constant buffers. (#5608)Yong He
2024-11-21Refresh of disabled WGPU tests (#5614)Anders Leino
2024-11-20Fix WGPU test by provding TEST_INPUT for outputBuffer (#5611)Anders Leino
2024-11-08Require GL_EXT_samplerless_texture_functions only if needed (#5527)cheneym2
2024-11-07Fix user-attribute-lookup wgpu crash (#5510)cheneym2
2024-11-07Enable a bunch of WGPU tests (#5513)Anders Leino
2024-11-06Fix IntVal unification logic to insert type casts + buffer element lowering r...Yong He
2024-11-06Fix WGSL parameter block binding. (#5500)Yong He
2024-11-06Make various parameters and return types require specialization when targetin...Anders Leino
2024-11-05Fix issue of infinity float literal (#5489)kaizhangNV
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-10-30Constant-fold for the type-casting in switch-case labels (#5436)Jay Kwak
2024-10-29Use Offset instead of ConstOffset for GLSL function textureGatherOffset (#5426)Jay Kwak
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-20Properly check switch case. (#5341)Yong He
2024-10-19Remove use of Variable Pointer capability. (#5352)Yong He
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-10-15Fix type checking on generic extensions. (#5316)Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-09Fix spirv lowering logic around pointer to unsized array. (#5243)Yong He
2024-10-08Look through attributes and rates when determining by reference initializatio...Ellie Hermaszewska
2024-09-27Fix bug in `translateGlslGlobalVar()`. (#5181)Yong He
2024-09-27Fix l-value computation for subscript call. (#5177)Yong He
2024-09-18Lower the priority of looking up the rank of scope (#5065)kaizhangNV
2024-09-11Fix the issue in resolving the overload functions (#5060)kaizhangNV
2024-09-09Fix generic IInteger `mod` implementation. (#5037)Yong He
2024-09-05Fix SPIRV SV_TessFactor type adaptation logic. (#5010)Yong He
2024-09-05Support `where` clause and type equality constraint. (#4986)Yong He
2024-09-04Open existential on arguments after overload resolution. (#4982)Yong He
2024-08-30Draft: integrate slang-rhi (#4970)Simon Kallweit
2024-08-30Fix redundant decorations in IRParam (#4964)Jay Kwak