x11perf: Changes to 'refs/tags/x11perf-1.7.0'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Aug 2 00:36:28 UTC 2024
Tag 'x11perf-1.7.0' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2024-08-02 00:36 +0000
x11perf-1.7.0
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEL328rVsw5mi71RbBz98UiCjGQqcFAmasKgYACgkQz98UiCjG
QqefEg//YPruMfW6iY6bT89UQSaU5UiuoBZACS/lWcAM0SrKztOOMuRA08E27IZe
HmDs8zYkjf9PdIZ7fm2PxBGE1sVq7oQ6+UdmUWICQl478uSw3CgP62s7/wfFGPAe
CdmrM47ylA1QwQmIu7AnBQhPnoOn93xWxRo92sSMYOkbbg8MAvRa1rdmM7wWIaA7
GLTwDJVBvDHsRBwyP6gEPqlgIngRbdiVhYeuoYiCOU4liH+MmkK4L2EJFhi4vwK3
COnuWmDS2a7NUNhoFIz41vcJintLNTzgLf2Iot/igmQ+ZqJrzRVNATyEROi3BGLs
KI9sB70H7YcxwQQlWanPs+U56Ipd2C5oWYsX0sFhLk9tsyMdEQDHbH9EtBNULU1S
FOL9joTbpLE4RDJu6EYTBvhCS0WzHfc3h+l7P0wAKcNm+wXAZkgBdIhtLLHADplS
2y3qkg4QgQYbEjW5KpeoE7zLIAP17kiKcK+EqbCl6o14bPNiWoNv7A51OV192z6s
NhNryae1GlJdLjM+0dkGAzTxVUZCHJBChtO/0MnE4jjHVKIqmSm7Ub8JdBBLtZs3
O6T3dveIoviY0M/7cxIwgXiRGczw693T9ulJE5pH0qbODfaLphgFpnY+tVy7OUMK
hd9CiJBrXjxJZH2g3qUUlQww2B5NZB2FhdQ0xI9DduPaFd+1rlA=
=Os3L
-----END PGP SIGNATURE-----
Changes since x11perf-1.6.2:
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
---
Makefile.am | 6
Xmark | 18 +-
bitmaps.c | 8 -
bitmaps.h | 8 -
configure.ac | 19 +-
do_arcs.c | 68 ++++-----
do_blt.c | 132 +++++++++++-------
do_complex.c | 24 +--
do_dots.c | 14 -
do_lines.c | 36 ++--
do_movewin.c | 34 ++--
do_rects.c | 16 +-
do_segs.c | 129 ++++++++---------
do_simple.c | 18 +-
do_tests.c | 208 ++++++++++++++++------------
do_text.c | 92 ++++++++----
do_traps.c | 56 +++----
do_tris.c | 36 ++--
do_valgc.c | 22 +--
do_windows.c | 48 +++---
man/Makefile.am | 5
man/Xmark.man | 4
man/x11perf.man | 211 ++++++++++++++++++++++++++++-
man/x11perfcomp.man | 7
x11perf.c | 376 +++++++++++++++++++++++++++++-----------------------
x11perf.h | 23 +--
26 files changed, 981 insertions(+), 637 deletions(-)
---
More information about the xorg-commit
mailing list