4e220cb313
Aaron Plattner (1): Use the right screen from $DISPLAY Chris Wilson (13): repeat: Specify test width/height rather than relying on win_width/height blend: Combine multiple tests into a single XGetImage request composite: Batch tests Split out printing the results from eval_diff() repeat: Only call GetImage once for each test. triangles: Use a single GetImage call to sample the result tsrcoords: Sample result with just a single GetImage tsrcoords2: Sample result using a single GetImage dstcoords: Sample result using a single GetImage TODO: Multiple roundtrips for image processing due to get_pixel fixed blend: Handle more sources than available rows in the window composite: Handle more sources than available rows in the window blend: Second attempt to handle multiple source pages... Damien Leone (1): t_tsrccoords: Skip this test when using indexed picture formats Dave Airlie (3): rendercheck: make gradient results align with pixman rendercheck: constrain accuracy rendercheck 1.5 Eric Anholt (6): Fix const cast warnings in our ops definitions. Convert to using asprintf for describe_format. Disable useless shadow warnings. Shut up some const assignment warnings. Add test for GTK rendering bug in glamor. Add test for a rendering bug in libreoffice. Gaetan Nadon (1): config: remove unrequired AC_HEADER_STDC Jeremy Huddleston (2): Report which test groups passed successfully Include strings.h for strcasecmp Matt Craighead (1): fix compiler warnings Vikram Fugro (1): t_triangles: Fix for triangles(trapezoids) test case
18 lines
454 B
Makefile
18 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/06/12 11:14:21 wiz Exp $
|
|
|
|
DISTNAME= rendercheck-1.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XRender test application
|
|
|
|
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"
|