Revert "wegl: add EGL image create/destroy"
commitec82cba5a3efa129712a13bb88af476acbfee3be
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 21 Jul 2016 10:56:07 +0000 (21 11:56 +0100)
committerChad Versace <chadversary@chromium.org>
Tue, 11 Oct 2016 17:20:00 +0000 (11 10:20 -0700)
tree05323bf9b41f9cde26add91a116e6589882a985b
parent64ca7f331038475f41917cba64682eb669493da5
Revert "wegl: add EGL image create/destroy"

This reverts commit 1a8e8ef3b8072fa1135dbe2a04dc6bb9f8e3a12f.

The symbols were added as they are required by the null/surfaceless
platform. Since that one hasn't landed yet, just remove the patch.

Furthermore, using dlsym is non-compatible (according to the spec) since
the symbols are part of an extension. eglGetProcAddress should be used.

Feel free to bring it back, when needed.

Cc: Frank Henigman <fjhenigman@google.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
src/waffle/egl/wegl_platform.c
src/waffle/egl/wegl_platform.h