https://bugs.freedesktop.org/show_bug.cgi?id=101484
Gregor Münch <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[bisected, SI] Steam fails |[bisected] Steam fails to
|to render content |render content, if mesa is
| |compiled with -O2
--- Comment #5 from Gregor Münch <[email protected]> ---
Ive tested this now, and again its a compiler flags issue.
Arch standard clfags are:
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong"
Looks like "-O2" is already too much. Setting this to -O1 fixes the problem.
This is a very nasty issue. However, -02 is considered "safe" so the issue
should probably fixed in mesa.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel