egl/android: add a note about .swap_buffers_with_damage
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 16 Oct 2017 16:10:42 +0000 (17:10 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 8 Nov 2017 14:42:12 +0000 (14:42 +0000)
commit61e99ce2673fae989baa59143b48c30f64b6a082
tree4b2be6afbaedba5a9fe3d686a622b32b637dff06
parentc7b65c330fd6ede0c82d3e2f2907e5a3ae864788
egl/android: add a note about .swap_buffers_with_damage

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 eglSwapBuffersWithDamageKHR support.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/egl/drivers/dri2/platform_android.c