xf86-video-intel: update to 2.21.11.

This commit is contained in:
Juan RP 2013-07-01 09:00:49 +02:00
parent 44c27bd143
commit f93d066bd5
2 changed files with 4 additions and 34 deletions

View File

@ -1,30 +0,0 @@
From 77ddadf0ec6b867a0638660bf06c82ad31577795 Mon Sep 17 00:00:00 2001
From: Chris Wilson <chris@chris-wilson.co.uk>
Date: Sun, 23 Jun 2013 21:01:12 +0000
Subject: sna: Clear 'clear' hint upon uploading into tiled
Fixes regression from
commit 53c113c3cc2f8527debc185f0819139ca8637637 [2.21.10]
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date: Fri Jun 21 19:27:24 2013 +0100
sna: Allow PutImage to write inplace using manual tiling
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66059
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 0994c33..43d6a67 100644
--- src/sna/sna_accel.c
+++ src/sna/sna_accel.c
@@ -4000,6 +4000,8 @@ try_upload_tiled_x(PixmapPtr pixmap, RegionRec *region,
} while (--n);
__kgem_bo_unmap__cpu(&sna->kgem, priv->gpu_bo, dst);
+ priv->clear = false;
+ priv->cpu = false;
return true;
}
--
cgit v0.9.0.2-2-gbebe

View File

@ -1,7 +1,7 @@
# Template build file for 'xf86-video-intel'.
pkgname=xf86-video-intel
version=2.21.10
revision=2
version=2.21.11
revision=1
build_style=gnu-configure
configure_args="--with-default-accel=sna --enable-kms-only --enable-sna"
makedepends="pkg-config dri2proto>=2.6 libudev-devel>=183 libdrm-devel
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org/"
license="MIT"
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
checksum=7a4bcad83e8153ab1eec46dfee2412b7b20d087f438af4bf97f460f67c5ca9b6
checksum=523aa13f2ba65f0be871de338956a5acccb0d3a3d9c195ed3cd47abc2c025e22
only_for_archs="i686 x86_64"
@ -21,7 +21,7 @@ post_install() {
}
xf86-video-intel_package() {
depends="xserver-abi-video>=13<14 mesa-intel-dri"
depends="xserver-abi-video-13 mesa-intel-dri"
pkg_install() {
vmove usr
}