Re: [Mesa-dev] [PATCH] egl/android: add a note about .swap_buffers_with_damage

2017-10-16 Thread Eric Engestrom
On Monday, 2017-10-16 16:10:42 +, Emil Velikov wrote: > From: Emil Velikov > > Android implements the API and does the native damage handling itself. > At the same time it > a) does call the vendor's eglSwapBuffersWithDamageKHR > b) does not implement eglSetDamageRegionKHR > > There's some

[Mesa-dev] [PATCH] egl/android: add a note about .swap_buffers_with_damage

2017-10-16 Thread Emil Velikov
From: Emil Velikov Android implements the API and does the native damage handling itself. At the same time it a) does call the vendor's eglSwapBuffersWithDamageKHR b) does not implement eglSetDamageRegionKHR There's something strange happening here. For now simply note about the 'lack' of eglS