Re: [Interest] Dedicated GPU for Qt 5.15.3 QtQuick2

2021-07-01 Thread Andreas Cord-Landwehr
Hi, why this specific example has such peaks on the specific target device is super-hard to tell. Often, in my experience, on such embedded devices even small changes can make huge difference in performance (e.g. the used shaders, how memory & textures are managed between CPU and GPU). For

Re: [Interest] Dedicated GPU for Qt 5.15.3 QtQuick2

2021-06-30 Thread Ramakanth Kesireddy
The reason Iam asking this is because I see significant CPU load(80-90% spike for a split second or so) on the below target device with integrated gpu even with Qt Quick2 gallery example application while performing screen transitions Any thoughts/recommendations are appreciated. Best Regards,

Re: [Interest] Dedicated GPU for Qt 5.15.3 QtQuick2

2021-06-30 Thread Ramakanth Kesireddy
The target device is on embedded Linux with TI AM3358 chipset single core On Wed, 30 Jun, 2021, 21:25 Sérgio Martins, wrote: > On 2021-06-30 14:51, Ramakanth Kesireddy wrote: > > Hi, > > > > Am using Qt 5.15.3 with QtQuick2 and QtQuick2 controls running on > > integrated GPU. > > > > Is there

Re: [Interest] Dedicated GPU for Qt 5.15.3 QtQuick2

2021-06-30 Thread Sérgio Martins via Interest
On 2021-06-30 14:51, Ramakanth Kesireddy wrote: Hi, Am using Qt 5.15.3 with QtQuick2 and QtQuick2 controls running on integrated GPU. Is there any specific recommendation on hardware from Qt to have dedicated GPU though am aware that it needs to support OpenGL Es2 or higher and 60fps? Hi,