regression;bisected: after commit d709b421 not working anymore EA launcher
Just launch any Electronic Art game with launcher in steam.
I caught an issue in the game STAR WARS Jedi: Survivor, but I see that other EA games also affected.
mikhail@primary-ws ~/p/g/mesa (main)> git bisect good 0500e3516566d6cfe3170ab508bf5128395c52a1
You need to start by "git bisect start"
Do you want me to do it for you [Y/n]? Y
status: waiting for both good and bad commits
status: waiting for bad commit, 1 good commit known
mikhail@primary-ws ~/p/g/mesa (main|BISECTING)> git bisect bad 330006375edc723f710504669a9209d3a4d542bd
Bisecting: 62 revisions left to test after this (roughly 6 steps)
[5b4fcfd638203f85377309e48fa6f03730394d66] aco/gfx11.5: select SALU fquantize2f16
mikhail@primary-ws ~/p/g/mesa ((5b4fcfd6)|BISECTING)> git bisect bad
Bisecting: 31 revisions left to test after this (roughly 5 steps)
[8a77488c9c3397355011e32c024c8aca9b49f7a6] rusticl/event: return execution errors when doing a blocking enqueue
mikhail@primary-ws ~/p/g/mesa ((8a77488c)|BISECTING)> git bisect good
Bisecting: 15 revisions left to test after this (roughly 4 steps)
[842bde8694ad004520aecf05e8ff8c1adbf0acb0] nak: Add a pass macro for more consistent debug printing
mikhail@primary-ws ~/p/g/mesa ((842bde86)|BISECTING)> git bisect bad
Bisecting: 7 revisions left to test after this (roughly 3 steps)
[6be17e222d59ce39e04c517e1d553c08c519834f] treewide: Include mesa_interface.h not dri_interface.h
mikhail@primary-ws ~/p/g/mesa ((6be17e22)|BISECTING)> git bisect good
Bisecting: 3 revisions left to test after this (roughly 2 steps)
[d709b42180e29519ce9eb119e99226299380a9b5] dri: Let dril handle the DRI driver link farm
mikhail@primary-ws ~/p/g/mesa ((d709b421)|BISECTING)> git bisect bad
Bisecting: 1 revision left to test after this (roughly 1 step)
[91e1ea52c9dc3c8bac564d4dbaf196591beac3f5] mesa_interface: Move out of GL/internal/
mikhail@primary-ws ~/p/g/mesa ((91e1ea52)|BISECTING)> git bisect good
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[3de62b2f9a6cbcf3fea1d33af98be20505421d4b] gallium/dril: Compatibility stub for the legacy DRI loader interface
mikhail@primary-ws ~/p/g/mesa ((3de62b2f)|BISECTING)> git bisect good
d709b42180e29519ce9eb119e99226299380a9b5 is the first bad commit
commit d709b42180e29519ce9eb119e99226299380a9b5
Author: Adam Jackson <ajax@redhat.com>
Date: Thu Jun 13 19:01:05 2024 -0400
dri: Let dril handle the DRI driver link farm
xserver's loader will look for drivers this way, but there's no reason
we need to keep hurting ourselves like that.
Co-authored-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28378>
src/gallium/targets/dri/meson.build | 92 +-------------------------------------------------------------------------------------------
src/gallium/targets/dril/meson.build | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/loader/loader.c | 2 +-
3 files changed, 91 insertions(+), 92 deletions(-)
git revert -n d709b421 src/gallium/targets/dril/meson.build: unmerged (e1ba0198efcd16d57bfdb89463f6803a152a98d1) src/gallium/targets/dril/meson.build: unmerged (071c695a05a959702d0a84a498c14a251935eaed) src/gallium/targets/dril/meson.build: unmerged (b89fa32a61f3e28ac4dfdc72d7b7bd9d70971f99) error: your index file is unmerged. fatal: revert failed
Edited by Mikhail Gavrilov