summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)Author
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
2024-08-22Fix a false failure when using the latest SPIR-V (#4904)Jay Kwak
2024-08-18Make sure to resolve overloaded expr for call args. (#4864)Yong He
2024-08-12Emit memory qualifier once for GLSL targets (#4819)ArielG-NV
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2024-08-01Allow implicit 'uniform' entrypoint parameters. (#4765)Yong He
2024-07-30Move SPIRV global variables into a context variable (#4741)ArielG-NV
2024-07-30Set `nullptr` to the default value of the target VarDeclBase (#4757)ArielG-NV
2024-07-25Disallow multi-dim vector subscript in slang IR (#4277)Sriram Murali
2024-07-25Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)Yong He
2024-07-24Support 1-dimensional matrix for HLSL (#4728)Jay Kwak