summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-21ac/llvm,radeonsi: fix memory leaks triggered by ac_nir_translate() errorsPatrick Lerda4-7/+6
2024-03-05radeonsi/gfx10: fix main_shader_part_ngg_es memory leakPatrick Lerda1-0/+2
2024-01-16glsl/nir: fix gl_nir_cross_validate_outputs_to_inputs() memory leakPatrick Lerda1-3/+4
2024-01-10nir: Fix castMatt Turner1-1/+3
2023-12-24ci/msvc: Stick VK-GL-CTS to specific version 56114106d860c121cd6ff0c3b926ddc5...Yonggang Luo1-0/+1
2023-11-13v3d/ci: add new failuresEric Engestrom1-0/+5
2023-11-04Android.mk: filter out cflags to build with Android 14 bundled clangMauro Rossi1-1/+3
2023-09-26freedreno: Include speedbin fallback in 690 chipid to fix probingKonrad Dybcio1-0/+1
2023-08-19include: Fix the PFN declarations to be pointers as they shouldSylvain Munaut1-24/+24
2023-06-21util: Fixes prototype of threads_timespec_compareYonggang Luo1-1/+1
2023-06-20c11: Implement os_time_get_nano with timespec_get(&ts, TIME_MONOTONIC)Yonggang Luo1-32/+5
2023-06-20c11: Improve mtx_timedlock to use timespec_get instead of time(NULL)Yonggang Luo1-4/+20
2023-06-20c11: Improve timespec_get to support TIME_MONOTONIC TIME_ACTIVE TIME_THREAD_A...Yonggang Luo3-14/+93
2023-05-31c11: Remove _MTX_INITIALIZER_NP as it's not used anymoreYonggang Luo1-12/+0
2023-02-28intel/vulkan: add missing dependency on generated headersDavid Heidelberg1-0/+1
2023-02-28meson: allow checking for null pointers even if they're supposed to be non-nullEric Engestrom1-0/+1
2023-02-24vbo/save: fix possible crash related to fixup_vertex()Patrick Lerda1-1/+1
2023-02-24util/process_test: make the error variable staticDavid Heidelberg1-1/+1
2023-01-19zink: store drm format as internal_format for imported resourcesMike Blumenkrantz1-0/+1
2022-11-11util: Replace the usage of boolean with c11 bool in u_cpu_detect.cYonggang Luo1-5/+7
2022-11-11util: Replace usage of boolean with c11 bool in src/util/format/* and src/uti...Yonggang Luo7-264/+264
2022-11-11util: Replace the usage of boolean with c11 bool in u_debug_symbol.cYonggang Luo1-7/+7
2022-11-11util: Replace the usage of boolean with c11 bool in u_debug_memory.cYonggang Luo1-4/+4
2022-11-11util: Remove va_copy fixup because of c11 is requiredYonggang Luo2-17/+0
2022-11-10meson: Use deps_for_libmesa_util for idep_mesautil instead hand crafted listYonggang Luo3-4/+4
2022-11-09c11: Remove _MTX_INITIALIZER_NP for windowsYonggang Luo1-2/+0
2022-11-05util: Fixes memory leak in __getProgramNameYonggang Luo1-80/+104
2022-10-25util: #include "c11/threads.h" instead of #include "util/u_cpu_detect.h" u_f...Yonggang Luo1-1/+1
2022-10-20c11: Getting the macro guard of HAVE_PTHREAD in c11/threads.h to be consisten...Yonggang Luo4-8/+15
2022-10-20c11: Remove the code for Windows XPYonggang Luo1-35/+0
2022-10-20util: #include "c11/threads.h" when necessary in simple_mtx.hYonggang Luo1-4/+2
2022-10-20util: Remove the need of _MTX_INITIALIZER_NP by using simple_mtx_t/SIMPLE_MTX...Yonggang Luo1-23/+9
2022-09-20aco: Convert to use u8 literal for Unicode character to fixes msvc warningYonggang Luo1-8/+8
2022-09-16drm-shim: drop gnu99 overrideYonggang Luo2-2/+1
2022-09-14c11: Update the values of enum mtx_plain, mtx_recursive, mtx_timed to make su...Yonggang Luo1-3/+3
2022-09-14svga: direct use of mtx_recursive is not c11 conformanceYonggang Luo1-1/+1
2022-09-14radeonsi: direct use of mtx_recursive is not c11 conformanceYonggang Luo1-1/+1
2022-09-14mesa: direct use of mtx_recursive is not c11 conformanceYonggang Luo1-1/+1
2022-09-01etnaviv: rewrite sampler TS checkLucas Stach1-18/+32
2022-08-31util: Remove the need of _MTX_INITIALIZER_NP in simple_mtx.hYonggang Luo3-13/+62
2022-08-18c11: #include <threads.h> when the os/platform provide itYonggang Luo3-1/+28
2022-08-15c11: Remove mtx_try from mtx enums as it's not a part of c11 standardYonggang Luo3-8/+5
2022-08-12util: Fixes memory leak in create_cache_item_header_and_blobYonggang Luo1-3/+4
2022-08-10c11: Implement and use of thrd_current properly on win32Yonggang Luo6-100/+55
2022-08-10c11: call impl_tss_dtor_invoke with tls callback for win32Yonggang Luo4-3/+46
2022-08-10c11: It's should detect PTHREAD_DESTRUCTOR_ITERATIONS when define TSS_DTOR_IT...Yonggang Luo1-1/+1
2022-08-09c11: Fixes the declaration of timespec_get in time.h for macOSYonggang Luo1-1/+12
2022-07-29util: thread_local doesn't support to be exported on OSXYonggang Luo1-1/+6
2022-07-11aco: fix packed 16bit fneg/fsat optimizationDaniel Schürmann1-2/+8
2022-07-07vulkan/wsi/x11: Don't leak shm_reply if we don't have dri3 or presentJason Ekstrand1-1/+2