Date: Tue, 10 Apr 2018 00:14:42 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466925 - in head/graphics/mesa-dri: . files Message-ID: <201804100014.w3A0EgxW063559@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Apr 10 00:14:41 2018 New Revision: 466925 URL: https://svnweb.freebsd.org/changeset/ports/466925 Log: graphics/mesa-{libs,dri}: update to 17.3.8 Changes: https://www.mesa3d.org/relnotes/17.3.2.html Changes: https://www.mesa3d.org/relnotes/17.3.3.html Changes: https://www.mesa3d.org/relnotes/17.3.4.html Changes: https://www.mesa3d.org/relnotes/17.3.5.html Changes: https://www.mesa3d.org/relnotes/17.3.6.html Changes: https://www.mesa3d.org/relnotes/17.3.7.html Changes: https://www.mesa3d.org/relnotes/17.3.8.html PR: 225035 Tested by: Oleh Hushchenkov, Kevin Oberman Approved by: maintainer timeout (3 months, cookie licking) MFH: 2018Q2 (mostly regression fixes) Modified: head/graphics/mesa-dri/Makefile (contents, props changed) head/graphics/mesa-dri/Makefile.common (contents, props changed) head/graphics/mesa-dri/distinfo (contents, props changed) head/graphics/mesa-dri/files/extra-src_mesa_drivers_dri_i965_intel__screen.c Modified: head/graphics/mesa-dri/Makefile ============================================================================== --- head/graphics/mesa-dri/Makefile Tue Apr 10 00:14:22 2018 (r466924) +++ head/graphics/mesa-dri/Makefile Tue Apr 10 00:14:41 2018 (r466925) @@ -3,7 +3,6 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 3 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ Modified: head/graphics/mesa-dri/Makefile.common ============================================================================== --- head/graphics/mesa-dri/Makefile.common Tue Apr 10 00:14:22 2018 (r466924) +++ head/graphics/mesa-dri/Makefile.common Tue Apr 10 00:14:41 2018 (r466925) @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 17.3.1 +MESABASEVERSION= 17.3.8 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= Modified: head/graphics/mesa-dri/distinfo ============================================================================== --- head/graphics/mesa-dri/distinfo Tue Apr 10 00:14:22 2018 (r466924) +++ head/graphics/mesa-dri/distinfo Tue Apr 10 00:14:41 2018 (r466925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513877589 -SHA256 (mesa-17.3.1.tar.xz) = 9ae607e0998a586fb2c866cfc8e45e6f52d1c56cb1b41288253ea83eada824c1 -SIZE (mesa-17.3.1.tar.xz) = 10669392 +TIMESTAMP = 1522776465 +SHA256 (mesa-17.3.8.tar.xz) = 8f9d9bf281c48e4a8f5228816577263b4c655248dc7666e75034ab422951a6b1 +SIZE (mesa-17.3.8.tar.xz) = 10660896 Modified: head/graphics/mesa-dri/files/extra-src_mesa_drivers_dri_i965_intel__screen.c ============================================================================== --- head/graphics/mesa-dri/files/extra-src_mesa_drivers_dri_i965_intel__screen.c Tue Apr 10 00:14:22 2018 (r466924) +++ head/graphics/mesa-dri/files/extra-src_mesa_drivers_dri_i965_intel__screen.c Tue Apr 10 00:14:41 2018 (r466925) @@ -22,12 +22,12 @@ diff --git a/src/mesa/drivers/dri/i965/intel_screen.c index c7f111d..bc998ab 100644 --- src/mesa/drivers/dri/i965/intel_screen.c +++ src/mesa/drivers/dri/i965/intel_screen.c -@@ -1274,8 +1274,8 @@ intel_init_bufmgr(struct intel_screen *screen) +@@ -1776,8 +1776,8 @@ intel_init_bufmgr(struct intel_screen *screen) + return false; + } - drm_intel_bufmgr_gem_enable_fenced_relocs(screen->bufmgr); - -- if (!intel_get_boolean(screen, I915_PARAM_HAS_WAIT_TIMEOUT)) { -- fprintf(stderr, "[%s: %u] Kernel 3.6 required.\n", __func__, __LINE__); +- if (!intel_get_boolean(screen, I915_PARAM_HAS_EXEC_NO_RELOC)) { +- fprintf(stderr, "[%s: %u] Kernel 3.9 required.\n", __func__, __LINE__); + if (!intel_get_boolean(screen, I915_PARAM_HAS_RELAXED_DELTA)) { + fprintf(stderr, "[%s: %u] Kernel 2.6.39 required.\n", __func__, __LINE__); return false;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804100014.w3A0EgxW063559>