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

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88820

GitLab Migration User  changed:

   What|Removed |Added

 Resolution|--- |MOVED
 Status|NEW |RESOLVED

--- Comment #2 from GitLab Migration User  ---
-- 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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2015-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88820

--- Comment #1 from Jonathan Gray j...@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.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2015-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88820

Bug ID: 88820
   Summary: fake_glx_screen.cpp:78: error: thread-local storage
not supported for this target
   Product: Mesa
   Version: git
  Hardware: x86-64 (AMD64)
OS: OpenBSD
Status: NEW
  Severity: major
  Priority: medium
 Component: Mesa core
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: v...@freedesktop.org
QA Contact: mesa-dev@lists.freedesktop.org
CC: j...@openbsd.org

mesa: f1a9252defb77f3986305c6a1fc9592093b5a4e5 (master 10.5.0-devel)

OpenBSD failure

$ gmake check
[...]
  CXX  fake_glx_screen.o
fake_glx_screen.cpp:78: error: thread-local storage not supported for this
target
Makefile:776: recipe for target 'fake_glx_screen.o' failed

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev