[Mesa-dev] [PATCH 07/18] egl: add Android-specific extensions

2011-08-17 Thread Chia-I Wu
Add EGL_ANDROID_image_native_buffer and EGL_ANDROID_swap_rectangle. There is no spec for them though. --- include/EGL/eglext.h | 14 ++ src/egl/main/eglapi.c | 25 + src/egl/main/eglapi.h |8 src/egl/main/egldisplay.h |3 +++

Re: [Mesa-dev] [PATCH 07/18] egl: add Android-specific extensions

2011-08-17 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reviewed-by: Chad Versace c...@chad-versace.us On 08/16/2011 11:28 PM, Chia-I Wu wrote: Add EGL_ANDROID_image_native_buffer and EGL_ANDROID_swap_rectangle. There is no spec for them though. --- include/EGL/eglext.h | 14 ++