Path to this page:
Subject: CVS commit: pkgsrc/x11/x11perf
From: Thomas Klausner
Date: 2024-08-02 09:08:15
Message id: 20240802070815.842D5FC74@cvs.NetBSD.org
Log Message:
x11perf: update to 1.7.0nb2.
This release adds support for the -version option, splits up the output \
of \
-help into several subsections ("-help [options|tests|all]"), and \
\
adds several new tests, which are included under the -v1.7 option:
-tileftext Char in 80-char line tiled (6x13)
-putimagexybitmap10 PutImage XYBitmap 10x10 square
-putimagexybitmap100 PutImage XYBitmap 100x100 square
-putimagexybitmap500 PutImage XYBitmap 500x500 square
-shmputxybitmap10 ShmPutImage XYBitmap 10x10 square
-shmputxybitmap100 ShmPutImage XYBitmap 100x100 square
-shmputxybitmap500 ShmPutImage XYBitmap 500x500 square
Alan Coopersmith (17):
Strip trailing whitespace from source files
configure: use @-style substitutions for man pages instead of __-style
man pages: use .BR markup for references to other man pages
x11perf.man: Add xybitmap putimage tests
x11perf.man: Add tiled text test
x11perf.man: Add tests for ShmGetImage
x11perf.man: Add tests for anti-aliased trapezoids
x11perf.man: Add missing tests inherited from X11R6.6
x11perf.man: Add missing tests inherited from XFree86 4.3
Add -v1.6 & -v1.7 to recognized version flags
Add -version option
Mark tests introduced since version 1.6 as version 1.7
Mark tests introduced in version 1.6 as version 1.6 & later
Add -help [options|tests|all] and remove tests from default usage message
When users give invalid arguments, tell them what they did wrong
Include both option name & argument in invalid argument errors
x11perf 1.7.0
Keith Packard (11):
Ensure that vertical/horizontal segments do not overlap
Set position of the status window based on perf window pos
Ensure that 100x100 rectangles do not overlap
Ensure that 100x100 rectangle outlines do not overlap
Eliminate overlaps in rects and traps
Add tiled text test
Make put image tests work with planemasks
Add xybitmap putimage tests
Don't try to make XOR 'look good'. Best to make it visible.
Validate fonts used in Xft tests
Fix core AA text tests which now fail due to change in fontconfig
Mike A. Harris (1):
Move x11perfcomp scripts into datadir
Files: