[Pixman] [PATCH 0/5] blitters-test and scaling-test refactoring

Siarhei Siamashka siarhei.siamashka at gmail.com
Tue May 25 10:15:03 PDT 2010


From: Siarhei Siamashka <siarhei.siamashka at nokia.com>

The changes remove code duplication by reusing common parts,
introduce optimization for multicore processors (via OpenMP) and
add a revised supplementary perl script.

Siarhei Siamashka (5):
  test: main loop from blitters-test added as a new function to utils.c
  test: blitters-test-bisect.rb converted to perl
  test: blitters-test updated to use new fuzzer_test_main() function
  test: scaling-test updated to use new fuzzer_test_main() function
  test: added OpenMP support for better utilization of multiple CPU
    cores

 configure.ac                 |    4 ++
 test/Makefile.am             |    3 +
 test/blitters-test-bisect.rb |   43 ----------------
 test/blitters-test.c         |   84 +++----------------------------
 test/fuzzer-find-diff.pl     |   68 +++++++++++++++++++++++++
 test/scaling-test-bisect.rb  |   38 --------------
 test/scaling-test.c          |   72 ++++-----------------------
 test/utils.c                 |  111 ++++++++++++++++++++++++++++++++++++++++++
 test/utils.h                 |   10 ++++
 9 files changed, 216 insertions(+), 217 deletions(-)
 delete mode 100644 test/blitters-test-bisect.rb
 create mode 100644 test/fuzzer-find-diff.pl
 delete mode 100644 test/scaling-test-bisect.rb



More information about the Pixman mailing list