1. d9eaac0 radeonsi/drirc: enable zerovram option for 7 Days to Die by Pierre-Eric Pelloux-Prayer · 4 years, 5 months ago
  2. 0f1fde1 util/format: Use SATURATE by Alyssa Rosenzweig · 4 years, 5 months ago
  3. 35938c1 util: Add SATURATE macro by Alyssa Rosenzweig · 4 years, 5 months ago
  4. 8341f30 src/util: Remove out-of-range comparison by Kristian H. Kristensen · 4 years, 5 months ago
  5. 46d5b07 util: delete fnv1a hash function by Dmitriy Nester · 4 years, 8 months ago
  6. 3871768 util/hash_table: replace fnv1a hash function with xxhash by Dmitriy Nester · 4 years, 8 months ago
  7. 444138d tree-wide: fix deprecated GitLab URLs by Eric Engestrom · 4 years, 5 months ago
  8. fa3549c util/rand_xor: extend the urandom path to all non-Windows platforms by Eric Engestrom · 5 years ago
  9. d76abe9 util/rand_xor: fallback Linux to time-based instead of fixed seed by Eric Engestrom · 5 years ago
  10. e0ce684 util/rand_xor: drop unused header by Eric Engestrom · 5 years ago
  11. f50f263 util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* uint64_t by Eric Engestrom · 5 years ago
  12. 4c212a1 util/rand_xor: use getrandom() when available by Emmanuel Gil Peyrot · 5 years ago
  13. 492d664 util/ra: Add [de]serialization support by Jason Ekstrand · 5 years ago
  14. 38e68db util/vma: Add a debug print helper by Jason Ekstrand · 5 years ago
  15. adbcef3 util/vma: Add an option to configure high/low preference by Jason Ekstrand · 5 years ago
  16. f40f8f6 util/list: Add list_foreach_entry_from_safe by Caio Marcelo de Oliveira Filho · 5 years ago
  17. aeb95fd util/list: Add a list pair iterator by Jason Ekstrand · 5 years ago
  18. 4cf702c drirc: Enable glthread for PCSX2 by JibbityJobbity · 4 years, 5 months ago
  19. 8c9b9aa gallium: change comments to remove 'state tracker' by Marek Olšák · 4 years, 11 months ago
  20. 1ef03da radv: add a LLVM version string workaround for SotTR and ACO by Samuel Pitoiset · 4 years, 5 months ago
  21. ad8c5bb drirc: Enable glthread for rpcs3 by Ani · 4 years, 5 months ago
  22. 772b15a util: Make process_test path compatible with mingw native toolchains by pal1000 · 4 years, 6 months ago
  23. 78d267e Linux: Change minimum priority threads from SCHED_IDLE to nice 19 SCHED_BATCH. by Con Kolivas · 4 years, 5 months ago
  24. 7ba2333 util/os_memory: never use os_memory_debug.h by Erik Faye-Lund · 4 years, 5 months ago
  25. 64662dd radeonsi: add workaround for issue 2647 by Pierre-Eric Pelloux-Prayer · 4 years, 6 months ago
  26. 403eb50 driconf: add force_integer_tex_nearest option by Pierre-Eric Pelloux-Prayer · 4 years, 6 months ago
  27. 8aacaec util/simple_mtx: add assert_locked() by Rob Clark · 4 years, 6 months ago
  28. 05e6f76 util/ra: Improve ra_set_finalize() performance. by Eric Anholt · 4 years, 6 months ago
  29. 53ac2da util/ra: Use util_dynarray for handling the conflict lists. by Eric Anholt · 4 years, 6 months ago
  30. 5708885 util/ra: Use util_dynarray for the adjacency list. by Eric Anholt · 4 years, 6 months ago
  31. a1de267 util/ra: Sanity check that we're adding a valid reg to a class. by Eric Anholt · 4 years, 6 months ago
  32. 5bcaf30 util/ra: Sanity check that the driver selected a valid reg. by Eric Anholt · 4 years, 6 months ago
  33. 375c7a3 Revert "meson,ci: Disable sparse_array tests on windows" by Andres Gomez · 4 years, 6 months ago
  34. a842dc1 util/ralloc: fix ralloc alignment on Win64 by Jesse Natalie · 4 years, 9 months ago
  35. 8e36961 remove final imports.h and imports.c bits by Dylan Baker · 6 years ago
  36. bf188f3 mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf by Dylan Baker · 4 years, 10 months ago
  37. c495c3a replace imports memory functions with utils memory functions by Dylan Baker · 6 years ago
  38. bb560f2 util: Add an aligned realloc function by Dylan Baker · 6 years ago
  39. b857759 replace malloc macros in imports.h with u_memory.h versions by Dylan Baker · 6 years ago
  40. 9ee6e78 Replace IS_INF_OR_NAN with util_is_inf_or_nan by Dylan Baker · 6 years ago
  41. 369f002 move windows strtok_r define to u_string by Dylan Baker · 6 years ago
  42. 53c36df replace IROUND with util functions by Dylan Baker · 6 years ago
  43. df3ce8f mesa/main: remove unused IROUNDD by Dylan Baker · 6 years ago
  44. 64014c8 Replace IROUND_POS with _mesa_roundevenf by Dylan Baker · 6 years ago
  45. 9d9a281 replace IFLOOR with util_ifloor by Dylan Baker · 6 years ago
  46. 72acb66 u_math: add x86 optimized version of ifloor by Dylan Baker · 6 years ago
  47. bd4e769 replace LOG2 with util_fast_log2 by Dylan Baker · 6 years ago
  48. f8e4542 replace _mesa_logbase2 with util_logbase2 by Dylan Baker · 4 years, 11 months ago
  49. e190e8c replace _mesa_next_pow_two_* with util_next_power_of_two_* by Dylan Baker · 6 years ago
  50. e533fad replace _mesa_is_pow_two with util_is_power_of_two_* by Dylan Baker · 6 years ago
  51. cdc4377 util/sparse_free_list: manipulate node pointers using atomic primitives by Lionel Landwerlin · 4 years, 6 months ago
  52. dc3a179 util/sparse_array: don't stomp head's counter on pop operations by D Scott Phillips · 4 years, 6 months ago
  53. c55fc35 util/tests: initialize variable by Erik Faye-Lund · 4 years, 6 months ago
  54. 0158f73 Fix util/process test on Cygwin by Jon Turney · 4 years, 7 months ago
  55. 068a3bf util: move and adjust the vertex upload heuristic equation from u_vbuf by Marek Olšák · 4 years, 7 months ago
  56. 43f7854 util/xmlconfig: fix sha1 comparison code by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  57. e0aa203 driconf: whilelist more games for glthread by Marek Olšák · 4 years, 7 months ago
  58. 2a2fd4c gallium/llvmpipe: add an optimised 32-bit memset by Dave Airlie · 4 years, 7 months ago
  59. ae7da1a util: move ALIGN/ROUND_DOWN_TO to u_math.h by Rob Clark · 4 years, 7 months ago
  60. 1ef9658 util/u_queue: fix race in total_jobs_size access by Rhys Perry · 4 years, 7 months ago
  61. 79af307 meson: inline `inc_common` by Eric Engestrom · 6 years ago
  62. 871bd28 util: remove duplicated MALLOC_STRUCT and CALLOC_STRUCT by Marek Olšák · 4 years, 7 months ago
  63. 7164674 util: don't include p_defines.h and u_pointer.h from gallium by Marek Olšák · 4 years, 7 months ago
  64. 76f79db util: stop including files from mesa/main by Marek Olšák · 4 years, 7 months ago
  65. e5339fe Move compiler.h and imports.h/c from src/mesa/main into src/util by Marek Olšák · 4 years, 7 months ago
  66. bc98de4 util/test: Use MAX_PATH on Windows by Daniel Stone · 4 years, 7 months ago
  67. 8f573bd util: fix process_test path by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  68. 8c053e5 mesa: allow out-of-order drawing to optimize immediate mode if it's safe by Marek Olšák · 4 years, 9 months ago
  69. 603f38f util/u_process: Add util_get_process_exec_path for macOS. by Vinson Lee · 4 years, 7 months ago
  70. 3cbcb1b gallium/util: Add back (and rename) util_float_to_half implementation by Roland Scheidegger · 4 years, 7 months ago
  71. bd22a0f util/u_process: fix Windows build by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  72. f1cc137 radeonsi: enable workarounds for YoYo engine based games by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  73. 8f48e7b util/xmlconfig: add new sha1 application attribute by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  74. f8f1413 util/u_process: add util_get_process_exec_path by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  75. 2cb965e5 util/os_file: extend os_read_file to return the file size by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  76. bd6234f radeonsi: clarify the conditions when FLUSH_AND_INV_DB is needed by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  77. aee004a util/sparse_array: Stash the node level in the node pointer by Jason Ekstrand · 4 years, 7 months ago
  78. 6be65b0 meson,ci: Disable sparse_array tests on windows by Jason Ekstrand · 4 years, 7 months ago
  79. 9fcd8bd util/sparse_array: Add a node_size_log2 temporary by Jason Ekstrand · 4 years, 7 months ago
  80. 7893872 util/sparse_array: Finish the sparse_array in the tests by Jason Ekstrand · 4 years, 7 months ago
  81. 24e82e4 util/blob: Add overwrite function for uint8 by Mark Menzynski · 4 years, 10 months ago
  82. 4ac1d3c driconf: enable glthread for "From The Depths" by Marek Olšák · 4 years, 7 months ago
  83. db5cc6a radeonsi: enable glsl_zero_init for Curse of the Dead Gods by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  84. d0a5243 glsl/tests: Fix waiting for disk_cache_put() to finish. by Eric Anholt · 4 years, 7 months ago
  85. dd2e050 util/ra: move NO_REG to header by Rob Clark · 4 years, 7 months ago
  86. 36aed70 util/ra: spiff out select_reg_callback by Rob Clark · 4 years, 8 months ago
  87. 4068d6b glsl: Add ir_constant constructor for fp16 by Kristian H. Kristensen · 4 years, 9 months ago
  88. 771f16c radeonsi: remove AMD_DEBUG=sisched option by Pierre-Eric Pelloux-Prayer · 4 years, 8 months ago
  89. 5f0b984 util: move debug_memory_{begin,end} to os_memory_debug.h by Erik Faye-Lund · 4 years, 8 months ago
  90. f5a8958 util: Change os_same_file_description return type from bool to int by Michel Dänzer · 4 years, 8 months ago
  91. 2e3318b util: promote u_debug_memory.c to src/util by Erik Faye-Lund · 4 years, 8 months ago
  92. f7bfb10 util: remove the dependency on kcmp.h by Marek Olšák · 4 years, 8 months ago
  93. f1dc4c9 Mark a few static inline helpers with ASSERTED by Kristian H. Kristensen · 4 years, 8 months ago
  94. d800bcd glsl/blob: Do not call memcpy if there is nothing to copy by Danylo Piliaiev · 4 years, 9 months ago
  95. 1886dbf Revert "gallium: Fix big-endian addressing of non-bitmask array formats." by Eric Anholt · 4 years, 8 months ago
  96. 65610ec gitlab-ci: Add ppc64el and s390x cross-build jobs by Michel Dänzer · 4 years, 9 months ago
  97. 2799676 util/disk_cache: check for write() failure in the zstd path by Eric Engestrom · 4 years, 9 months ago
  98. 8a2c507 util: Drop unpacking from int signed to unsigned and vice versa. by Eric Anholt · 5 years ago
  99. c574cda util: Make helper functions for pack/unpacking pixel rows. by Eric Anholt · 5 years ago
  100. d1165ad util/os_socket: fix header unavailable on windows by Eric Engestrom · 4 years, 9 months ago