[Lunar-commits] rendercheck: new module XRender acceleration quality test
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Jan 31 02:25:24 CET 2008
commit e42838981f1daf5acb3326e21b7b07ebd2f623a9
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Jan 31 02:25:24 2008 +0100
rendercheck: new module XRender acceleration quality test
---
xorg7/app/rendercheck/BUILD | 6 ++++++
xorg7/app/rendercheck/CONFLICTS | 6 ++++++
xorg7/app/rendercheck/DETAILS | 19 +++++++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/xorg7/app/rendercheck/BUILD b/xorg7/app/rendercheck/BUILD
new file mode 100644
index 0000000..cfe3408
--- /dev/null
+++ b/xorg7/app/rendercheck/BUILD
@@ -0,0 +1,6 @@
+(
+ . /etc/profile.d/x11r7.rc &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/xorg7/app/rendercheck/CONFLICTS b/xorg7/app/rendercheck/CONFLICTS
new file mode 100644
index 0000000..8713d0e
--- /dev/null
+++ b/xorg7/app/rendercheck/CONFLICTS
@@ -0,0 +1,6 @@
+conflicts XOrg6 &&
+conflicts XOrg-test &&
+conflicts XOrg-fonts-base &&
+conflicts XOrg-fonts-extra &&
+conflicts XOrg-drm &&
+conflicts XOrg-drm-cvs
diff --git a/xorg7/app/rendercheck/DETAILS b/xorg7/app/rendercheck/DETAILS
new file mode 100644
index 0000000..330ceb0
--- /dev/null
+++ b/xorg7/app/rendercheck/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=rendercheck
+ VERSION=1.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$XORG_URL/individual/app/
+ SOURCE_VFY=sha1:bc01be694a2100df8cb976d4a7fa273387daabea
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://www.x.org/
+ ENTERED=20060302
+ UPDATED=20071122
+ SHORT="Suite of tests for the XRender extension"
+cat << EOF
+rendercheck is a program to test a Render extension implementation
+against separate calculations of expected output.
+Tests currently include:
+ *Destination coordinates correctness
+ *Source coordinates correctness
+ *Composite with and without mask (with/without component alpha),
+ with 1x1 repeating Pictures and 10x10 Pictures.
+EOF
More information about the Lunar-commits
mailing list