[Mesa-dev] [Bug 88820] fake_glx_screen.cpp:78: error: thread-local storage not supported for this target

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 26 21:31:43 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88820

--- Comment #1 from Jonathan Gray <jsg at openbsd.org> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150127/d1b83e96/attachment.html>


More information about the mesa-dev mailing list