diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-12 11:14:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-12 11:14:21 +0000 |
commit | 7a78179ab3f3e873c62810d0efb2f3446ae98a45 (patch) | |
tree | 21c4b32393dad2078e3737ff9d660781b5afc865 /x11/rendercheck | |
parent | 035a0ad8f607574a6550177f31a6df1da1488e03 (diff) | |
download | pkgsrc-7a78179ab3f3e873c62810d0efb2f3446ae98a45.tar.gz |
Update to 1.5:
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
Diffstat (limited to 'x11/rendercheck')
-rw-r--r-- | x11/rendercheck/Makefile | 5 | ||||
-rw-r--r-- | x11/rendercheck/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/rendercheck/Makefile b/x11/rendercheck/Makefile index df8d604037d..799d84b3267 100644 --- a/x11/rendercheck/Makefile +++ b/x11/rendercheck/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2012/10/29 05:06:48 asau Exp $ -# +# $NetBSD: Makefile,v 1.5 2015/06/12 11:14:21 wiz Exp $ -DISTNAME= rendercheck-1.4 +DISTNAME= rendercheck-1.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/rendercheck/distinfo b/x11/rendercheck/distinfo index 7e26fa1f60e..83dd0755756 100644 --- a/x11/rendercheck/distinfo +++ b/x11/rendercheck/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/09/07 21:51:47 shattered Exp $ +$NetBSD: distinfo,v 1.3 2015/06/12 11:14:21 wiz Exp $ -SHA1 (rendercheck-1.4.tar.bz2) = 31da797a325afac7d892f0409ef0fc7df5b6adbb -RMD160 (rendercheck-1.4.tar.bz2) = bea4796518be9b855c565faf13ed8f7c7e410dcb -Size (rendercheck-1.4.tar.bz2) = 125828 bytes +SHA1 (rendercheck-1.5.tar.bz2) = dac876f347ee97c09b050c83de3a7b67546c8fe0 +RMD160 (rendercheck-1.5.tar.bz2) = e3cf47928162d4616e47bb44893c79b450311fc6 +Size (rendercheck-1.5.tar.bz2) = 143656 bytes |