I have a QML application (QT 5.9) that runs on an embedded Linux system using Mali-400 MP. I have some rendering issue with shapes and controls that has a radius different then 0 (round corner). Some controls are not displayed while others take a really weird shape. The problem seems to be located in OpenGL ES 2.0 since everything is working fine when the QT application is set in software context mode. Weird thing: when the multi-sampling (QSurfaceFormat::setSamples(1)) is activated, all components are correctly rendered. Has anyone ever seen a similar problem and known how to solve it?
This sounds more like a Qt problem than a Mali problem, so I don't think we are going to be able to help unless you think there is a Mali rendering issue here.
Cheers, Pete