Commit graph

3 commits

Author SHA1 Message Date
Kyle Brenneman a7bb6f4d19 Remove extra paragraph from license text.
Remove the "If only executable code is distributed..." paragraph from
the license text. Everything now uses a normal MIT license.

The only code from Khronos that's included in libglvnd is the EGL/GL
header and XML files, which do not contain that paragraph.

Fixes https://gitlab.freedesktop.org/glvnd/libglvnd/-/issues/221
2021-09-30 09:21:34 -06:00
Kyle Brenneman 7dabba8940 util: Add trylock functions to glnvd_pthread.
Add pointers for pthread_mutex_trylock, pthread_rwlock_tryrdlock, and
pthread_rwlock_trywrlock to the GLVNDPthreadFuncs table.
2016-07-13 09:57:16 -06:00
Kyle Brenneman dcc1c9ca33 Remove the makefile for glvnd_pthread.
Moved glvnd_pthread.h and glvnd_pthread.c into src/utils, and removed the
separate makefile for them. The other makefiles now just grab the source file
directly instead.

Reviewed-by: Andy Ritger <aritger@nvidia.com>
2016-02-25 12:54:29 -07:00
Renamed from src/util/glvnd_pthread/glvnd_pthread.c (Browse further)