What | Removed | Added |
---|---|---|
Summary | [bisected, SI] Steam fails to render content | [bisected] Steam fails to render content, if mesa is compiled with -O2 |
Comment # 5
on bug 101484
from Gregor Münch
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 dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel