About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c11
Age
Commit message (
Expand
)
Author
2025-01-08
c11: use SPDX-License-Identifier header
David Heidelberg
2024-06-29
build: pass licensing information in SPDX form
David Heidelberg
2023-08-02
util/meson: Getting mesa util core to be self contained
Yonggang Luo
2023-06-27
treewide: Replace the usage of TRUE/FALSE with true/false
Yonggang Luo
2023-06-21
util: Fixes prototype of threads_timespec_compare
Yonggang Luo
2023-06-20
c11: Improve mtx_timedlock to use timespec_get instead of time(NULL)
Yonggang Luo
2023-06-20
c11: Improve timespec_get to support TIME_MONOTONIC TIME_ACTIVE TIME_THREAD_A...
Yonggang Luo
2023-05-31
c11: Remove _MTX_INITIALIZER_NP as it's not used anymore
Yonggang Luo
2022-11-09
c11: Remove _MTX_INITIALIZER_NP for windows
Yonggang Luo
2022-10-20
c11: Getting the macro guard of HAVE_PTHREAD in c11/threads.h to be consisten...
Yonggang Luo
2022-10-20
meson/mesa/wide: define WIN32_LEAN_AND_MEAN with pre_args
Yonggang Luo
2022-10-20
c11: Remove the code for Windows XP
Yonggang Luo
2022-09-14
c11: Update the values of enum mtx_plain, mtx_recursive, mtx_timed to make su...
Yonggang Luo
2022-08-18
c11: #include <threads.h> when the os/platform provide it
Yonggang Luo
2022-08-15
c11: Remove mtx_try from mtx enums as it's not a part of c11 standard
Yonggang Luo
2022-08-10
c11: Implement and use of thrd_current properly on win32
Yonggang Luo
2022-08-10
c11: call impl_tss_dtor_invoke with tls callback for win32
Yonggang Luo
2022-08-10
c11: It's should detect PTHREAD_DESTRUCTOR_ITERATIONS when define TSS_DTOR_IT...
Yonggang Luo
2022-08-09
c11: Fixes the declaration of timespec_get in time.h for macOS
Yonggang Luo
2022-06-27
c11: reinstate the original license and authorship
Emil Velikov
2022-06-15
c11: Implement thread_local in c11/threads.h
Yonggang Luo
2022-06-15
c11: Fixes memory leak of pack in thrd_create on win32
Yonggang Luo
2022-06-15
c11: Move the implementation of threads.h into c source code
Yonggang Luo
2022-06-09
c11: Implement timespec_get on win32 properly when not available
Yonggang Luo
2022-06-09
c11: Implement c11/time.h with c11/impl/time.c
Yonggang Luo