I have a embedded system which's GPU is mali T624. I have glmark2 and glmark2-es2, when running glmark2, information shows mesa software render when running glmark2-es2, info shows T624 openGL ES 3.1
My question is, if I have QT demos which need openGL acceleration, how can I know whether Mesa software render or Mali HW render in use? and how can I manually switch in between?
thanks.