Skip to content
Snippets Groups Projects
Commit 38418192 authored by Chia-I Wu's avatar Chia-I Wu Committed by Marge Bot
Browse files

egl/surfaceless: try kms_swrast before swrast


Before commit f7e0cdcf, we tried these in order

 - if (!ForceSoftware) surfaceless_probe_device(disp, false);
 - surfaceless_probe_device(disp, true);
 - surfaceless_probe_device_sw(disp);

The commit changed it to

 - surfaceless_probe_device(disp, ForceSoftware);
 - surfaceless_probe_device_sw(disp);

and broke 2D virtio-gpu and vgem when ForceSoftware is false.  This
commit restores the old behavior.

Fixes: f7e0cdcf ("egl/surfaceless: simplify dri2_initialize_surfaceless()")
Signed-off-by: default avatarChia-I Wu <olvaffe@gmail.com>
Reviewed-by: Adam Jackson's avatarAdam Jackson <ajax@redhat.com>
Reviewed-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Part-of: <!11992>
parent 43ccc6c0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment