OSDN Git Service

egl: Add EGL extension for front buffer auto-refresh mode
authorPablo Ceballos <pceballos@google.com>
Wed, 3 Feb 2016 01:53:18 +0000 (17:53 -0800)
committerPablo Ceballos <pceballos@google.com>
Wed, 10 Feb 2016 01:44:21 +0000 (17:44 -0800)
commit02b05da60a4669df44c9c0747ec262ec1862cf61
tree81b6af0936fa494f80af7d319a9603e6540568bc
parentff95aabbcc6e8606acbd7933c90eeb9b8b382a21
egl: Add EGL extension for front buffer auto-refresh mode

- Add an EGL extension for enabling/disabling auto-refresh mode on
  a surface that's being used for front-buffer rendering.
- Remove the temporary hack that was directly enabling/disabling
  front-buffer rendering from the EGL wrapper. From now on the driver
  will have to implement it.

Bug 24949410

Change-Id: I722577521a37f9892dbadaf504b4551fe37182ed
opengl/include/EGL/eglext.h
opengl/libs/EGL/eglApi.cpp
opengl/specs/EGL_ANDROID_front_buffer_auto_refresh.txt [new file with mode: 0644]
opengl/specs/README