radv: fix setting MAX_MIP for BC views
[platform/upstream/mesa.git] / src / c11 /
2022-11-09 Yonggang Luoc11: Remove _MTX_INITIALIZER_NP for windows
2022-10-20 Yonggang Luoc11: Getting the macro guard of HAVE_PTHREAD in c11...
2022-10-20 Yonggang Luomeson/mesa/wide: define WIN32_LEAN_AND_MEAN with pre_args
2022-10-20 Yonggang Luoc11: Remove the code for Windows XP
2022-09-14 Yonggang Luoc11: Update the values of enum mtx_plain, mtx_recursive...
2022-08-18 Yonggang Luoc11: #include <threads.h> when the os/platform provide it
2022-08-15 Yonggang Luoc11: Remove mtx_try from mtx enums as it's not a part...
2022-08-10 Yonggang Luoc11: Implement and use of thrd_current properly on...
2022-08-10 Yonggang Luoc11: call impl_tss_dtor_invoke with tls callback for...
2022-08-10 Yonggang Luoc11: It's should detect PTHREAD_DESTRUCTOR_ITERATIONS...
2022-08-09 Yonggang Luoc11: Fixes the declaration of timespec_get in time...
2022-06-27 Emil Velikovc11: reinstate the original license and authorship
2022-06-15 Yonggang Luoc11: Implement thread_local in c11/threads.h
2022-06-15 Yonggang Luoc11: Fixes memory leak of pack in thrd_create on win32
2022-06-15 Yonggang Luoc11: Move the implementation of threads.h into c source...
2022-06-09 Yonggang Luoc11: Implement timespec_get on win32 properly when...
2022-06-09 Yonggang Luoc11: Implement c11/time.h with c11/impl/time.c