1. 0f39fb8 configure.ac: require libdrm_amdgpu 2.4.79 by Samuel Pitoiset · 7 years ago
  2. 3c52a73 swr: [configure.ac/scons] require c++14 by Tim Rowley · 7 years ago
  3. 8307124 configure.ac: pthread-stubs is not a thing on GNU/kFreeBSD by Emil Velikov · 7 years ago
  4. a0970de configure.ac: require libdrm_amdgpu 2.4.77 by Nicolai Hähnle · 7 years ago
  5. a6a38a0 util/u_atomic: provide 64bit atomics where they're missing by Grazvydas Ignotas · 7 years ago
  6. 70c2720 gallium/util: libunwind support by Rob Clark · 7 years ago
  7. 6e44087 configure.ac: require libdrm_amdgpu 2.4.76 for Vega by Marek Olšák · 7 years ago
  8. bd6f0dc configure.ac: Do not strip away space after regex word match. by Vinson Lee · 7 years ago
  9. 62c48cc configure.ac: Use POSIX compatible regex for word boundary. by Vinson Lee · 7 years ago
  10. 8a5680f configure.ac: bump pthread-stubs requirement by Emil Velikov · 7 years ago
  11. b1fb6e8 anv: do not open random render node(s) by Emil Velikov · 8 years ago
  12. 8ff2937 radv/winsys: use drmGetDevice2 API by Emil Velikov · 8 years ago
  13. 2c72e78 autoconf/scons: bump libdrm to 2.4.75 by Emil Velikov · 8 years ago
  14. fe56c74 Convert sed(1) syntax to be compatible with FreeBSD and OpenBSD by Jan Beich · 7 years ago
  15. 3278cd7 aubinator/genxml: use gzipped files to store embedded genxml by Lionel Landwerlin · 7 years ago
  16. b82bd31 configure.ac: require pthread-stubs only where available by Emil Velikov · 7 years ago
  17. 9aebdb5 configure.ac: do not require the i965 driver for ANV by Emil Velikov · 7 years ago
  18. ee8044f intel/vulkan: Get rid of recursive make by Jason Ekstrand · 7 years ago
  19. 7f9bbcf intel/tools: Use a makefile included from intel/Makefile.am by Jason Ekstrand · 7 years ago
  20. d1042ef configure.ac: provide a fall-back define for WAYLAND_SCANNER by Emil Velikov · 7 years ago
  21. 58b69ee Revert "configure.ac: Use PKG_CHECK_VAR for wayland-scanner." by Matt Turner · 7 years ago
  22. 0b361f9 Revert "configure.ac: Use PKG_CHECK_VAR for libclc." by Matt Turner · 7 years ago
  23. 69063d0 configure.ac: Ensure libomxil-bellagio exists before invoking pkg-config. by Matt Turner · 7 years ago
  24. 86c023f configure.ac: Ensure libva is enabled before invoking pkg-config. by Matt Turner · 7 years ago
  25. 706074c configure.ac: Use PKG_CHECK_VAR for libclc. by Matt Turner · 7 years ago
  26. 8a26e94 configure.ac: Use PKG_CHECK_VAR for wayland-scanner. by Matt Turner · 7 years ago
  27. f73903f configure.ac: Fix error message in radeon_llvm_check(). by Matt Turner · 7 years ago
  28. e457e6a build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM. by Matt Turner · 7 years ago
  29. 7e1faa7 radeonsi: drop support for LLVM 3.6 & 3.7 by Marek Olšák · 7 years ago
  30. 08a8236 configure.ac: increase required swr llvm to 3.9.0 by Tim Rowley · 7 years ago
  31. 85a9b1b util/disk_cache: compress individual cache entries by Timothy Arceri · 7 years ago
  32. 7d1195c clover: Work around build failure with AltiVec. by Matt Turner · 7 years ago
  33. 64b2152 r600g: fix build without opencl and static llvm libs by Marc Dietrich · 7 years ago
  34. 5398d00 configure.ac: check require_basic_egl only if egl enabled by Leo Liu · 7 years ago
  35. 8e03250 vulkan: Combine wsi and util makefiles by Dylan Baker · 7 years ago
  36. e9dcb17 vulkan/util: Add generator for enum_to_str functions by Dylan Baker · 7 years ago
  37. 350e8e8 configure.ac: remove unneeded trailing semicolon by Emil Velikov · 7 years ago
  38. f3637b3 configure.ac: bump LIBDRM_RADEON requirement to 2.4.71 by Emil Velikov · 7 years ago
  39. d4fa083 util: Add utility build-id code. by Matt Turner · 7 years ago
  40. 43b09ee configure.ac: check for libXdamage 1.1 or later by Emil Velikov · 8 years ago
  41. 6689cc0 configure.ac: dump dri2proto requirement to 2.8 by Emil Velikov · 8 years ago
  42. 6ffddba configure.ac: do not use deprecated macros - AC_HELP_STRING AC_ERROR by Emil Velikov · 8 years ago
  43. 0f53404 configure.ac: Drop LLVM compiler flags more radically by Michel Dänzer · 8 years ago
  44. b3b4156 configure.ac: supersede --enable-gallium-llvm over --enable-llvm by Emil Velikov · 8 years ago
  45. bdd6147 configure.ac: remove dummy radeon_gallium_llvm_check() by Emil Velikov · 8 years ago
  46. d4840c0 configure.ac: correctly manage llvm auto-detection by Emil Velikov · 8 years ago
  47. ce65cc1 configure.ac: disable enable_gallium_llvm in the !x86 case by Emil Velikov · 8 years ago
  48. 4d8bb9c configure.ac: set LLVM_{C, CXX, LD}FLAGS only as needed by Emil Velikov · 8 years ago
  49. fc30992 Revert "configure.ac: Create correct LLVM_VERSION_INT with minor >= 10" by Emil Velikov · 8 years ago
  50. 5e9f4a5 configure.ac: don't use == with test by Emil Velikov · 8 years ago
  51. 65ee9df configure.ac: remove unused LLVM variables by Emil Velikov · 8 years ago
  52. 143c566 configure.ac: Only define HAVE_LLVM if LLVM is used by Tobias Droste · 8 years ago
  53. 04377cb configure.ac: Rework MESA_LLVM and LLVM detection by Tobias Droste · 8 years ago
  54. 5869a7d configure.ac: move enable-gallium-llvm dependency with-gallium-drivers by Emil Velikov · 8 years ago
  55. a66ffcd configure.ac: Mandate --enable-gallium-llvm when checking LLVM version by Emil Velikov · 8 years ago
  56. 514a494 configure.ac: Rename the gallium_require_llvm helper by Emil Velikov · 8 years ago
  57. f64d4d8 configure.ac: Don't check LLVM version in require_llvm by Tobias Droste · 8 years ago
  58. 38abcdb configure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk further up by Emil Velikov · 8 years ago
  59. 3a7973f configure.ac: remove unused AC_SUBST([MESA_LLVM]) by Emil Velikov · 8 years ago
  60. 8a2d88e configure: add blurb about what the LIBDRM_*_REQUIRED stuff means by Ilia Mirkin · 8 years ago
  61. 25aa98c configure.ac: remove src/gallium/winsys/intel/drm/Makefile reference by Emil Velikov · 8 years ago
  62. 97495c4 configure.ac: Remove redundant libglvnd stanza by Boyan Ding · 8 years ago
  63. 49f6408 configure.ac: add swr to the gallium drivers list. by Emil Velikov · 8 years ago
  64. 9d5b681 configure.ac: list all the dri-drivers in the help string by Emil Velikov · 8 years ago
  65. d77fa31 ilo: EOL drop unmaintained gallium drv from buildsys by Edward O'Callaghan · 8 years ago
  66. 2b4eaab configure: libdrm is a single package by Ilia Mirkin · 8 years ago
  67. b457f67 configure.ac: explicitly require libdrm for dri classic drivers. by Dave Airlie · 8 years ago
  68. 6ee4665 configure: Only require libdrm 2.4.75 for intel. by Vinson Lee · 8 years ago
  69. b8acb6b configure: Require libdrm >= 2.4.75 by Chad Versace · 8 years ago
  70. cb6be5c configure.ac: list radeon in --with-vulkan-drivers help string by Emil Velikov · 8 years ago
  71. 9e9e917 autoconf: set all __STDC_*_MACROS by Emil Velikov · 8 years ago
  72. 1f2a890 configure.ac: Require LLVM for r300 only on x86 and x86_64 by Andreas Boll · 8 years ago
  73. 5872850 configure.ac: move require_dri_shared_libs_and_glapi() before its users by Emil Velikov · 8 years ago
  74. 9f8dc3b utils: build sha1/disk cache only with Android/Autoconf by Emil Velikov · 8 years ago
  75. d1efa09 util: import sha1 implementation from OpenBSD by Emil Velikov · 8 years ago
  76. 687cf37 configure: error out when building static XOR shared by Emil Velikov · 8 years ago
  77. da410e6 configure: explicitly require shared glapi for enable-dri by Emil Velikov · 8 years ago
  78. b628fdd configure: factor out commom egl/gbm checks by Emil Velikov · 8 years ago
  79. e8044dd configure: remove HAVE_EGL_DRIVER_DRI[23] by Emil Velikov · 8 years ago
  80. 3b887f1 configure: forbid static EGL/GBM by Emil Velikov · 8 years ago
  81. d406621 configure: remove unused AC_SUBST variables by Emil Velikov · 8 years ago
  82. 4380a20 gallium: correctly manage libsensors link flags by Emil Velikov · 8 years ago
  83. dfc84c2 mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro by Emil Velikov · 8 years ago
  84. 95d9eae configure: use standard check for attribure alias by Emil Velikov · 8 years ago
  85. 3404196 configure.ac: Revert recent HAVE_LLVM changes. by Jose Fonseca · 8 years ago
  86. 2d14ae6 configure.ac: Respect LLVM_CFLAGS in LLVM version detection by Tomasz Figa · 8 years ago
  87. 1a0aa46 configure.ac: Don't check LLVM version in gallium_require_llvm by Tobias Droste · 8 years ago
  88. 4d0efb9 configure.ac: Set and use HAVE_GALLIUM_LLVM define by Tobias Droste · 8 years ago
  89. b045d23 configure.ac: Only define HAVE_LLVM if LLVM is used by Tobias Droste · 8 years ago
  90. 38e8129 configure.ac: Only set LLVM_LIBS if LLVM is used by Tobias Droste · 8 years ago
  91. add9066 configure.ac: Rename MESA_LLVM to FOUND_LLVM by Tobias Droste · 8 years ago
  92. 0ef17d7 vl/dri3: use external texture as back buffers(v4) by Nayan Deshmukh · 8 years ago
  93. 36b9976 egl/wayland: Avoid race conditions when on non-main thread by Jonas Ådahl · 8 years ago
  94. e9a4ec4 glx: Add missing glproto dependency for gallium-xlib glx by Chuck Atkins · 8 years ago
  95. e8626e3 imx: gallium driver for imx-drm scanout driver by Christian Gmeiner · 8 years ago
  96. c9e8b49 etnaviv: gallium driver for Vivante GPUs by The etnaviv authors · 8 years ago
  97. dbe0dd1 configure: Fix another bashism. by Eric Anholt · 8 years ago
  98. d0d2153 configure: cleanup GLX_USE_TLS handling by Emil Velikov · 8 years ago
  99. b83153e configure: enable glx-tls by default by Emil Velikov · 8 years ago
  100. 0e9a5be configure.ac: Create correct LLVM_VERSION_INT with minor >= 10 by Tobias Droste · 8 years ago