mesa/src/util
Michel Zou badb85edb8 util: reinstate ENUM_PACKED
gets rid of warning: 'gcc_struct' attribute ignored [-Wattributes] introduced by !23338

Fixes: 86532fa21d ("util: Use the gcc_struct attribute for packed structures in mingw")
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23478>
2023-06-21 21:51:59 +00:00
..
blake3 meson: Don't use masm with VS backend 2023-04-29 05:23:15 +00:00
format u_format: Use memcpy to avoid unaligned accesses 2023-06-08 03:42:39 +00:00
perf util/perf: Use the Mesa base style 2023-05-29 21:06:12 +00:00
sha1 util: mark externally-unused functions as static 2023-05-23 20:32:19 +00:00
tests util/tests: add gc_alloc_size alignment tests 2023-06-08 18:15:13 +00:00
tools
00-mesa-defaults.conf zink, drirc: Add Borderlands 2 workaround to fix spir-v 1.6 translated discard 2023-06-20 08:48:02 +00:00
00-radv-defaults.conf Revert "radv: Enable ray tracing pipelines by default" 2023-06-16 16:13:34 +00:00
anon_file.c
anon_file.h
bigmath.h
bitpack_helpers.h
bitscan.c
bitscan.h util: move pot functions to use existing macros 2023-05-25 21:24:45 +00:00
bitset.h util/bitset: ensure the sets compared have the same size at compile time 2023-05-23 17:31:17 +00:00
blob.c util: revert back to ALIGN since it moved to util 2023-05-25 21:24:45 +00:00
blob.h
build_id.c
build_id.h
cnd_monotonic.h
compiler.h
compress.c
compress.h
crc32.c
crc32.h
dag.c
dag.h
detect.h
detect_arch.h
detect_cc.h
detect_os.h
disk_cache.c util/disk_cache: Move blob_put_cb to the async queue 2023-04-05 20:25:04 +00:00
disk_cache.h util: Call mesa_bytes_to_hex directly instead of disk_cache_format_hex_id. 2023-04-19 04:19:51 +00:00
disk_cache_os.c util/disk_cache: use posix_fallocate() for index files 2023-03-30 01:09:10 +00:00
disk_cache_os.h util/disk_cache: Align atomic size. 2023-04-11 12:57:15 +00:00
double.c
double.h
driconf.h Revert "radv: Enable ray tracing pipelines by default" 2023-06-16 16:13:34 +00:00
driconf_static.py
enum_operators.h
fast_idiv_by_const.c
fast_idiv_by_const.h
fast_urem_by_const.h
format_r11g11b10f.h
format_rgb9e5.h
format_srgb.h
format_srgb.py
fossilize_db.c
fossilize_db.h
futex.c
futex.h
glheader.h
glsl2spirv.py util/glsl2spirv: add support for include directive 2023-03-03 11:30:54 +00:00
half_float.c
half_float.h
hash_table.c util: rzalloc and free hash_table_u64 2023-02-28 08:35:32 +00:00
hash_table.h
hex.h util: Add dedicated hex conversion functions and use it. 2023-04-19 04:19:50 +00:00
libdrm.h util: Add a simple no-op libdrm shim 2023-03-05 16:31:51 +00:00
libsync.h
list.h
log.c util/log: Add missing "const" 2023-04-24 22:42:04 +00:00
log.h util/log: Add missing "const" 2023-04-24 22:42:04 +00:00
macros.h util: reinstate ENUM_PACKED 2023-06-21 21:51:59 +00:00
memstream.c
memstream.h
mesa-blake3.c util: Add mesa_blake3 wrappers. 2023-04-22 01:28:38 +00:00
mesa-blake3.h util: Add mesa_blake3 wrappers. 2023-04-22 01:28:38 +00:00
mesa-sha1.c util: Add dedicated hex conversion functions and use it. 2023-04-19 04:19:50 +00:00
mesa-sha1.h
mesa_cache_db.c
mesa_cache_db.h
mesa_cache_db_multipart.c
mesa_cache_db_multipart.h
meson.build util/tests: add gc_alloc_size alignment tests 2023-06-08 18:15:13 +00:00
os_file.c
os_file.h
os_memory.h
os_memory_aligned.h
os_memory_debug.h
os_memory_fd.c
os_memory_fd.h
os_memory_stdc.h
os_misc.c
os_misc.h
os_mman.h
os_socket.c
os_socket.h
os_time.c c11: Implement os_time_get_nano with timespec_get(&ts, TIME_MONOTONIC) 2023-06-20 00:05:48 +00:00
os_time.h util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITE 2023-06-05 05:12:02 +00:00
ptralloc.h
ralloc.c util/tests: add gc_alloc_size alignment tests 2023-06-08 18:15:13 +00:00
ralloc.h
rand_xor.c
rand_xor.h
rb_tree.c util: Update some copyright tags 2023-03-26 00:16:26 +00:00
rb_tree.h util: Update some copyright tags 2023-03-26 00:16:26 +00:00
reallocarray.h
register_allocate.c
register_allocate.h
register_allocate_internal.h
rgtc.c
rgtc.h
rounding.h
rwlock.c
rwlock.h
set.c
set.h
simple_mtx.c
simple_mtx.h
slab.c
slab.h
softfloat.c
softfloat.h
sparse_array.c
sparse_array.h
streaming-load-memcpy.c
streaming-load-memcpy.h
string_buffer.c
string_buffer.h
strndup.h
strtod.c util: check and initialize locale before using it 2023-04-27 15:43:33 +00:00
strtod.h
texcompress_rgtc_tmp.h
timespec.h
u_atomic.c
u_atomic.h util: Add aligned int64_t types for x86(non 64). 2023-04-11 12:57:15 +00:00
u_call_once.c
u_call_once.h
u_cpu_detect.c util: move check for AVX512 2023-05-23 19:04:28 +00:00
u_cpu_detect.h util/cpu: add big.LITTLE cpu detection 2023-04-14 10:16:49 +00:00
u_debug.c util/debug: move null checks out of debug message macro 2023-04-20 02:52:16 +00:00
u_debug.h util/debug: move null checks out of debug message macro 2023-04-20 02:52:16 +00:00
u_debug_describe.c
u_debug_describe.h
u_debug_memory.c
u_debug_refcnt.c
u_debug_refcnt.h
u_debug_stack.c
u_debug_stack.h
u_debug_stack_android.cpp
u_debug_symbol.c
u_debug_symbol.h
u_dl.c
u_dl.h
u_drm.h
u_dynarray.c util: fix stack dynarray used by multiple tus 2023-05-25 15:46:35 +00:00
u_dynarray.h util: fix stack dynarray used by multiple tus 2023-05-25 15:46:35 +00:00
u_endian.h
u_hash_table.c
u_hash_table.h
u_hexdump.h util: Add common hex dump utility 2023-05-19 16:30:44 +00:00
u_idalloc.c
u_idalloc.h
u_math.c
u_math.h util: use uint32_t as the parameter of align function 2023-06-08 06:41:21 +00:00
u_memory.h util: Delete Offset() macro from u_memory.h 2023-04-15 00:54:16 +00:00
u_memset.h
u_mm.c
u_mm.h
u_pointer.h
u_printf.c
u_printf.h
u_process.c
u_process.h
u_qsort.cpp
u_qsort.h
u_queue.c
u_queue.h
u_string.h
u_thread.c
u_thread.h
u_vector.c
u_vector.h
u_worklist.c util,mesa,panfrost: Drop some author tags 2023-03-26 00:16:25 +00:00
u_worklist.h util,mesa,panfrost: Drop some author tags 2023-03-26 00:16:25 +00:00
vl_rbsp.h util/rbsp: keep track of removed bits for the emulation 2023-06-21 19:24:37 +09:00
vl_vlc.h util/vl: initialize data/end pointers. 2023-05-19 06:15:01 +00:00
vma.c
vma.h
xmlconfig.c
xmlconfig.h anv: work around for per-prim attributes corruption 2023-03-29 18:35:55 +00:00
xxd.py
xxhash.h