Skip to content
  • Jonas Ådahl's avatar
    renderer/native: Force EGL config pixel format · 712ec30c
    Jonas Ådahl authored
    We just arbitrarily chose the first EGL config matching the passed
    attributes, but we then assumed we always got GBM_FORMAT_XRGB8888. That
    was not a correct assumption. Instead, make sure we always pick the
    format we expect.
    
    Closes: #2
    712ec30c