pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/rendercheck Import rendercheck-1.3. Useful to see...
details: https://anonhg.NetBSD.org/pkgsrc/rev/93c70a28e610
branches: trunk
changeset: 542769:93c70a28e610
user: bjs <bjs%pkgsrc.org@localhost>
date: Tue May 27 04:53:16 2008 +0000
description:
Import rendercheck-1.3. Useful to see if your video driver
does the Right Thing(tm) with render acceleration.
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
- Transformed (FilterNearest) source coordinates correctness.
- Composite with and without mask (with/without component alpha), with 1x1
repeating Pictures and 10x10 Pictures.
- Linear gradients
- Repeating sources/masks at POT and non-POT sizes
- Some regression tests for bugs from freedesktop.org bugzilla.
diffstat:
x11/rendercheck/DESCR | 12 ++++++++++++
x11/rendercheck/Makefile | 21 +++++++++++++++++++++
x11/rendercheck/PLIST | 3 +++
x11/rendercheck/distinfo | 5 +++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 4f0e9f973011 -r 93c70a28e610 x11/rendercheck/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rendercheck/DESCR Tue May 27 04:53:16 2008 +0000
@@ -0,0 +1,12 @@
+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
+- Transformed (FilterNearest) source coordinates correctness.
+- Composite with and without mask (with/without component alpha), with 1x1
+ repeating Pictures and 10x10 Pictures.
+- Linear gradients
+- Repeating sources/masks at POT and non-POT sizes
+- Some regression tests for bugs from freedesktop.org bugzilla.
diff -r 4f0e9f973011 -r 93c70a28e610 x11/rendercheck/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rendercheck/Makefile Tue May 27 04:53:16 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/27 04:53:16 bjs Exp $
+#
+
+DISTNAME= rendercheck-1.3
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=app/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= bjs%NetBSD.org@localhost
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= XRender test application
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_FEATURES= err
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4f0e9f973011 -r 93c70a28e610 x11/rendercheck/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rendercheck/PLIST Tue May 27 04:53:16 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/27 04:53:16 bjs Exp $
+bin/rendercheck
+man/man1/rendercheck.1
diff -r 4f0e9f973011 -r 93c70a28e610 x11/rendercheck/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rendercheck/distinfo Tue May 27 04:53:16 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/05/27 04:53:16 bjs Exp $
+
+SHA1 (rendercheck-1.3.tar.bz2) = 75e5840c51ff2b774a6785259a09b4e8c87f2c5c
+RMD160 (rendercheck-1.3.tar.bz2) = 1d835e658305afe7dc9be64a618460c30bd76152
+Size (rendercheck-1.3.tar.bz2) = 87655 bytes
Home |
Main Index |
Thread Index |
Old Index