What | Removed | Added |
---|---|---|
Assignee | dri-devel@lists.freedesktop.org | mesa-dev@lists.freedesktop.org |
Status | RESOLVED | REOPENED |
QA Contact | dri-devel@lists.freedesktop.org | mesa-dev@lists.freedesktop.org |
Component | Drivers/Gallium/r300 | Drivers/Gallium/swr |
Resolution | NOTOURBUG | --- |
Comment # 5
on bug 107655
from Michel Dänzer
(In reply to Sergey Kondakov from comment #4) > I don't know the actual reason of the crash but the guys there figured out that > the crash was coming from AVX instruction in Mesa's SWR code. The affected > machine does not support any kind of AVX, so it threw out the error. But it's > unclear why SWR even been trying to initialize during the load of r300_dri. I think it's the combination of two things: * All Gallium drivers are linked into a single binary (so-called mega-driver) * SWR is compiled with AVX support and has initializers which are automatically executed when the above binary is dlopen()ed. Until there's a solution for this, SWR cannot be enabled in a build which has to run on non-AVX capable CPUs.
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