1. febfe0a build: bump version to 2.4.109 by Simon Ser · 2 years, 6 months ago
  2. d76c387 build: bump version to 2.4.108 by Simon Ser · 2 years, 7 months ago
  3. e6fb9cc meson: Don't build libkms for Android. by Eric Anholt · 3 years, 1 month ago
  4. a819b9a meson: Build libdrm.so as an unversioned lib on Android. by Eric Anholt · 3 years, 1 month ago
  5. 9cef5de Bump version to 2.4.107 by Bas Nieuwenhuizen · 3 years ago
  6. 67e9119 xf86drm: Add a human readable representation for format modifiers by Marius Vlad · 3 years, 4 months ago
  7. 77b642b Bump version to 2.4.106 by Dave Airlie · 3 years ago
  8. 6b4e956 Bump version to 2.4.105 by Leo Liu · 3 years, 2 months ago
  9. 52f05d3 meson: use library() instead of shared_library(). by Fang Tan · 3 years, 3 months ago
  10. 62b9a3e meson: Also search for rst2man.py by Heiko Becker · 3 years, 5 months ago
  11. a55042e Bump version to 2.4.104 by Simon Ser · 3 years, 5 months ago
  12. 05b0a95 man: convert to reStructuredText by Simon Ser · 4 years ago
  13. 5dea8f5 Bump version to 2.4.103 by Dave Airlie · 3 years, 7 months ago
  14. bb70ab8 Bump version to 2.4.102 by Dave Airlie · 4 years ago
  15. c997baf meson: require valgrind 3.10.0 to enable it with freedreno by Jose Maria Casanova Crespo · 4 years, 1 month ago
  16. 1f8ada8 meson: don't detect <sys/sysctl.h> on Linux by Eric Engestrom · 4 years, 2 months ago
  17. 27fa47a Bump version to 2.4.101 by Timo Aaltonen · 4 years, 2 months ago
  18. 074947e meson: always define whether headers exist by Eric Engestrom · 6 years ago
  19. 077e642 meson: add symbols check for core libdrm by Eric Engestrom · 4 years, 7 months ago
  20. c70bd7b meson: Replace 'config.h' with config_file by Scott Anderson · 4 years, 6 months ago
  21. 8de2696 meson.build: fix intel atomics detection by Peter Seiderer · 6 years ago
  22. 73d826b meson: drop old symbols check environment by Eric Engestrom · 4 years, 7 months ago
  23. 303cf6b meson: import Mesa's symbols check script by Eric Engestrom · 4 years, 7 months ago
  24. 0573495 Bump the version to 2.4.100 by Marek Olšák · 4 years, 8 months ago
  25. dddeff5 *-symbols-check: let meson figure out how to execute the scripts by Eric Engestrom · 4 years, 8 months ago
  26. 4083e8f meson.build: Fix header detection on FreeBSD by Niclas Zeising · 5 years ago
  27. 7e46f4d meson.build: Fix typo by Niclas Zeising · 5 years ago
  28. cb637bc amdgpu: remove json package dependence by Guchun Chen · 4 years, 9 months ago
  29. 827a2a2 meson: fix sys/mkdev.h detection on Solaris by Eric Engestrom · 4 years, 9 months ago
  30. 1ef1e4d tests/amdgpu/ras: refine ras inject test by Guchun Chen · 4 years, 10 months ago
  31. b2103fa Bump version to 2.4.99 by Marek Olšák · 5 years ago
  32. be3b076 Bump the version to 2.4.98 by Emil Velikov · 5 years ago
  33. 360292c fix various typos by Eric Engestrom · 5 years ago
  34. b7a7a90 Bump the version to 2.4.97 by Marek Olšák · 5 years ago
  35. 8c1fddc meson: fix typo in compiler flag by Eric Engestrom · 6 years ago
  36. 5a3bdc7 Bump to version 2.4.96 by Rob Clark · 6 years ago
  37. 4f1c765 Bump to version 2.4.95 by Emil Velikov · 6 years ago
  38. 7dea956 Revert "Bump to version 2.4.95" by Emil Velikov · 6 years ago
  39. 6e50a30 Bump to version 2.4.95 by Emil Velikov · 6 years ago
  40. ba80825 meson: make symbols hidden by default by Lucas De Marchi · 6 years ago
  41. 8389c54 Bump to version 2.4.94 by Kristian H. Kristensen · 6 years ago
  42. f0c642e libdrm: add msm drm uapi header by Tanmay Shah · 6 years ago
  43. 87fdbfb configure.ac: bump version to 2.4.93 by Marek Olšák · 6 years ago
  44. cb592ac bump version for release by Rob Clark · 6 years ago
  45. 361d4bf meson: drop unnecessary variable by Eric Engestrom · 6 years ago
  46. edaca47 meson: move line to allow using `config` earlier by Eric Engestrom · 6 years ago
  47. 56f6d3d meson: drop unneeded dependency to libudev by Eric Engestrom · 6 years ago
  48. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 6 years ago
  49. 431f1a1 meson: replace `if(compiles) have=true` with `have=compiles` by Eric Engestrom · 6 years ago
  50. 0758520 meson,configure: always define UDEV by Eric Engestrom · 6 years ago
  51. e8d3d88 meson,configure: always define HAVE_VISIBILITY by Eric Engestrom · 6 years ago
  52. 1a44bba meson,configure: always define HAVE_OPEN_MEMSTREAM by Eric Engestrom · 6 years ago
  53. a58490d meson: detect alloca.h by Eric Engestrom · 6 years ago
  54. 2bd461e meson: make it easy to add headers to check by Eric Engestrom · 6 years ago
  55. 0663dbd meson: don't use compiler.has_header by Dylan Baker · 6 years ago
  56. 5236de6 meson: use pkg-config to detect libatomic_ops by Eric Engestrom · 6 years ago
  57. 85ae22a bump version for release by Rob Clark · 6 years ago
  58. 7a58c21 meson: add configuration summary by Eric Engestrom · 6 years ago
  59. 4f08bfe *-symbol-check: Don't hard-code nm executable by Heiko Becker · 6 years ago
  60. 9eb6c8a meson/configure.ac: pthread-stubs not present on OpenBSD by Jonathan Gray · 6 years ago
  61. 9411f8e meson: do not use cairo/valgrind if disabled by Igor Gnatenko · 6 years ago
  62. a05f5ac meson: bump the version number by Marek Olšák · 6 years ago
  63. deb5978 meson: include headers in root directory in ext_libdrm by Dylan Baker · 6 years ago
  64. ba17673 meson,configure: turn undefined preprocessor tokens warnings into errors by Eric Engestrom · 6 years ago
  65. 75758d2 meson,configure: add warning when using undefined preprocessor tokens by Eric Engestrom · 6 years ago
  66. 8177d73 meson: cleanup whitespace by Eric Engestrom · 6 years ago
  67. 5457e00 meson: sort HAVE_* defines by Eric Engestrom · 6 years ago
  68. 1d7bbf8 always define HAVE_VALGRIND by Eric Engestrom · 6 years ago
  69. d2b0a4e always define HAVE_CAIRO by Eric Engestrom · 6 years ago
  70. ec53f48 always define HAVE_FREEDRENO_KGSL by Eric Engestrom · 6 years ago
  71. ee47329 meson,configure: always define HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON} by Eric Engestrom · 6 years ago
  72. 540827c meson,configure: remove unused HAVE_ETNAVIV define by Eric Engestrom · 6 years ago
  73. 2cd9105 meson,configure: remove unused HAVE_FREEDRENO define by Eric Engestrom · 6 years ago
  74. 052ef66 meson,configure: remove unused HAVE_TEGRA define by Eric Engestrom · 6 years ago
  75. de9be0b meson,configure: remove unused HAVE_OMAP define by Eric Engestrom · 6 years ago
  76. 52689ee meson: add missing HAVE_RADEON by Eric Engestrom · 6 years ago
  77. 5df9367 meson: set the minimum version correctly by Dylan Baker · 6 years ago
  78. 5f7deb5 Add meson build system by Dylan Baker · 7 years ago