mesa/src/util
Lionel Landwerlin b8ae4ede60 brw: add serialize send stats
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Alyssa Anne Rosenzweig <alyssa.rosenzweig@intel.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37394>
2025-10-10 11:19:39 +00:00
..
blake3 util: Disable Werror for BLAKE3 2025-09-16 06:16:20 +00:00
format util/format: Add a Z24_UNORM_PACKED format 2025-09-15 10:59:04 +00:00
perf u_trace: use os_get_option instead of getenv 2025-10-08 16:00:49 +00:00
rust util: rust: spelling and whitespace fixes 2025-09-16 23:26:27 +00:00
sha1 util: silence -Wstringop-overread in SHA1 2025-05-05 11:45:41 +00:00
tests util: add unit tests for util/lut.h 2025-09-16 21:48:37 +00:00
tools
u_gralloc android/gralloc0: add CROS_GRALLOC_DRM_GET_BUFFER_COLOR_INFO 2025-09-17 08:01:41 +00:00
.editorconfig
00-mesa-defaults.conf freedreno: Disable explicit sync heuristic for Xwayland 2025-10-06 15:55:48 +00:00
00-radv-defaults.conf radv: set radv_gfx12_hiz_wa=partial for some games to mitigate performance loss 2025-09-11 15:21:50 +00:00
anon_file.c
anon_file.h
bfloat.h util: fix float to bfloat16 conversion with NaN 2025-05-12 10:26:01 +00:00
bigmath.h
bitpack_helpers.h clc,libcl: Clean up CL includes 2025-04-11 21:27:37 +00:00
bitscan.c
bitscan.h util: Remove usage of USE_**_ASM macros 2025-08-20 16:21:28 +00:00
bitset.h util: add BITSET_CALLOC helper 2025-10-09 12:29:55 +00:00
blend.h
blob.c
blob.h
box.h util/box: make u_box_test_intersection_2d() consistent with other funcs 2025-06-11 20:46:29 +00:00
build_id.c
build_id.h
cnd_monotonic.c
cnd_monotonic.h
compiler.h
compress.c
compress.h
crc32.c
crc32.h
dag.c
dag.h
detect.h
detect_arch.h util: Add DETECT_ARCH_SPARC64 for sparc 2025-08-20 16:21:27 +00:00
detect_cc.h
detect_os.h util: Remove usage of WIN32 macro for DETECT_OS_WINDOWS 2025-08-08 19:38:54 +00:00
disk_cache.c util/disk_cache: Allow disk cache on Android if explicitly enabled 2025-08-23 10:06:47 +00:00
disk_cache.h util/disk_cache: add a new helper to create a disk cache 2025-02-05 16:30:27 +00:00
disk_cache_os.c util/disk_cache: Allow disk cache on Android if explicitly enabled 2025-08-23 10:06:47 +00:00
disk_cache_os.h util/disk_cache: Use os independent functions instead of getenv 2025-08-23 10:06:46 +00:00
double.c
double.h
driconf.h freedreno: Disable explicit sync heuristic for Xwayland 2025-10-06 15:55:48 +00:00
driconf_static.py
drm_is_nouveau.h loader: Don't load nouveau GL on nvidia kmd 2025-07-29 23:52:32 +00:00
enum_operators.h util/enum_operators: Don't define anything for OpenCL 2025-02-12 22:33:06 +01:00
fast_idiv_by_const.c
fast_idiv_by_const.h
fast_urem_by_const.h
float8.c util: add float8 conversion functions 2025-06-23 07:59:24 +00:00
float8.h util: add float8 conversion functions 2025-06-23 07:59:24 +00:00
format_r11g11b10f.h
format_rgb9e5.h
format_srgb.h
format_srgb.py
fossilize_db.c
fossilize_db.h
futex.c
futex.h
gen_zipped_xml_file.py
glheader.h
glsl2spirv.py
half_float.c
half_float.h util: Disable inline asm for arm64 for MSVC 2025-08-22 22:33:50 +00:00
hash_table.c util/hash_table: add _mesa_hash_table_copy, a cloning helper without allocation 2025-08-21 06:13:48 +00:00
hash_table.h util/hash_table: add _mesa_hash_table_copy, a cloning helper without allocation 2025-08-21 06:13:48 +00:00
helpers.c
helpers.h
hex.h
libdrm.h Guard double include of libdrm.h by defining LIBDRM_H 2025-08-06 08:46:52 +00:00
libsync.h libsync: replace dup() with os_dupfd_cloexec() 2025-02-26 00:45:51 +00:00
list.h util/list: Add iterator debug to more routines. 2025-09-10 07:38:24 +00:00
log.c util/log: Add a MESA_LOG_LEVEL environment variable 2025-09-08 21:28:10 +00:00
log.h util/log: Add a MESA_LOG_LEVEL environment variable 2025-09-08 21:28:10 +00:00
lut.c util: add boolean lookup table helpers 2025-09-16 21:48:37 +00:00
lut.h util: add boolean lookup table helpers 2025-09-16 21:48:37 +00:00
macros.h util/macros: coerce likely/unlikely to bool even without __builtin_expect 2025-10-10 01:37:28 +00:00
memstream.c
memstream.h
mesa-blake3.c radeonsi,util: add more usage for AMD_FORCE_SHADER_USE_ACO 2025-02-10 02:06:55 +00:00
mesa-blake3.h radeonsi,util: add more usage for AMD_FORCE_SHADER_USE_ACO 2025-02-10 02:06:55 +00:00
mesa-sha1.c
mesa-sha1.h
mesa_cache_db.c util/hash_table: don't allocate hash_table_u64::table, declare it statically 2025-08-21 06:13:48 +00:00
mesa_cache_db.h
mesa_cache_db_multipart.c
mesa_cache_db_multipart.h
meson.build util/meson: make sure shader_stats.h is generated in time for anything that depends on mesautil 2025-09-24 10:23:18 +00:00
os_drm.h
os_file.c util: add/use new os_mkdir() function 2025-07-03 14:30:17 +00:00
os_file.h util: add/use new os_mkdir() function 2025-07-03 14:30:17 +00:00
os_file_notify.c util: Add file modification notifier utility 2025-01-30 17:42:06 +00:00
os_file_notify.h util: Add file modification notifier utility 2025-01-30 17:42:06 +00:00
os_memory.h
os_memory_aligned.h util, vulkan: use u_overflow.h 2025-09-23 09:09:55 +02:00
os_memory_debug.h
os_memory_fd.c util, vulkan: use u_overflow.h 2025-09-23 09:09:55 +02:00
os_memory_fd.h
os_memory_stdc.h
os_misc.c util: Add function os_get_option_secure 2025-08-23 10:06:46 +00:00
os_misc.h util: Add function os_get_option_secure 2025-08-23 10:06:46 +00:00
os_mman.h
os_socket.c
os_socket.h
os_time.c util, vulkan: use u_overflow.h 2025-09-23 09:09:55 +02:00
os_time.h util/time: add os_time_nanosleep_until() function 2025-07-24 09:50:07 +00:00
parson.c
parson.h
pb_slab.c util: Move pb_slab from gallium to util 2025-04-30 12:56:39 +00:00
pb_slab.h util: Move pb_slab from gallium to util 2025-04-30 12:56:39 +00:00
process_shader_stats.py util/shader_stats: allow "hidden" stats 2025-10-02 20:22:00 +00:00
ptralloc.h
ralloc.c util: Avoid invalid access in ralloc_print_info() 2025-09-06 20:28:34 +00:00
ralloc.h util: add DECLARE_LINEAR_ZALLOC with no sanitize 2025-08-21 12:09:04 +00:00
rand_xor.c
rand_xor.h
range_minimum_query.c util: Add range_minimum_query 2025-09-08 23:03:13 +00:00
range_minimum_query.h util: Add range_minimum_query 2025-09-08 23:03:13 +00:00
rb_tree.c
rb_tree.h
reallocarray.h
register_allocate.c util/ra: Allow driver to override class P value. 2025-09-10 02:15:55 +00:00
register_allocate.h util/ra: Allow driver to override class P value. 2025-09-10 02:15:55 +00:00
register_allocate_internal.h util/ra: Don't store a pointer to a ra_regs per ra_reg 2025-01-13 23:10:51 +00:00
rgtc.c
rgtc.h
rounding.h util: Now DETECT_ARCH_X86_64 can be safely used in rounding.h 2025-08-15 09:27:19 +00:00
rwlock.c
rwlock.h
set.c util/set: add _mesa_set_copy, a cloning helper without allocation 2025-08-21 06:13:48 +00:00
set.h util/set: add _mesa_set_copy, a cloning helper without allocation 2025-08-21 06:13:48 +00:00
shader_stats.rnc util/shader_stats: allow "hidden" stats 2025-10-02 20:22:00 +00:00
shader_stats.xml brw: add serialize send stats 2025-10-10 11:19:39 +00:00
simple_mtx.c
simple_mtx.h util/simple_mtx: fix duplicate definition 2025-04-15 08:30:40 +00:00
slab.c
slab.h
softfloat.c util: fix msvc build warning 4146 (unary minus operator applied to unsigned type, result still unsigned) 2025-05-09 16:34:00 +00:00
softfloat.h
sparse_array.c
sparse_array.h
streaming-load-memcpy.c util: Disable inline asm for arm64 for MSVC 2025-08-22 22:33:50 +00:00
streaming-load-memcpy.h util: Add AArch64 support to util_streaming_load_memcpy() 2025-05-16 13:35:33 +00:00
string_buffer.c
string_buffer.h
strndup.c util: Fixes gcc warning: declaration of 'strndup' shadows a built-in function [-Wshadow] 2025-09-13 08:23:07 +00:00
strndup.h util: Fixes gcc warning: declaration of 'strndup' shadows a built-in function [-Wshadow] 2025-09-13 08:23:07 +00:00
strtod.c
strtod.h
texcompress_astc_luts.cpp
texcompress_astc_luts.h
texcompress_astc_luts_wrap.cpp
texcompress_astc_luts_wrap.h
texcompress_rgtc_tmp.h util/texcompress: fix comparison warning 2025-07-04 15:26:39 +00:00
thread_sched.c
thread_sched.h
timespec.h
u_atomic.c
u_atomic.h util: Implement p_atomic_read for C++ properly. 2025-08-22 02:05:57 +00:00
u_call_once.c
u_call_once.h
u_cpu_detect.c util/cpu: fix broken powerpc linux builds 2025-06-25 23:39:23 +00:00
u_cpu_detect.h util/cpu: Remove util_cpu_caps_t::family 2025-05-09 20:10:10 +00:00
u_debug.c util: Add dump_debug_control_string to dump debug_control 2025-02-12 10:57:30 +00:00
u_debug.h util: Add dump_debug_control_string to dump debug_control 2025-02-12 10:57:30 +00:00
u_debug_memory.c
u_debug_stack.c
u_debug_stack.h
u_debug_stack_android.cpp
u_debug_symbol.c
u_debug_symbol.h
u_dl.c util: Refactoring util_dl_get_path_from_proc out of clc/clc_helpers.cpp 2025-08-07 21:15:13 +00:00
u_dl.h util: Refactoring util_dl_get_path_from_proc out of clc/clc_helpers.cpp 2025-08-07 21:15:13 +00:00
u_drm.h
u_dynarray.c
u_dynarray.h nir: add gathering passes that gather which inputs affect specific outputs 2025-04-23 17:47:37 +00:00
u_endian.h clc,libcl: Clean up CL includes 2025-04-11 21:27:37 +00:00
u_hash_table.c
u_hash_table.h
u_hexdump.h
u_idalloc.c util/u_idalloc: fix util_idalloc_sparse_alloc_range() 2025-03-08 09:17:07 +00:00
u_idalloc.h
u_math.c
u_math.h util: add util_round_down_npot 2025-09-26 08:45:05 +00:00
u_memory.h
u_memset.h
u_mm.c
u_mm.h
u_overflow.h mesa: add u_overflow.h 2025-09-23 09:09:55 +02:00
u_pack_color.h
u_pointer.h
u_printf.c util/u_printf: support printing fp16 values 2025-06-05 13:17:27 +00:00
u_printf.h util,vulkan,asahi,hk: hash format strings 2025-01-17 18:09:45 +00:00
u_process.c
u_process.h
u_qsort.cpp
u_qsort.h
u_queue.c util/u_queue: Fix data race on num_threads during finish. 2025-08-24 19:30:06 +00:00
u_queue.h util: Fix warning C4244 'argument' : conversion from 'type1' to 'type2', possible loss of data 2025-01-15 21:40:20 +00:00
u_range_remap.c util: rewrite remap util to avoid looping list 2025-10-05 05:29:36 +00:00
u_range_remap.h util: add range remap util 2025-09-10 05:11:47 +00:00
u_string.c util: Refactoring util_dl_get_path_from_proc out of clc/clc_helpers.cpp 2025-08-07 21:15:13 +00:00
u_string.h meson/util: Define _GNU_SOURCE for mingw 2025-09-24 18:13:03 +00:00
u_sync_provider.c util: add util_sync_provider::clone 2025-06-27 08:15:49 +00:00
u_sync_provider.h util: add util_sync_provider::clone 2025-06-27 08:15:49 +00:00
u_thread.c
u_thread.h u_thread.h: Fix warning C4800 forcing value to bool 'true' or 'false' 2025-02-03 11:06:59 +00:00
u_tristate.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
u_vector.c
u_vector.h
u_worklist.c
u_worklist.h
vl_bitstream.h vulkan/video: add support for AV1 encoding to runtime 2025-06-26 15:41:01 +00:00
vl_rbsp.h
vl_vlc.h
vl_zscan_data.c
vl_zscan_data.h
vma.c
vma.h
xmlconfig.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
xmlconfig.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
xxd.py
xxhash.h util: Upgrade xxhash.h to v0.8.3 2025-08-08 19:38:54 +00:00