• 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

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)