xorg-xf86-video-mga: update to 1.6.4

This commit is contained in:
Juergen Daubert 2015-02-23 14:38:36 +01:00
parent 0d0caf5d5c
commit deb990d89b
3 changed files with 4 additions and 32 deletions

View File

@ -1,2 +1 @@
f30276648ff697e8e7275443d9226d5b remove-validatetree.patch
a53b5ce166e31c181aaa4c3816d8babb xf86-video-mga-1.6.3.tar.bz2
cd3db8370caa3e607614ea4e74d4c350 xf86-video-mga-1.6.4.tar.bz2

View File

@ -4,16 +4,13 @@
# Depends on: xorg-server
name=xorg-xf86-video-mga
version=1.6.3
release=2
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-$version.tar.bz2 \
remove-validatetree.patch)
version=1.6.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-$version.tar.bz2)
build() {
cd xf86-video-mga-$version
patch -p1 -i $SRC/remove-validatetree.patch
./configure --prefix=/usr --mandir=/usr/man
make

View File

@ -1,24 +0,0 @@
From cf46b1017a2663c59f07abd417573b9580f0145f Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Tue, 29 Jul 2014 09:14:15 -0400
Subject: dri: Stop (uselessly) initializing the ValidateTree hooks
Signed-off-by: Adam Jackson <ajax@redhat.com>
diff --git a/src/mga_dri.c b/src/mga_dri.c
index a1c39f3..b957028 100644
--- a/src/mga_dri.c
+++ b/src/mga_dri.c
@@ -1165,9 +1165,6 @@ Bool MGADRIScreenInit( ScreenPtr pScreen )
pDRIInfo->frameBufferStride = pScrn->displayWidth*(pScrn->bitsPerPixel/8);
pDRIInfo->ddxDrawableTableEntry = MGA_MAX_DRAWABLES;
- pDRIInfo->wrap.ValidateTree = NULL;
- pDRIInfo->wrap.PostValidateTree = NULL;
-
pDRIInfo->createDummyCtx = TRUE;
pDRIInfo->createDummyCtxPriv = FALSE;
--
cgit v0.10.2