Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platform/egl: Fix EGL texture implementation #47

Merged
merged 1 commit into from Dec 22, 2015
Merged

platform/egl: Fix EGL texture implementation #47

merged 1 commit into from Dec 22, 2015

Commits on Dec 22, 2015

  1. platform/egl: Fix EGL texture implementation

    The EGL test failures where provoked by two things:
     * GLES 2.0 deprecates `gl::TEXTURE_2D` as a valid parameter to
       `gl::enable`, which was provoking an unexpected INVALID_ENUM error.
     * GLES 2.0 doesn't have `glGetTexImage`, so to test that writing to a
       texture actually works we have to bind it to another FBO. We do it on
       the sharing test.
    
    Also, added a no-op feature to easily run egl tests on linux.
    emilio committed Dec 22, 2015
You can’t perform that action at this time.