summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-05-27 04:53:16 +0000
committerbjs <bjs@pkgsrc.org>2008-05-27 04:53:16 +0000
commita1cb7e49cd134530154a43bf7925feb12b72f24c (patch)
tree5a2ab6fb47c84011cc2bdbbd8b781a9de5cea018 /x11
parent7b82d72fb6b4f0a96cb0a0523e516e8c9ba26926 (diff)
downloadpkgsrc-a1cb7e49cd134530154a43bf7925feb12b72f24c.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/rendercheck/DESCR12
-rw-r--r--x11/rendercheck/Makefile21
-rw-r--r--x11/rendercheck/PLIST3
-rw-r--r--x11/rendercheck/distinfo5
4 files changed, 41 insertions, 0 deletions
diff --git a/x11/rendercheck/DESCR b/x11/rendercheck/DESCR
new file mode 100644
index 00000000000..f5af0b0c64e
--- /dev/null
+++ b/x11/rendercheck/DESCR
@@ -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 --git a/x11/rendercheck/Makefile b/x11/rendercheck/Makefile
new file mode 100644
index 00000000000..034fa42e1b6
--- /dev/null
+++ b/x11/rendercheck/Makefile
@@ -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
+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 --git a/x11/rendercheck/PLIST b/x11/rendercheck/PLIST
new file mode 100644
index 00000000000..0d0c3c84124
--- /dev/null
+++ b/x11/rendercheck/PLIST
@@ -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 --git a/x11/rendercheck/distinfo b/x11/rendercheck/distinfo
new file mode 100644
index 00000000000..b75bdd60c00
--- /dev/null
+++ b/x11/rendercheck/distinfo
@@ -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