1. 1b86271 disk_cache: Fix filename leak on error path. by Vinson Lee · 4 years, 1 month ago
  2. 45bff4e util: Makefile.sources: Add disk_cache_os.{c,h} by Marijn Suijten · 4 years, 1 month ago
  3. 367ac07 disk_cache: move cache item loading code into disk_cache_load_item() helper by Timothy Arceri · 4 years, 2 months ago
  4. 8598dc1 disk_cache: add new OS specific helper disk_cache_evict_item() by Timothy Arceri · 4 years, 2 months ago
  5. 7893dc4 disk_cache: move get_cache_file() to an OS specific helper by Timothy Arceri · 4 years, 2 months ago
  6. 593ef16 disk_cache: create new helper for writing cache items to disk by Timothy Arceri · 4 years, 2 months ago
  7. b4a3a80 disk_cache: move evict_lru_item() to an OS specific helper by Timothy Arceri · 4 years, 2 months ago
  8. e123647 disk_cache: move munmap into an OS specific helper by Timothy Arceri · 4 years, 3 months ago
  9. 889356e disk_cache: move index mmap into OS specific helper by Timothy Arceri · 4 years, 3 months ago
  10. 62c4339 disk_cache: add disk_cache_enabled() helper by Timothy Arceri · 4 years, 3 months ago
  11. 4339ecd disk_cache: move cache dir generation into OS specific helper file by Timothy Arceri · 4 years, 3 months ago
  12. 265a3b9 driconf: add option to reuse GL names by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  13. 553d371 util/idalloc: add lowest_free_idx to avoid iterating from 0 by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  14. e808d38 util/idalloc: add util_idalloc_reserve by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  15. 87ef970 mesa: move u_idalloc from gallium/aux/util to util by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  16. c3c99f4 st/mesa: Don't map all P01X DRM formats to P016 by Nanley Chery · 4 years, 3 months ago
  17. cf2eebd radv,gallium: Add driconf option to reduce advertised VRAM size. by Bas Nieuwenhuizen · 4 years, 1 month ago
  18. 9b34918 radeonsi: Work around Wasteland 2 bug. by Bas Nieuwenhuizen · 4 years, 1 month ago
  19. be28183 android: util: fix missing include path by Mauro Rossi · 4 years, 1 month ago
  20. a1c2bd6 radeonsi: use radeonsi_clamp_div_by_zero for SPECviewperf13, Road Redemption by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  21. b30bd6f util/os_misc: os_get_available_system_memory() for OpenBSD by Jonathan Gray · 4 years, 11 months ago
  22. 033dcb2 util/os_misc: add os_get_available_system_memory() by Jonathan Gray · 4 years, 11 months ago
  23. 76a1fb3 util: add helpers to define bitwise operators on enums for C++ by Karol Herbst · 4 years, 2 months ago
  24. 55765f8 util/u_thread: include pthread_np.h if found by Jonathan Gray · 4 years, 4 months ago
  25. c66c5b3 util: futex fixes for OpenBSD by Jonathan Gray · 4 years, 8 months ago
  26. 6e9c066 util/anon_file: add OpenBSD shm_mkstemp() path by Jonathan Gray · 6 years ago
  27. 7eab684 util: unbreak endian detection on OpenBSD by Jonathan Gray · 7 years ago
  28. a4c708d util/ralloc: fix ralloc alignment. by Lepton Wu · 4 years, 2 months ago
  29. 391eeb7 util: add a alignof() macro by Rhys Perry · 4 years, 2 months ago
  30. 8d38b25 util: Explicitly call the unpack functions from inside bptc pack/unpack. by Eric Anholt · 4 years, 2 months ago
  31. edf0aeb util: Expose rgba unpack/fetch functions as external functions as well. by Eric Anholt · 4 years, 2 months ago
  32. 0067f89 radv: Override the uniform buffer offset alignment for World War Z. by Bas Nieuwenhuizen · 4 years, 3 months ago
  33. a1d4721 driconf: Support selection by Vulkan applicationName. by Bas Nieuwenhuizen · 4 years, 3 months ago
  34. 5a9eba4 util/format: add some ZS helpers for vallium by Dave Airlie · 4 years, 4 months ago
  35. 5b8d67c util: Move fetch_rgba to a separate function table. by Eric Anholt · 4 years, 2 months ago
  36. 9cc8436 util: Mark the format description getter functions as const. by Eric Anholt · 4 years, 2 months ago
  37. 35b22b5 util: Make all 3 fetch_rgba functions occupy the same function slot. by Eric Anholt · 4 years, 2 months ago
  38. 80babbb uitl: Add R1_UNORM to the list of noaccess (no pack/unpack) formats. by Eric Anholt · 4 years, 2 months ago
  39. aa86611 android: util/format: fix generated sources rules by Mauro Rossi · 4 years, 2 months ago
  40. 16f8589 util/set: add _mesa_set_intersects by Karol Herbst · 4 years, 5 months ago
  41. 65d7172 util/macros: Add ATTRIBUTE_NOINLINE definition for MSVC by Jesse Natalie · 4 years, 2 months ago
  42. 58af311 u_debug_stack_test: Fix MSVC compiling by using ATTRIBUTE_NOINLINE by Jesse Natalie · 4 years, 2 months ago
  43. 84ed2d0 util/format: expose generated format packing functions through a header by Jonathan Marek · 4 years, 2 months ago
  44. 33e6920 util: Fix up indentation in the generated format tables code. by Eric Anholt · 4 years, 3 months ago
  45. 9fd0f45 util: Change a codegenned switch statement to a nice little table. by Eric Anholt · 4 years, 4 months ago
  46. 4064a6c util: Split the pack/unpack functions out of the format desc. by Eric Anholt · 4 years, 4 months ago
  47. 96cfc68 util: Fix memory leaks in unit test. by Vinson Lee · 4 years, 2 months ago
  48. 7fbadfc driconf: fix force_gl_vendor description by Eric Engestrom · 4 years, 2 months ago
  49. 2e66545 util: Fix SCons build. by Vinson Lee · 4 years, 2 months ago
  50. 5ae7098 gallium/android: Rewrite backtrace helper for android by Kristian H. Kristensen · 4 years, 3 months ago
  51. d0d14f3 util: Add unit test for stack backtrace caputure by Kristian H. Kristensen · 4 years, 3 months ago
  52. 848e7b9 util: Move stack debug functions to src/util by Kristian H. Kristensen · 4 years, 3 months ago
  53. 28f2585 util/format: initialize non-important components to 0 by Marcin Ślusarz · 4 years, 3 months ago
  54. f13042e util: fix possible buffer overflow in util_get_process_exec_path by Marcin Ślusarz · 4 years, 3 months ago
  55. eac0ba7 util: fix possible fd leaks in os_socket_listen_abstract by Marcin Ślusarz · 4 years, 3 months ago
  56. 81124d8 driconf: allowlist/denylist by Rob Clark · 4 years, 3 months ago
  57. b741827 util: Share a single function pointer for the 4-byte rgba unpack function. by Eric Anholt · 4 years, 4 months ago
  58. a8e7004 util: Remove the stub pack/unpack functions for YUV formats. by Eric Anholt · 4 years, 4 months ago
  59. 2da4bad util: Use designated initializers to clean up the format tables' pack/unpack. by Eric Anholt · 4 years, 4 months ago
  60. e7010ee util: Merge util_format_read_4* functions. by Eric Anholt · 4 years, 4 months ago
  61. 2f4d557 util: Merge util_format_write_4* functions. by Eric Anholt · 4 years, 4 months ago
  62. 32bf722 util: Remove unused util_format_planar_is_supported(). by Eric Anholt · 4 years, 4 months ago
  63. 18cb8f2 util: Mark util_format_description() as a const function. by Eric Anholt · 4 years, 4 months ago
  64. a573c8c drirc: Add picom to adaptive_sync exclusion list by Benjamin Cheng · 4 years, 3 months ago
  65. b9e163f util: Avoid strict aliasing bugs in xxhash. by Eric Anholt · 4 years, 5 months ago
  66. ab9ecb6 radv,vulkan: add a new x11 wsi drirc workaround for DOOM Eternal by Samuel Pitoiset · 4 years, 4 months ago
  67. 29e2a3b gallium,util: undef ALIGN on FreeBSD to prevent name clash by Greg V · 4 years, 6 months ago
  68. 012b7aa driconf: add workarounds for SPECviewperf13 by Marek Olšák · 4 years, 4 months ago
  69. ca719c6 glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13 by Marek Olšák · 4 years, 4 months ago
  70. 04e8eaf util: rename xmlpool.h to driconf.h by Eric Engestrom · 4 years, 4 months ago
  71. 2ef983d driconf: drop now unused translation facility by Eric Engestrom · 4 years, 4 months ago
  72. b1f647a driconf: drop 9% swedish translation by Eric Engestrom · 4 years, 4 months ago
  73. 0a19565 driconf: drop 8% dutch translation by Eric Engestrom · 4 years, 4 months ago
  74. 56d7685 driconf: drop 6% french translation by Eric Engestrom · 4 years, 4 months ago
  75. a029eaf driconf: drop 26% spanish translation by Eric Engestrom · 4 years, 4 months ago
  76. 29ee6f6 driconf: drop 15% german translation by Eric Engestrom · 4 years, 4 months ago
  77. ae7759e driconf: drop 28% catalan translation by Eric Engestrom · 4 years, 4 months ago
  78. c977567 radv: enable radv_no_dynamic_bounds for more Path of Exile executables by Rhys Perry · 4 years, 4 months ago
  79. 19b2ac2 radv: enable radv_no_dynamic_bounds for Path of Exile by Rhys Perry · 4 years, 4 months ago
  80. f4a643f radv: add new drirc option radv_no_dynamic_bounds by Rhys Perry · 4 years, 4 months ago
  81. 9760a7e virgl: apply bgra dest swizzle and add Portal 2 by Gurchetan Singh · 4 years, 4 months ago
  82. 0e5ea7a util: introduce os_dupfd_cloexec() helper by Eric Engestrom · 4 years, 4 months ago
  83. b00e1d9 util/os_file: replace broken windows-detection code with detect_os.h by Eric Engestrom · 4 years, 4 months ago
  84. 46c3689 util: enable futex usage on BSDs after 7dc2f4788288 by Jan Beich · 4 years, 5 months ago
  85. e7e9969 radv: enable radv_enable_mrt_output_nan_fixup for RAGE 2 by Samuel Pitoiset · 4 years, 4 months ago
  86. 6f21995 radv: add new drirc option radv_enable_mrt_output_nan_fixup by Samuel Pitoiset · 4 years, 4 months ago
  87. 8735e96 util/disk_cache: add fallback for disk_cache_get_function_identifier by Dave Airlie · 4 years, 4 months ago
  88. d6d78f9 util: add BITSET_LAST_BIT() helper by Timothy Arceri · 4 years, 6 months ago
  89. a8e2d79 meson: use gnu_symbol_visibility argument by Dylan Baker · 4 years, 6 months ago
  90. cf99267 util/format: Add more multi-planar formats. by Bas Nieuwenhuizen · 4 years, 5 months ago
  91. 273ead8 util/format: Add VK_FORMAT_D16_UNORM_S8_UINT. by Bas Nieuwenhuizen · 4 years, 5 months ago
  92. d9eaac0 radeonsi/drirc: enable zerovram option for 7 Days to Die by Pierre-Eric Pelloux-Prayer · 4 years, 5 months ago
  93. 0f1fde1 util/format: Use SATURATE by Alyssa Rosenzweig · 4 years, 5 months ago
  94. 35938c1 util: Add SATURATE macro by Alyssa Rosenzweig · 4 years, 5 months ago
  95. 8341f30 src/util: Remove out-of-range comparison by Kristian H. Kristensen · 4 years, 5 months ago
  96. 46d5b07 util: delete fnv1a hash function by Dmitriy Nester · 4 years, 8 months ago
  97. 3871768 util/hash_table: replace fnv1a hash function with xxhash by Dmitriy Nester · 4 years, 8 months ago
  98. 444138d tree-wide: fix deprecated GitLab URLs by Eric Engestrom · 4 years, 5 months ago
  99. fa3549c util/rand_xor: extend the urandom path to all non-Windows platforms by Eric Engestrom · 5 years ago
  100. d76abe9 util/rand_xor: fallback Linux to time-based instead of fixed seed by Eric Engestrom · 5 years ago