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

Dave Airlie airlied at kemper.freedesktop.org
Thu Jun 11 01:25:52 PDT 2015


Tag 'rendercheck-1.5' created by Dave Airlie <airlied at redhat.com> at 2015-06-11 09:25 -0700

rendercheck-1.5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJVeUXsAAoJEMUGCSafkIbkzHwP/AuZobjmNL9O77c0YGHeeMBI
5h5xufLeptyRrPkSgNZRAHjqE4C2C90Sq/ITKt/tc4JtUKYdlwSVNeO1FfpEa5re
l6nx6IC6yLV3oXXbOHRtyuNlTo689GNSfzsTVAbhgdk0AMtL0TtNG9NDPkml1Rf6
AFe6pUpmbQ2/2BTA6ih1TF6FqPVORzeVW/bBx8MUZC9FPCShW3B5qCxWr1nCR9tU
iFcH8QWaAgdXY9cgppp135baJrgGeyqp26WBO0JFpYx34HnUQMEMKFrXUuik5awW
0VfWEVW4vXpHL6TjaJc0yszc0BHKQOrQlY9UCYGbU2sCOdgsvxNQyBlcHhpeCPgS
Px1Is076GqScemVxlTkFnQwXk0Azs9Hzi3Db8Zs2n9T+Idwz+QB6EJSt0Z1jIoiY
EZF0udHKhRmFaaFv1yer01w6qLoF1aY0F6xaKx5vCRBw3qfYTE/8aTLhtg+gJzfj
j+Qc9QgjTsc1fbuJVliDWl6uH2vV83Cpqqlarzewf60KHZPR2aOcQEPguK/jANq8
61bTNJw5X0L1cLonYFCuIlCM0BzwjSVtUiAJI+NzLGB2+YPacZQSSyOeG2DjATc0
FZ0g3qUn3RTbOifu1I4g5zZ5WTFm+cGWAVjSKh5MUnpGK8ZW9/pJT+gYfpWJ7fk+
DbiA4e8I6viXIGNKGAvw
=Ku+7
-----END PGP SIGNATURE-----

Changes since rendercheck-1.4:
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

---
 COPYING              |   19 ++
 Makefile.am          |    3 
 configure.ac         |    6 
 doc/TODO             |    3 
 main.c               |  118 +++++++++-------
 ops.c                |    8 -
 rendercheck.h        |   78 ++++++++--
 t_blend.c            |  149 +++++++++++++++-----
 t_bug7366.c          |    2 
 t_composite.c        |  201 ++++++++++++++++++----------
 t_dstcoords.c        |   16 +-
 t_fill.c             |   16 +-
 t_gradient.c         |   13 +
 t_gtk_argb_xbgr.c    |  150 +++++++++++++++++++++
 t_libreoffice_xrgb.c |  165 +++++++++++++++++++++++
 t_repeat.c           |   75 +++++++---
 t_srccoords.c        |   18 +-
 t_triangles.c        |   82 ++++++++---
 t_tsrccoords.c       |   63 +++++---
 t_tsrccoords2.c      |   23 +--
 tests.c              |  363 ++++++++++++++++++++++++++-------------------------
 21 files changed, 1115 insertions(+), 456 deletions(-)
---


More information about the xorg-commit mailing list