Summary: | fake_glx_screen.cpp:78: error: thread-local storage not supported for this target | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED MOVED | QA Contact: | mesa-dev |
Severity: | major | ||
Priority: | medium | CC: | jsg |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | OpenBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2015-01-27 05:08:27 UTC
That code uses __thread on all systems regardless of whether they support TLS or not. It should use something like the code in src/glx/glxclient.h perhaps? OpenBSD currently doesn't have support for TLS and does not set GLX_USE_TLS. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/983. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.