mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
This makes it so that glamor glx can properly initialize and choose hw accelerated `FBConfig`s, instead of just using softpipe/llvmpipe. This commit fixes the issue described in https://github.com/X11Libre/xserver/pull/1832#issue-3827524680 Now, `FBConfig`s corresponding to the choosen accelerated `EGLDevice` are choosen by `glXChooseFBConfig`. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>