This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Rendering issue with Mali-400 MP and QML application

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?