View | Details | Raw Unified | Return to bug 225035 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/mesa-dri/Makefile (-1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mesa-dri
4
PORTNAME=	mesa-dri
5
PORTVERSION=	${MESAVERSION}
5
PORTVERSION=	${MESAVERSION}
6
PORTREVISION=	1
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
7
9
COMMENT=	OpenGL hardware acceleration drivers for DRI2+
8
COMMENT=	OpenGL hardware acceleration drivers for DRI2+
(-)b/graphics/mesa-dri/Makefile.common (-1 / +1 lines)
Lines 14-20 Link Here
14
MESAVERSION=	${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
14
MESAVERSION=	${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
15
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
15
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
16
16
17
MESABASEVERSION=	17.3.1
17
MESABASEVERSION=	17.3.4
18
# if there is a subversion, don't include the '-' between 7.11-rc2.
18
# if there is a subversion, don't include the '-' between 7.11-rc2.
19
MESASUBVERSION=
19
MESASUBVERSION=
20
20
(-)b/graphics/mesa-dri/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1513877589
1
TIMESTAMP = 1518693696
2
SHA256 (mesa-17.3.1.tar.xz) = 9ae607e0998a586fb2c866cfc8e45e6f52d1c56cb1b41288253ea83eada824c1
2
SHA256 (mesa-17.3.4.tar.xz) = 71f995e233bc5df1a0dd46c980d1720106e7f82f02d61c1ca50854b5e02590d0
3
SIZE (mesa-17.3.1.tar.xz) = 10669392
3
SIZE (mesa-17.3.4.tar.xz) = 10722704
(-)b/graphics/mesa-dri/files/extra-src_mesa_drivers_dri_i965_intel__screen.c (-5 / +5 lines)
Lines 22-33 diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i96 Link Here
22
index c7f111d..bc998ab 100644
22
index c7f111d..bc998ab 100644
23
--- src/mesa/drivers/dri/i965/intel_screen.c
23
--- src/mesa/drivers/dri/i965/intel_screen.c
24
+++ src/mesa/drivers/dri/i965/intel_screen.c
24
+++ src/mesa/drivers/dri/i965/intel_screen.c
25
@@ -1274,8 +1274,8 @@ intel_init_bufmgr(struct intel_screen *screen)
25
@@ -1776,8 +1776,8 @@ intel_init_bufmgr(struct intel_screen *screen)
26
 
26
       return false;
27
    drm_intel_bufmgr_gem_enable_fenced_relocs(screen->bufmgr);
27
    }
28
 
28
 
29
-   if (!intel_get_boolean(screen, I915_PARAM_HAS_WAIT_TIMEOUT)) {
29
-   if (!intel_get_boolean(screen, I915_PARAM_HAS_EXEC_NO_RELOC)) {
30
-      fprintf(stderr, "[%s: %u] Kernel 3.6 required.\n", __func__, __LINE__);
30
-      fprintf(stderr, "[%s: %u] Kernel 3.9 required.\n", __func__, __LINE__);
31
+   if (!intel_get_boolean(screen, I915_PARAM_HAS_RELAXED_DELTA)) {
31
+   if (!intel_get_boolean(screen, I915_PARAM_HAS_RELAXED_DELTA)) {
32
+      fprintf(stderr, "[%s: %u] Kernel 2.6.39 required.\n", __func__, __LINE__);
32
+      fprintf(stderr, "[%s: %u] Kernel 2.6.39 required.\n", __func__, __LINE__);
33
       return false;
33
       return false;

Return to bug 225035