summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_android.c
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2015-05-11 22:16:52 +0200
committerMarek Olšák <marek.olsak@amd.com>2015-06-05 19:44:33 +0200
commitefda9c56491f5cb90e77f5fe7979477fc9b2b529 (patch)
tree3d53362bbfcc67e389e0c2f9eb2b0c4f0c9cfcf6 /src/egl/drivers/dri2/platform_android.c
parent3a83adeb7c6340104e9417beefc086f7d33183bc (diff)
downloadexternal_mesa3d-efda9c56491f5cb90e77f5fe7979477fc9b2b529.zip
external_mesa3d-efda9c56491f5cb90e77f5fe7979477fc9b2b529.tar.gz
external_mesa3d-efda9c56491f5cb90e77f5fe7979477fc9b2b529.tar.bz2
egl: set the EGL version in common code
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Chad Versace <chad.versace@intel.com>
Diffstat (limited to 'src/egl/drivers/dri2/platform_android.c')
-rw-r--r--src/egl/drivers/dri2/platform_android.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index f482526..fed3073 100644
--- a/src/egl/drivers/dri2/platform_android.c
+++ b/src/egl/drivers/dri2/platform_android.c
@@ -707,10 +707,6 @@ dri2_initialize_android(_EGLDriver *drv, _EGLDisplay *dpy)
dpy->Extensions.ANDROID_image_native_buffer = EGL_TRUE;
dpy->Extensions.KHR_image_base = EGL_TRUE;
- /* we're supporting EGL 1.4 */
- dpy->VersionMajor = 1;
- dpy->VersionMinor = 4;
-
/* Fill vtbl last to prevent accidentally calling virtual function during
* initialization.
*/