Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79467 | Differences between
and this patch

Collapse All | Expand All

(-)xorg-x11-6.8.2-r2.ebuild- (+20 lines)
Line 0 Link Here
1
$Id$
2
3
Add RENDER and X Acceleration Architecture (XAA) support to Sun FFB driver,
4
and use FB framebuffer layer instead of MFB and CFB.
5
6
This patch by David S. Miller.
7
Forward-port by Fabio M. Di Nitto.
8
9
diff -ruN xc-old/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_accel.c xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_accel.c
10
--- xc-old/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_accel.c	2004-04-23 21:48:16.000000000 +0200
Line 0 Link Here
1
Index: Imakefile
2
===================================================================
3
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/sunleo/Imakefile,v
4
retrieving revision 1.2
5
diff -u -r1.2 xc/programs/Xserver/hw/xfree86/drivers/sunleo/Imakefile
6
--- xc/programs/Xserver/hw/xfree86/drivers/sunleo/Imakefile	23 Apr 2004 19:48:50 -0000	1.2
Lines 493-498 Link Here
493
	cd ${WORKDIR}
493
	cd ${WORKDIR}
494
	EPATCH_SUFFIX="patch" \
494
	EPATCH_SUFFIX="patch" \
495
	epatch ${PATCHDIR}
495
	epatch ${PATCHDIR}
496
	einfo "Apply sunleo patch"
497
	epatch ${FILESDIR}/sunleo-conversion-2.patch
498
	einfo "Apply sunffb xaa patch"
499
	epatch ${FILESDIR}/092_Xserver_sunffb_xaa_extension.diff
496
	cd ${S}
500
	cd ${S}
497
}
501
}
498
502

Return to bug 79467