Hi,
I use a board based on DM3730.
Kernel : 2.6.37
Graphics SDK : 4.06.00.01
Server X : 1.9.0
I patch your example code of bc-cat-0.2.0 in order to display in fullscreen 4 buffers cmem (size 1280x720) with GL extension "GL_IMG_texture_stream2".
My size screen is 1280x720 in RGB24.
In addition, I add glFinish() before eglSwapBuffers() with the attribute FlushBehaviour=2 in file /etc/powervr.ini to completely flush the commands.
When I do not use the rotation, the GL commands take 16 or 17 ms.
But when I use vrfb rotation (90° or 270°), the GL commands take 38 or 39 ms.
Can you explain me this difference?
Regards,
Yoann