Skip to content

x11perf 1.7.0

Alan Coopersmith requested to merge alanc/x11perf:release into master

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

Merge request reports