summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Changed name of the config-header to "pixman-config.h"Emanuel Schmidt2023-02-143-3/+3
* Separate meson build options for demos and testsEmanuel Schmidt2023-02-088-15/+40
* add r8g8b8 sRGB to test suiteClaude Heiland-Allen2022-11-033-0/+3
* Revert "Fix signed-unsigned semantics in reduce_32"Matt Turner2022-10-271-48/+11
* tests: Fix undefined symbol build error on macOSNirbheek Chauhan2021-09-171-2/+2
* Fix signed-unsigned semantics in reduce_32Heiko Lewin2021-07-211-11/+48
* lowlevel-blt-bench: Remove unused variableMatt Turner2020-03-201-2/+0
* test/utils: Check for FE_INVALID definition before useKhem Raj2019-12-191-0/+2
* thread-test.c: Use Windows Threading API on WindowsChun-wei Fan2019-11-192-16/+75
* test/solid-test.c: Include stdint.hChun-wei Fan2019-11-191-0/+1
* build: Don't assume PThreads if threading support is foundChun-wei Fan2019-11-191-1/+6
* test: Fix unrepresentable subtraction in stress-testAdam Jackson2019-11-011-1/+1
* test: Fix undefined left shift in pixel_checker_initAdam Jackson2019-10-151-4/+4
* test: Fix undefined left shift in affine-testAdam Jackson2019-10-151-1/+1
* Ordered dithering with blue noise, v2Basile Clement2019-05-252-0/+2
* test: Check the dithering path in tolerance-testBasile Clement2019-05-253-13/+142
* build: Add meson files to EXTRA_DISTDylan Baker2019-01-151-0/+4
* meson: Add a meson build systemDylan Baker2018-11-291-0/+92
* pixman: Add tests for (a)rgb floating point formats.Maarten Lankhorst2018-11-064-40/+186
* test: Fix stride calculation in stress-testSiarhei Siamashka2018-07-061-5/+5
* test: Adjust for clang's removal of __builtin_shuffleVladimir Smirnov2018-06-051-1/+14
* Add new test of filter reduction from BILINEAR to NEARESTSøren Sandmann Pedersen2016-09-022-0/+113
* build: Distinguish SKIP and FAIL on Win32Andrea Canciani2015-12-301-11/+20
* build: Avoid phony `pixman` target in test/Makefile.win32Andrea Canciani2015-12-231-6/+4
* test: Fix fence-image-self-test on MacAndrea Canciani2015-10-162-8/+10
* affine-bench: remove 8e margin from COVER areaBen Avison2015-09-251-6/+18
* test: add a check for FE_DIVBYZEROThomas Petazzoni2015-09-201-0/+2
* test: Add cover-test v5Ben Avison2015-09-162-0/+450
* utils.[ch]: add fence_get_page_size()Pekka Paalanen2015-09-092-3/+22
* utils.c: fix fallback code for fence_image_create_bits()Pekka Paalanen2015-09-091-1/+1
* test: add fence-image-self-testPekka Paalanen2015-09-032-0/+238
* utils.[ch]: add fence_image_create_bits ()Pekka Paalanen2015-09-012-0/+112
* utils.[ch]: add FENCE_MALLOC_ACTIVEPekka Paalanen2015-09-012-3/+14
* scaling-test: list more details when verboseBen Avison2015-08-281-22/+44
* lowlevel-blt-bench: make extra arguments an errorPekka Paalanen2015-08-181-0/+6
* lowlevel-blt-bench: add option to skip memcpy measurementPekka Paalanen2015-07-061-3/+8
* lowlevel-blt-bench: add CSV output modePekka Paalanen2015-07-061-21/+47
* lowlevel-blt-bench: refactor to Mpx_per_sec()Pekka Paalanen2015-07-061-7/+16
* lowlevel-blt-bench: all bench funcs to return pix_cntPekka Paalanen2015-07-061-14/+16
* lowlevel-blt-bench: move speed and scaling printingPekka Paalanen2015-07-061-15/+22
* lowlevel-blt-bench: print single pattern detailsPekka Paalanen2015-07-061-3/+25
* lowlevel-blt-bench: make test_entry::testname constPekka Paalanen2015-07-061-7/+7
* lowlevel-blt-bench: move explanation printingPekka Paalanen2015-07-061-27/+33
* lowlevel-blt-bench: move usage to a functionPekka Paalanen2015-07-061-3/+9
* test: Fix solid-test for big-endian targetsBen Avison2015-06-011-3/+6
* test: Add new fuzz tester targeting solid imagesBen Avison2015-05-152-0/+351
* test: Add a new benchmarker targeting affine operationsBen Avison2015-04-242-0/+437
* lowlevel-blt-bench: use a8r8g8b8 for CA solid masksPekka Paalanen2015-04-201-1/+5
* lowlevel-blt-bench: use the test pattern parserPekka Paalanen2015-04-151-20/+44
* lowlevel-blt-bench: add test name parser and self-testPekka Paalanen2015-04-151-3/+228