rendercheck: Changes to 'refs/tags/rendercheck-1.2'

Eric Anholt anholt at kemper.freedesktop.org
Wed Nov 29 01:06:56 EET 2006


Tag 'rendercheck-1.2' created by Eric Anholt <eric at anholt.net> at 2006-11-28 23:05 -0800

rendercheck version 1.2

Changes since RENDERCHECK-1_1:
Eric Anholt:
      Add an option "--minimalrendering" which suppresses the copying of offscreen
      Add support for checking more formats.
      Tell the ordering of the channel values in error output.
      Note the source format in blend test error output.
      Disable tests at low bitdepths that rendercheck isn't good enough to support.
      Add a -o flag to select a subset of the Render operators for testing.
      Add a regression test for bug #7366 (crash on transform of source picture).
      Actually add the tests for bug #7366, and add a couple more crash cases.
      Add a check for setting a filter on a source picture causing a crash.
      Add a -f flag to whitelist formats.
      Run most tests with all formats, rather than a small subset.
      Reduce the number of colors to speed up test execution.
      Slight cleanup of create_formats_list().
      Reduce the size of the rendering done in many tests.
      Bump version to 1.2 and update docs.

Tilman Sauerbeck:
      Correct typo in usage.
      Bug #8062: Set up XTransforms correctly.
      Added missing tests to usage output.
      Scale the alpha channel diff, too, before calculating the final error.
      Set the format field for the solid pictures, too.

---
 Makefile.am    |    1 
 NEWS           |    6 +
 README         |    1 
 configure.ac   |    2 
 main.c         |   65 ++++++++++++++-
 rendercheck.1  |   18 +++-
 rendercheck.h  |   16 +++
 t_blend.c      |   22 +++--
 t_bug7366.c    |  151 ++++++++++++++++++++++++++++++++++++
 t_composite.c  |   13 +--
 t_dstcoords.c  |   10 +-
 t_fill.c       |    5 -
 t_gradient.c   |    5 -
 t_repeat.c     |   11 --
 t_triangles.c  |   21 ++---
 t_tsrccoords.c |   21 +++--
 tests.c        |  233 ++++++++++++++++++++++++++++++++++++++++++++-------------
 17 files changed, 484 insertions(+), 117 deletions(-)
---



More information about the xorg-commit mailing list