• Show log

    Commit

  • Hash : 45a9b5fa
    Author : Sylvain Becker
    Date : 2019-12-21T21:18:02

    Android: fix call of glFinish without context.
    
    Message in the log, when going to background:
    "call to OpenGL ES API with no current context (logged once per thread)"
    
    Because of SDL_WINDOWEVENT_MINIMIZED is sent from the Java Activity thread.
    It calls SDL_RendererEventWatch(), _WindowEvent() and glFinish() without context.
    
    Solution is to move sending of SDL_WINDOWEVENT_MINIMIZED to the SDL thread.
    

  • 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_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags