summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)Author
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
2024-07-24Fix checking of var with matrix layout modifier. (#4737)Yong He
2024-07-23Fix for `ConstantBuffer<T[...]>` causing a segfault (#4705)ArielG-NV
2024-07-23Warn if providing explicit bindings to a object using uniform locations (#4708)ArielG-NV
2024-07-19Fix for invalid swizzle causing crash (#4690)ArielG-NV
2024-07-19Support parameter block in metal shader objects. (#4671)Yong He
2024-07-19Correctly parse multiple escaped newlines (#4672)Ellie Hermaszewska
2024-07-16Fix minimal-optimization flag with texture atomics (#4660)ArielG-NV
2024-07-16Warnings function parameters (#4626)venkataram-nv
2024-07-10Fix the invalid spirv generation for matrix cast (#4588)kaizhangNV
2024-07-10WIP Drop Premake (#3703)Ellie Hermaszewska
2024-07-09Warnings for uninitialized values (#4530)venkataram-nv
2024-07-08Fix the issue in emitFloatCast (#4559)kaizhangNV
2024-07-05Add vector overloads for or and and (#4529)Ellie Hermaszewska
2024-07-05Add specializations for 1 vectors in functions using the $N glsl intrinsic pl...Ellie Hermaszewska
2024-06-28Parse scope for local variable declaration (#4507)Jay Kwak
2024-06-28fix `WorkgroupSize()` compiler failiure (#4505)ArielG-NV
2024-06-27Remove returned-array-legalization pass for metal (#4478)ArielG-NV