• Show log

    Commit

  • Hash : c0a875fa
    Author : Conn O'Griofa
    Date : 2020-04-13T14:48:38

    SDL_EGL_ChooseConfig: don't fall through if no matching format exists
    On Raspberry Pi 3 via the VC4 driver in firmware KMS mode, none of the
    found configs match the desired format, causing the function to fall through
    without any config being selected.
    
    Fix by first iterating over the found configs, and if no match exists,
    don't exclude the non-matching configs. This should fix RPI3 and possibly other
    targets without breaking targets that have a matching native format (such as RPI4).
    

  • 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