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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 23 19:53:13 UTC 2024


Tag 'rendercheck-1.6' created by Matt Turner <mattst88 at gmail.com> at 2024-04-23 19:53 +0000

rendercheck-1.6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iNUEABYKAH0WIQReryEEmoa4pUzLG/qs6yl0DJpOlwUCZigRnl8UgAAAAAAuAChp
c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0NUVB
RjIxMDQ5QTg2QjhBNTRDQ0IxQkZBQUNFQjI5NzQwQzlBNEU5NwAKCRCs6yl0DJpO
l3SKAP9I9roveKRajGg9VutW1/JZ+Fs0n2rJTaAR3DhKkN4sqwD+NXtkNg7QLAia
QQspHApQAUjwYWe1aEMRlkB4yAPFZQU=
=iB0C
-----END PGP SIGNATURE-----

Changes since rendercheck-1.5:
Aaron Plattner (1):
      Skip shmblend if SHM pixmaps aren't supported

Adam Jackson (4):
      triangles: Fix tests for conjoint and disjoint ops
      Be valgrind-clean
      Don't fail to find the a8r8g8b8 format pointlessly
      Enable a few more formats

Alan Coopersmith (3):
      Update bug tracker URL in man page
      gitlab CI: add a basic build test
      t_repeat.c, t_triangles.c: convert from ISO-8859-1 to UTF-8

Emil Velikov (1):
      autogen.sh: use quoted string variables

Eric Anholt (10):
      Start using stdbool.h instead of Xlib or custom bools.
      Save the list of active formats in a global for use by tests.
      Use ELF sections to make test setup easier.
      shmblend: New test for XRenderComposite() from a pixmap in SHM.
      autogen: Set a default prefix for patches if unset.
      Fix a printf format warning.
      Add a meson build system.
      Remove the autotools build system.
      Simplify manpage variable substitution for Meson.
      Explain how to build using meson in the README.

Jeremy Huddleston Sequoia (4):
      darwin: Build fix
      Mark pointers to test structs as used to prevent dead symbol stripping
      Prevent ASan from placing guards around test structs as we expect them to be laid out sequentially
      Revert "Reduce the number of colors to speed up test execution."

Matt Turner (3):
      meson: Set project version
      meson: Set project license
      rendercheck 1.6

Peter Hutterer (3):
      autogen.sh: drop --enable-maintainer-mode
      autogen.sh: honor NOCONFIGURE=1
      Fix errx handling of va_list

---
 .gitignore           |   80 ----------------
 .gitlab-ci.yml       |   95 +++++++++++++++++++
 Makefile.am          |   42 --------
 README               |    8 +
 autogen.sh           |   13 --
 configure.ac         |   31 ------
 main.c               |   87 +++++++++++------
 man/Makefile.am      |   38 -------
 man/rendercheck.man  |    5 -
 meson.build          |   63 ++++++++++++
 ops.c                |    2 
 rendercheck.h        |  140 ++++++++++++++++++++--------
 t_blend.c            |    8 -
 t_bug7366.c          |   32 +++---
 t_composite.c        |   12 +-
 t_dstcoords.c        |    6 -
 t_fill.c             |    6 -
 t_gradient.c         |   32 +++---
 t_gtk_argb_xbgr.c    |   23 +++-
 t_libreoffice_xrgb.c |   25 ++++-
 t_repeat.c           |   24 ++--
 t_shmblend.c         |  251 +++++++++++++++++++++++++++++++++++++++++++++++++++
 t_srccoords.c        |   14 +-
 t_triangles.c        |   32 +++---
 t_tsrccoords.c       |   12 +-
 t_tsrccoords2.c      |   14 +-
 tests.c              |  169 ++++++++++++++++++----------------
 27 files changed, 811 insertions(+), 453 deletions(-)
---


More information about the xorg-commit mailing list