1. 7dac4a2 util/list: Add list splicing functions by Jason Ekstrand · 9 years ago
  2. ade3108 util: Fix race condition on libgcrypt initialization by Mark Janes · 8 years ago
  3. 50ddf03 scons: Add a "check" target to run all unit tests. by Jose Fonseca · 8 years ago
  4. 9a41d94 util/bitset: Allow iterating over const bitsets by Jason Ekstrand · 9 years ago
  5. 2af3a0c util/sha: do not wrap header inclusion in extern "C" by Emil Velikov · 9 years ago
  6. a13442a util: fix new gcc6 warnings by Rob Clark · 8 years ago
  7. 5bc8d34 util/u_atomic: Remove MSVC 2008 support. by Jose Fonseca · 8 years ago
  8. a97a955 scons: Eliminate MSVC2008 compatibility. by Jose Fonseca · 8 years ago
  9. 1cadfe0 configure: Eliminate MSVC2008 compatibility. by Jose Fonseca · 8 years ago
  10. 55fb921 util/hash_table: add _mesa_hash_table_num_entries by Nicolai Hähnle · 9 years ago
  11. 8b11d8c util/hash_table: add _mesa_hash_table_clear (v4) by Nicolai Hähnle · 9 years ago
  12. 19db718 util/hash_table: don't compare deleted entries by Connor Abbott · 9 years ago
  13. 8fc2f65 util/set: don't compare against deleted entries by Connor Abbott · 9 years ago
  14. 14193e4 ralloc: Fix ralloc_adopt() to the old context's last child's parent. by Kenneth Graunke · 9 years ago
  15. d566382 util: fix comment typo by Giuseppe Bilotta · 9 years ago
  16. 56aff6bb Remove Sun CC specific code. by Jose Fonseca · 9 years ago
  17. bc2470d util: Tiny optimisation for the linear→srgb conversion by Neil Roberts · 9 years ago
  18. d956335 util: Include assert.h in macros.h. by Matt Turner · 9 years ago
  19. fafbf99 util: Include <stdbool.h> in debug.h. by Matt Turner · 9 years ago
  20. d278e31 util: move brw_env_var_as_boolean() to util by Rob Clark · 9 years ago
  21. 2388772 ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL. by Matt Turner · 9 years ago
  22. fb3b566 util: Add list_is_singular() helper function by Eduardo Lima Mitev · 9 years ago
  23. 183db3a glsl: move half<->float convertion to util by Rob Clark · 9 years ago
  24. 04158fb util: Move DRI parse_debug_string() to util by Kristian Høgsberg Kristensen · 9 years ago
  25. f3afcbe util: use strnlen() in strndup() implementations by Samuel Iglesias Gonsalvez · 9 years ago
  26. 952366a util: Fix strndup prototype on C++. by Jose Fonseca · 9 years ago
  27. bea66d2 util: implement strndup for WIN32 by Samuel Iglesias Gonsalvez · 9 years ago
  28. d65bd7a util: automake: rework the format_srgb.c rule by Emil Velikov · 9 years ago
  29. ae535cb util: make mesa-sha1.c completely empty when there are no SHA1 impls by Ilia Mirkin · 9 years ago
  30. 13bfa52 util: always include sha1 into the build by Ilia Mirkin · 9 years ago
  31. 2b40a14 util/ra: (trivial) fix c99 loop variable initialization by Roland Scheidegger · 9 years ago
  32. 3f797ef util: (trivial) include c99_math.h in rounding.h by Roland Scheidegger · 9 years ago
  33. f01bdb0 util/ra: Make allocating conflict lists optional by Jason Ekstrand · 9 years ago
  34. 9b49284 util/ra: Add a function for making all conflicts on a register transitive by Jason Ekstrand · 9 years ago
  35. 7c8e53f util/bitset: Add a BITSET_FOREACH_SET macro by Jason Ekstrand · 9 years ago
  36. bdcc8f3 ra: Delete the conflict lists in ra_set_finalize by Jason Ekstrand · 9 years ago
  37. 7539ac7 ra: Refactor ra_set_finalize by Jason Ekstrand · 9 years ago
  38. 1eaa29c util: Use LONG_MAX instead of LONG_BIT. by Jose Fonseca · 9 years ago
  39. 497a22a scons: Build roundevent_test. by Jose Fonseca · 9 years ago
  40. 21ccdbd util: Cope with LONG_BIT not being defined on Windows. by Jose Fonseca · 9 years ago
  41. 512aa06 util: Rename PURE to ATTRIBUTE_PURE. by Jose Fonseca · 9 years ago
  42. 680de24 util: Use SSE intrinsics in _mesa_lroundeven{f,}. by Matt Turner · 9 years ago
  43. 594fc0f mesa: Replace F_TO_I() with _mesa_lroundevenf(). by Matt Turner · 9 years ago
  44. b568a5f util: Avoid double promotion. by Matt Turner · 9 years ago
  45. be1f49b mesa: Detect and provide macros for function attributes pure and const. by Eric Anholt · 9 years ago
  46. a2dde3a util: Don't link to SHA1 library if shader-cache is disabled. by Matt Turner · 9 years ago
  47. 128de6f mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)). by Kenneth Graunke · 9 years ago
  48. e566e52 mesa/main: free locale at exit by Erik Faye-Lund · 9 years ago
  49. c61bc6e util: port _mesa_strto[df] to C by Erik Faye-Lund · 9 years ago
  50. c79b2e6 util/list: add list_first/last_entry by Rob Clark · 9 years ago
  51. 2c2cd36 util/list: Add a list validation function by Jason Ekstrand · 9 years ago
  52. addcf41 util/list: Add list_empty and list_length functions by Jason Ekstrand · 9 years ago
  53. b31d898 util/list: Add C99-based iterator macros by Jason Ekstrand · 9 years ago
  54. 7a30668 util: Move gallium's linked list to util by Jason Ekstrand · 9 years ago
  55. 64880d0 util/macros: Move DIV_ROUND_UP to util/macros.h by Axel Davy · 9 years ago
  56. b0e33c2 android: fix the building rules for Android 5.0 by Chih-Wei Huang · 9 years ago
  57. 94cab35 android: add gallium dirs to more places in the tree by Emil Velikov · 9 years ago
  58. 6fb8017 android: add $(mesa_top)/src include to the whole of mesa by Emil Velikov · 9 years ago
  59. 6c2c5f7 util: android: optimize the rules to generate format_srgb.c by Chih-Wei Huang · 10 years ago
  60. 978753e util/ralloc: Fix `extern "C"` usage. by Jose Fonseca · 9 years ago
  61. 33f0f68 ralloc: Implement a new ralloc_adopt() API. by Kenneth Graunke · 9 years ago
  62. 25d6cdd util/u_atomic: Ignore warnings interlocked accesses. by Jose Fonseca · 9 years ago
  63. 036e347 util: Optimize _mesa_roundeven with SSE 4.1. by Matt Turner · 9 years ago
  64. 5de8610 util: Add a roundeven test. by Matt Turner · 9 years ago
  65. dd0d3a2 mesa: Replace _mesa_round_to_even() with _mesa_roundeven(). by Matt Turner · 9 years ago
  66. 5f75983 Add macro for unused function attribute. by Vinson Lee · 9 years ago
  67. 3f16751 util: rework _MSC_VER >= 1200 checks by Emil Velikov · 9 years ago
  68. bfb4db8 include: Add helper header to help trap includes inside extern C. by José Fonseca · 10 years ago
  69. 237dcb4 Fix invalid extern "C" around header inclusion. by Mark Janes · 9 years ago
  70. 5bebd70 mesa: consolidate PUBLIC macro definition by Brian Paul · 9 years ago
  71. 00faf9f scons: Use -Werror MSVC compatibility flags per-directory. by Jose Fonseca · 9 years ago
  72. 80c5bd7 configure: Leverage gcc warn options to enable safe use of C99 features where possible. by Jose Fonseca · 9 years ago
  73. 692bd4a util: replace Elements() with ARRAY_SIZE() by Brian Paul · 9 years ago
  74. 982723d Revert "configure: Leverage gcc warn options to enable safe use of C99 features where possible." by Kenneth Graunke · 9 years ago
  75. 79daa51 configure: Leverage gcc warn options to enable safe use of C99 features where possible. by Jose Fonseca · 9 years ago
  76. f80af89 ra: Disable round-robin strategy for optimistically colorable nodes. by Francisco Jerez · 9 years ago
  77. b53d035 util: Move Mesa's bitset.h to util/. by Eric Anholt · 9 years ago
  78. e8c5cbf mesa: Add gallium include dirs to more parts of the tree. by Eric Anholt · 9 years ago
  79. 4671dca Use __typeof instead of typeof with Solaris Studio compilers by Alan Coopersmith · 9 years ago
  80. 1424bbf util/hash: Silence comparison between signed and unsigned integer warnings in tests by Ian Romanick · 9 years ago
  81. 3d8f957 util/hash: Silence unused parameter warnings in tests by Ian Romanick · 9 years ago
  82. b09f254 uti/u_atomic: Don't test p_atomic_add with booleans. by Jose Fonseca · 9 years ago
  83. 1ba9f9e util/u_atomic: Use lower-case variables in _Interlocked* helpers. by Jose Fonseca · 9 years ago
  84. 531d47b util/u_atomic: Add _InterlockedExchangeAdd8/16 for older MSVC. by Jose Fonseca · 9 years ago
  85. d2438f5 util/u_atomic: Test p_atomic_add() for 8bit integers. by Jose Fonseca · 9 years ago
  86. b16de0b util/u_atomic: Add new macro p_atomic_add by Carl Worth · 9 years ago
  87. 345e8cc util/hash_table: Try to hit a double-insertion bug in the collision test by Jason Ekstrand · 9 years ago
  88. 623c3a8 util/set: Do a full search when adding new items by Jason Ekstrand · 9 years ago
  89. c9287e7 util/hash_table: Do a full search when adding new items by Jason Ekstrand · 9 years ago
  90. fbc3e03 util/u_atomic: Provide a _InterlockedCompareExchange8 for older MSVC. by José Fonseca · 10 years ago
  91. d7f2dfb util/u_atomic: Use _Interlocked* intrinsics for non 64bits. by José Fonseca · 10 years ago
  92. 7c99187c mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/ by Eric Anholt · 9 years ago
  93. 8ab6759 mesa: Move simple_list.h to src/util. by Eric Anholt · 10 years ago
  94. 7ac79ee Revert "util: Move the alternate fpclassify implementation to util" by Jason Ekstrand · 9 years ago
  95. 58e8468 util: Predicate the fpclassify fallback on !defined(__cplusplus) by Jason Ekstrand · 9 years ago
  96. d6eb572 util: Move the alternate fpclassify implementation to util by Jason Ekstrand · 9 years ago
  97. 3cb10cc mesa: Fix some signed-unsigned comparison warnings by Jan Vesely · 10 years ago
  98. 3b8ccca Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h by Carl Worth · 10 years ago
  99. 9075823 sha1: Fix gcry_md_hd_t typo. by Vinson Lee · 10 years ago
  100. 59216f5 configure: Add machinery for --enable-shader-cache (and --disable-shader-cache) by Carl Worth · 10 years ago