Dear all,
I want to measure the performance of GPU with and without smart compositor .
However I have difficulties in how to implement smart compositor.
I searched examples in mali SDK but there's no example case found.
Is there anyone who has successfully implemented smart composition in opengl es program?
Is there any other references?
Hi Venkatdoss,
ARM Mali Smart Composition works without developer interaction if the OS supports it. Otherwise, if you want to use it through an OpenGL ES program you can have a look at these EGL extensions EGL_KHR_partial_update and EGL_EXT_swap_buffers_with_damage.
Regards,
Daniele