replicant-frameworks_native/opengl/libs/EGL
Alistair Strachan 89301eaf21 Fix EGL shim extension injection for GL ES 3 drivers.
The Android EGL shim injects GL_EXT_debug_marker into the ES driver
EXTENSIONS string for the OpenGL ES 1.x and 2.0/3.0/3.1 drivers if
the extension is not already provided. This feature is used by
GLES_trace.

In Open GL ES 3.0 it became possible to query an indexed version of
the EXTENSIONS string via GetStringi(). NUM_EXTENSIONS Gets were
also added to the specification (taken from Open GL).

If the shim does not have to inject the extension, then there is no
problem, as glGetString() and glGetStringi() / NUM_EXTENSIONS will
be consistent. However, if the Android EGL shim injects the
extension, NUM_EXTENSIONS and GetStringi() will report one less
extension than is really available.

Consistency between these methods is tested by the dEQP framework
with the dEQP-GLES3.functional.state_query.string.extensions test.
If the driver does not provide GL_EXT_debug_marker, this test
fails.

This change wraps all of the affected entry points so that the
wrapped driver extensions are never visible directly to dEQP,
eliminating the inconsistency.
2015-05-28 15:34:31 -07:00
..
Loader.cpp Expose core EGL entry points to eglGetProcAddress 2014-03-27 17:28:40 -06:00
Loader.h change how the userspace GLES drivers are named 2013-04-26 23:49:01 +02:00
egl.cpp Fix EGL shim extension injection for GL ES 3 drivers. 2015-05-28 15:34:31 -07:00
eglApi.cpp Merge "Modify EGL to disconnect the window when the surface gets destroyed." into mnc-dev 2015-05-14 16:39:28 +00:00
egl_cache.cpp Make Flattenable not virtual 2013-07-30 21:19:13 -07:00
egl_cache.h EGL: add the ANDROID suffix to the blob cache ext 2011-11-11 13:17:03 -08:00
egl_display.cpp Remove lock around ref count check in terminate. 2015-01-28 11:54:15 -08:00
egl_display.h am d6fce7ab: Merge "Remove lock around ref count check in terminate." into lmp-mr1-dev 2015-01-28 22:38:42 +00:00
egl_entries.in libEGL: Add wrappers for partial update functions 2015-04-15 13:02:27 -07:00
egl_object.cpp Fix EGL shim extension injection for GL ES 3 drivers. 2015-05-28 15:34:31 -07:00
egl_object.h Fix EGL shim extension injection for GL ES 3 drivers. 2015-05-28 15:34:31 -07:00
egl_tls.cpp free EGL resources associated to a thread when it terminates 2013-05-30 16:07:36 -07:00
egl_tls.h free EGL resources associated to a thread when it terminates 2013-05-30 16:07:36 -07:00
egldefs.h Expose core EGL entry points to eglGetProcAddress 2014-03-27 17:28:40 -06:00
getProcAddress.cpp [MIPS] Fix mips32r1 build 2015-02-02 16:54:15 -08:00
trace.cpp Remove vestigial remnants of GLES2_dbg 2014-05-17 19:32:32 -07:00