summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2021-07-20 14:31:46 -0700
committerDylan Baker <dylan.c.baker@intel.com>2021-07-26 12:01:53 -0700
commit08781845fedd50fcf5133454bbabf91a6b2cb2d0 (patch)
tree4b5a5139185a7807d0aa3fcae569af596a9d423b /.pick_status.json
parent98d88943e381b12c1591fd743098fd06daee8aa5 (diff)
egl/surfaceless: try kms_swrast before swrast
Before commit f7e0cdcf1a5, 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: f7e0cdcf1a5 ("egl/surfaceless: simplify dri2_initialize_surfaceless()") Signed-off-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11992> (cherry picked from commit 384181921c23fc7630b4a7d373f5b6755d20c8af)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 65b4ff5fbef..ff36443a338 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1147,7 +1147,7 @@
"description": "egl/surfaceless: try kms_swrast before swrast",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"main_sha": null,
"because_sha": "f7e0cdcf1a5b639b4df610be600fa5d8db100289"
},