summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)Author
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
2024-06-07Metal compute tests (#4292)skallweitNV
2024-06-01Prevent hoisting of non-hoistable instructions in non-function values with ...Ellie Hermaszewska
2024-05-24If no sample is set with a `Texture(.*)MS[]` operation, set sample to 0. (#4225)ArielG-NV
2024-05-15Add diagnostic to prevent defining unsized variables. (#4168)Yong He
2024-05-14Slang: Support UTF-8 with Byte Order Markers (#4135)cheneym2
2024-05-08Fix NonUniformResourceIndex legalization for SPIRV. (#4133)Yong He
2024-05-07Make sure pointer local vars have `AliasedPointer` decoration. (#4132)Yong He
2024-05-01Fix compile failures when using debug symbol. (#4069)Yong He
2024-04-28Add variable pointers to render-test-vk and a related failing test-case (#4041)ArielG-NV
2024-04-26WIP: Force Inline If RefType (#4005)ArielG-NV
2024-04-25Fix unpackUnorm4x8 and unpackSnorm4x8 (#4033)Jay Kwak
2024-04-25Keep const-ness in generic functions (#4028)Jay Kwak
2024-04-24Avoid DXC warnings for missing bitwise op parantheses (#4004)Jay Kwak
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-19Support arithmetics on generic arguments (#3968)Jay Kwak
2024-04-17commit to partially fix #3931 (#3972)ArielG-NV
2024-04-12Fix IR lowering bug of do-while loops. (#3941)Yong He
2024-03-27Fix incorrect SPV stride for unsized array (#3837)kaizhangNV
2024-03-27Allow var/param names to be the same as type name. (#3850)Yong He
2024-03-27Fix lookup to prevent finding `typedef` itself. (#3848)Yong He
2024-03-26Support mutable existential parameters. (#3836)Yong He
2024-03-26Fix the sign-extending issue in right shift (#3820)kaizhangNV
2024-03-23Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)Yong He
2024-03-21Diagnose cyclic references in inheritance graph. (#3811)Yong He
2024-03-20Fix namespace parsing. (#3803)Yong He
2024-03-20Change representation of float literal in language translation (#3798)kaizhangNV
2024-03-19Fix type checking for constructors in generic interfaces. (#3799)Yong He
2024-03-19Fix regression on pointer address space handling. (#3797)Yong He
2024-03-18Check cyclic types after specialization. (#3791)Yong He
2024-03-18Check for cylic types. (#3790)Yong He
2024-03-18Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)Yong He
2024-03-10Fix crash when trying to constant fold non-existent call. (#3728)Yong He
2024-02-28Allow non-static const to be considered compile-time constant. (#3645)Yong He
2024-02-21Fix parsing of literals in stdlib. (#3610)Yong He