Re: [Mesa-dev] [PATCH 07/18] egl: add Android-specific extensions
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reviewed-by: Chad Versace 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 ++ > src/egl/main/egla
[Mesa-dev] [PATCH 07/18] egl: add Android-specific extensions
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 +++ sr