Minimalegl - only redrawing region on a screen
-
Hello everyone,
I have "ST7108":http://qt-project.org/wiki/ST7108 device with EGL and OpenGLESv2 libraries and cross-compiled Qt 5.1.1 with -eglfs and -opengl es2.
I tried to run animatedtiles example app (from widgets/animation) with "-platform eglfs" and got error "Could not create the egl surface: error = 0x3003 ".
So i switched to "-platform minimalegl" and app started correctly, but now i can see only redrawing region on a screen (see "image1":https://dl.dropboxusercontent.com/s/vh0w860csb4xmbp/step1.jpg, "image2":https://dl.dropboxusercontent.com/s/p0qhvx7368rtlet/step2.jpg).Is it correct behavior of Minimalegl?