diff options
author | Chia-I Wu <olv@lunarg.com> | 2011-12-20 16:19:08 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2011-12-20 16:20:17 +0800 |
commit | ed1ff2acec2cdfe3eace9f4caa6cfe5e0f175534 (patch) | |
tree | a5543b1fd02fd3438ceaf5659e4bee21a9754aff /include/EGL | |
parent | b7acfe7755a316910f883aeb05d834e1f3f7bd93 (diff) |
egl: remove EGL_ANDROID_swap_rectangle
We never support this unofficial extension, and it has been removed from
Android recently. There is no point in keeping it.
Diffstat (limited to 'include/EGL')
-rw-r--r-- | include/EGL/eglmesaext.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h index 53576bacfe..52dd5b108f 100644 --- a/include/EGL/eglmesaext.h +++ b/include/EGL/eglmesaext.h @@ -143,14 +143,6 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EG #define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */ #endif -#ifndef EGL_ANDROID_swap_rectangle -#define EGL_ANDROID_swap_rectangle 1 -#ifdef EGL_EGLEXT_PROTOTYPES -EGLAPI EGLBoolean EGLAPIENTRY eglSetSwapRectangleANDROID (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height); -#endif /* EGL_EGLEXT_PROTOTYPES */ -typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSWAPRECTANGLEANDROIDPROC) (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height); -#endif - #ifdef __cplusplus } #endif |