5dd0d122aa
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.
21 lines
486 B
Makefile
21 lines
486 B
Makefile
# $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"
|