index
:
openchrome/mesa-openchrome
master
Gallium 3D driver for VIA IGPs
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-05
util: Add unit test for stack backtrace caputure
Kristian H. Kristensen
2
-0
/
+123
2020-08-05
util: Move stack debug functions to src/util
Kristian H. Kristensen
6
-1
/
+907
2020-07-30
util/format: initialize non-important components to 0
Marcin Ślusarz
1
-1
/
+1
2020-07-30
util: fix possible buffer overflow in util_get_process_exec_path
Marcin Ślusarz
1
-0
/
+3
2020-07-30
util: fix possible fd leaks in os_socket_listen_abstract
Marcin Ślusarz
1
-2
/
+7
2020-07-16
driconf: allowlist/denylist
Rob Clark
1
-2
/
+2
2020-07-07
util: Share a single function pointer for the 4-byte rgba unpack function.
Eric Anholt
19
-146
/
+115
2020-07-07
util: Remove the stub pack/unpack functions for YUV formats.
Eric Anholt
3
-741
/
+27
2020-07-07
util: Use designated initializers to clean up the format tables' pack/unpack.
Eric Anholt
1
-51
/
+28
2020-07-07
util: Merge util_format_read_4* functions.
Eric Anholt
3
-81
/
+30
2020-07-07
util: Merge util_format_write_4* functions.
Eric Anholt
2
-64
/
+13
2020-07-07
util: Remove unused util_format_planar_is_supported().
Eric Anholt
2
-29
/
+0
2020-07-07
util: Mark util_format_description() as a const function.
Eric Anholt
1
-1
/
+1
2020-07-04
drirc: Add picom to adaptive_sync exclusion list
Benjamin Cheng
1
-0
/
+3
2020-07-03
util: Avoid strict aliasing bugs in xxhash.
Eric Anholt
1
-0
/
+9
2020-07-02
radv,vulkan: add a new x11 wsi drirc workaround for DOOM Eternal
Samuel Pitoiset
2
-0
/
+11
2020-07-01
gallium,util: undef ALIGN on FreeBSD to prevent name clash
Greg V
1
-0
/
+4
2020-06-23
driconf: add workarounds for SPECviewperf13
Marek Olšák
1
-0
/
+11
2020-06-23
glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13
Marek Olšák
1
-0
/
+5
2020-06-22
util: rename xmlpool.h to driconf.h
Eric Engestrom
2
-4
/
+4
2020-06-22
driconf: drop now unused translation facility
Eric Engestrom
11
-788
/
+400
2020-06-22
driconf: drop 9% swedish translation
Eric Engestrom
4
-287
/
+3
2020-06-22
driconf: drop 8% dutch translation
Eric Engestrom
4
-280
/
+3
2020-06-22
driconf: drop 6% french translation
Eric Engestrom
4
-275
/
+3
2020-06-22
driconf: drop 26% spanish translation
Eric Engestrom
4
-280
/
+3
2020-06-22
driconf: drop 15% german translation
Eric Engestrom
4
-282
/
+3
2020-06-22
driconf: drop 28% catalan translation
Eric Engestrom
3
-293
/
+2
2020-06-20
radv: enable radv_no_dynamic_bounds for more Path of Exile executables
Rhys Perry
1
-1
/
+10
2020-06-19
radv: enable radv_no_dynamic_bounds for Path of Exile
Rhys Perry
1
-0
/
+4
2020-06-19
radv: add new drirc option radv_no_dynamic_bounds
Rhys Perry
1
-0
/
+5
2020-06-18
virgl: apply bgra dest swizzle and add Portal 2
Gurchetan Singh
1
-0
/
+7
2020-06-18
util: introduce os_dupfd_cloexec() helper
Eric Engestrom
2
-0
/
+55
2020-06-18
util/os_file: replace broken windows-detection code with detect_os.h
Eric Engestrom
1
-3
/
+3
2020-06-16
util: enable futex usage on BSDs after 7dc2f4788288
Jan Beich
3
-2
/
+7
2020-06-12
radv: enable radv_enable_mrt_output_nan_fixup for RAGE 2
Samuel Pitoiset
1
-0
/
+4
2020-06-12
radv: add new drirc option radv_enable_mrt_output_nan_fixup
Samuel Pitoiset
1
-0
/
+5
2020-06-11
util/disk_cache: add fallback for disk_cache_get_function_identifier
Dave Airlie
1
-0
/
+6
2020-06-03
util: add BITSET_LAST_BIT() helper
Timothy Arceri
1
-0
/
+14
2020-06-01
meson: use gnu_symbol_visibility argument
Dylan Baker
2
-3
/
+6
2020-05-30
util/format: Add more multi-planar formats.
Bas Nieuwenhuizen
4
-0
/
+303
2020-05-30
util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.
Bas Nieuwenhuizen
3
-0
/
+72
2020-05-27
radeonsi/drirc: enable zerovram option for 7 Days to Die
Pierre-Eric Pelloux-Prayer
1
-0
/
+7
2020-05-26
util/format: Use SATURATE
Alyssa Rosenzweig
1
-3
/
+3
2020-05-26
util: Add SATURATE macro
Alyssa Rosenzweig
2
-0
/
+6
2020-05-26
src/util: Remove out-of-range comparison
Kristian H. Kristensen
1
-1
/
+1
2020-05-25
util: delete fnv1a hash function
Dmitriy Nester
4
-65
/
+1
2020-05-25
util/hash_table: replace fnv1a hash function with xxhash
Dmitriy Nester
1
-7
/
+7
2020-05-23
tree-wide: fix deprecated GitLab URLs
Eric Engestrom
1
-4
/
+4
2020-05-16
util/rand_xor: extend the urandom path to all non-Windows platforms
Eric Engestrom
1
-2
/
+4
2020-05-16
util/rand_xor: fallback Linux to time-based instead of fixed seed
Eric Engestrom
1
-22
/
+14
[next]