• Show log

    Commit

  • Hash : 354cabd4
    Author : Ryan C. Gordon
    Date : 2021-04-03T18:15:50

    egl: favor truecolor configurations.
    
    If app requested <= 16 color depth and there is a 24-bit config available,
    favor that. This fixes things that quietly expect to get truecolor output
    but don't request it (...like SDL's render api...) and things that are
    probably requesting 16-bit color as a fallback but expecting reasonable
    systems to give them full depth.
    
    Specifically, this fixes Life is Strange on Wayland, which uses the latter
    approach, and anything using SDL_Render on Wayland, which uses the former.
    
    Fixes #4056.
    Fixes #4132.
    

  • 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