i965: bump libdrm requirement to 2.4.61 and drop in-tree workaround

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
Emil Velikov 2015-07-06 09:42:01 +01:00
parent c505064b2c
commit a025e539e4
2 changed files with 1 additions and 6 deletions

View File

@ -68,7 +68,7 @@ AC_SUBST([OSMESA_VERSION])
dnl Versions for external dependencies
LIBDRM_REQUIRED=2.4.38
LIBDRM_RADEON_REQUIRED=2.4.56
LIBDRM_INTEL_REQUIRED=2.4.60
LIBDRM_INTEL_REQUIRED=2.4.61
LIBDRM_NVVIEUX_REQUIRED=2.4.33
LIBDRM_NOUVEAU_REQUIRED=2.4.62
LIBDRM_FREEDRENO_REQUIRED=2.4.57

View File

@ -1330,11 +1330,6 @@ set_max_gl_versions(struct intel_screen *screen)
}
}
/* drop when libdrm 2.4.61 is released */
#ifndef I915_PARAM_REVISION
#define I915_PARAM_REVISION 32
#endif
static int
brw_get_revision(int fd)
{