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

Intercept GL_VERSION string request in Evas GL #289

Merged
merged 2 commits into from
May 24, 2022

Commits on May 23, 2022

  1. Intercept GL_VERSION string request in Evas GL

    * Evas GL's glGetString doesn't handle GL_VERSION string request.
      So it intercepts this request and always returns the 2.1 version string.
    * Downgrade the version of tizen_evas_gl_helper.h to Evas_GL_GLES2.
    
    Signed-off-by: Boram Bae <boram21.bae@samsung.com>
    bbrto21 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    834c2e1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Fix a typo

    Signed-off-by: Boram Bae <boram21.bae@samsung.com>
    bbrto21 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ae4a810 View commit details
    Browse the repository at this point in the history