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

gl: Rewrite Debug Output #8217

Merged
merged 4 commits into from
May 16, 2020
Merged

gl: Rewrite Debug Output #8217

merged 4 commits into from
May 16, 2020

Commits on May 15, 2020

  1. gl: Rewrite Debug Output

    Remove Windows restriction, enable Debug Output for every supported OS
    Filter our severity by Khronos severity
    Handle and log source and type enums
    AniLeo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    ddfee97 View commit details
    Browse the repository at this point in the history
  2. glext.h: update from 20180114 to 20200423

    Include newly added khrplatform.h as well
    AniLeo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d9d66fb View commit details
    Browse the repository at this point in the history
  3. gl: Avoid issuing glDelete calls with m_id == GL_NONE

    Applies GL_NONE macro usage where it makes sense
    AniLeo committed May 15, 2020
    Configuration menu
    Copy the full SHA
    5250d19 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. gl: Remove older debug code

    KHR_DEBUG path makes this obsolete, usage of this older path has been 
    removed a long time ago
    AniLeo committed May 16, 2020
    Configuration menu
    Copy the full SHA
    ac5b892 View commit details
    Browse the repository at this point in the history