summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)Author
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
2024-06-25Support atomic intrinsics for Metal (#4473)Jay Kwak
2024-06-24Add case to `emitVectorReshape` for when using a `vector<M, N>` type with `T`...ArielG-NV
2024-06-20Disambiguate int type matrix multiply (#4425)Jay Kwak
2024-06-13Implement for metal `SV_GroupIndex` (#4385)ArielG-NV
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-13SPIR-V `SV_InstanceId` support in pixel shader (#4368)ArielG-NV
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-12Fix incorrect drop of decoration when translating glsl global var to entrypoi...Yong He
2024-06-12Fix crash on invalid entrypoint varying parameter. (#4349)Yong He
2024-06-11Fix crash when using optional type in a generic. (#4341)Yong He
2024-06-10Address glslang ordering requirments for 'derivative_group_*NV' (#4323)ArielG-NV
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-08SPIRV `Block` decoration fixes. (#4303)Yong He