Mesa (master): i965: Bump libdrm requirement

Ian Romanick idr at kemper.freedesktop.org
Tue Nov 26 21:14:05 UTC 2013


Module: Mesa
Branch: master
Commit: cb728bb028d782d5619e3da63afeeaf0b68507d0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb728bb028d782d5619e3da63afeeaf0b68507d0

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Nov 18 12:41:15 2013 -0800

i965: Bump libdrm requirement

drm_intel_get_reset_stats is only available in libdrm-2.4.48, and
libdrm-2.4.49 contains an important bug fix in that function.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Cc: "10.0" <mesa-stable at lists.freedesktop.org>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 434df60..8c52535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_SUBST([OSMESA_VERSION])
 dnl Versions for external dependencies
 LIBDRM_REQUIRED=2.4.24
 LIBDRM_RADEON_REQUIRED=2.4.49
-LIBDRM_INTEL_REQUIRED=2.4.38
+LIBDRM_INTEL_REQUIRED=2.4.49
 LIBDRM_NVVIEUX_REQUIRED=2.4.33
 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41"
 LIBDRM_FREEDRENO_REQUIRED=2.4.39




More information about the mesa-commit mailing list