Update to 2.3.1:
Adam Jackson (2): Remove useless loader symbol lists. savage 2.3.0 Alan Coopersmith (2): Remove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Alex Villacís Lasso (9): Bug #18378: Use xfVillKeyHelperDrawable if available. Fix EXA Copy Document the existence of the IgnoreEDID option YUV packed buffer and YV12 planar buffer (if required) are now separate allocations Add AGPforXv Option EXA: UTS Optimization Fix crash by null pointer access when DRI is not available. Implement use of Mastered Image Transfer through AGP for UploadToScreen EXA acceleration. Do not use XAAGetCopyROP outside of XAA-specific code Chris Ball (3): Build fix: EXA now requires -DEXA_DRIVER_KNOWN_MAJOR=3 configure: use AC_DEFINE instead of shell substitution Revert EXA 3 build fix. Tormod Volden (1): Savage: Do not add panel modes when there is no panel Dave Airlie (4): savage: update for resources/RAC API removal savage: change to using ABI version check savage: move abi check down for RAC savage: bump for release 2.3.1 Peter Hutterer (1): Update to xextproto 7.1 support.
This commit is contained in:
parent
48600ad9f2
commit
a5ef891d5b
3 changed files with 6 additions and 21 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/06/07 11:24:38 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2009/08/09 22:53:55 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xf86-video-savage-2.2.1
|
||||
PKGREVISION= 2
|
||||
DISTNAME= xf86-video-savage-2.3.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2008/08/09 16:02:35 tnn Exp $
|
||||
$NetBSD: distinfo,v 1.5 2009/08/09 22:53:55 wiz Exp $
|
||||
|
||||
SHA1 (xf86-video-savage-2.2.1.tar.bz2) = c20eaf260cae10c8c65d3d690825a5c70a30419b
|
||||
RMD160 (xf86-video-savage-2.2.1.tar.bz2) = 6da95193065653ec00df7b29d3590e88fbcda870
|
||||
Size (xf86-video-savage-2.2.1.tar.bz2) = 305286 bytes
|
||||
SHA1 (xf86-video-savage-2.3.1.tar.bz2) = a368eb1b082fc4fc5964090c99e4312eaddf5df8
|
||||
RMD160 (xf86-video-savage-2.3.1.tar.bz2) = 920be2de1acabd784a4c688d6bd5d20aa1a81f08
|
||||
Size (xf86-video-savage-2.3.1.tar.bz2) = 327377 bytes
|
||||
SHA1 (patch-aa) = 7641e31fec7a60aab84ebc0b89bcaa5b340c16dd
|
||||
SHA1 (patch-ab) = 79b3eb30992c679a9316aafd6fc3feaee1af0093
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.1 2007/08/15 18:10:02 joerg Exp $
|
||||
|
||||
--- configure.orig 2007-08-15 20:06:10.000000000 +0200
|
||||
+++ configure
|
||||
@@ -21329,7 +21329,7 @@ _ACEOF
|
||||
fi
|
||||
|
||||
|
||||
-if test "$DRI" != no; then
|
||||
+if test "x$DRI" = xauto; then
|
||||
as_ac_File=`echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
|
||||
{ echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
|
||||
echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6; }
|
Loading…
Reference in a new issue