• Show log

    Commit

  • Hash : 8babda2c
    Author : Ryan C. Gordon
    Date : 2020-07-16T13:18:19

    egl: SDL_EGL_LoadLibaryOnly() shouldn't set _this->gl_config.driver_loaded = 1
    
    This is handled in in the higher-level SDL_GL_LoadLibrary().
    
    All uses of SDL_EGL_LoadLibrary (which calls the Only version) are just
    target-specific wrappers for their own GL_LoadLibrary hook, with two
    exceptions which now handle driver_loaded correctly (although it's
    questionable if these init-if-no-one-did-it-correctly-already code blocks
    should exist at all, fwiw).
    
    Fixes Bugzilla #5190.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags