summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2024-01-03test: Use fabsl on float128Matt Turner1-2/+2
2023-08-30delete win32 make filesDylan Baker2-117/+0
2023-08-30autotools: remove autotoolsDylan Baker1-18/+0
2023-07-19test: Revert to including pixman-private.hMatt Turner1-1/+1
2023-07-18pixman-arma64: Adjustments to build with llvm integrated assemblerHeiko Lewin1-1/+1
2023-02-14Changed name of the config-header to "pixman-config.h"Emanuel Schmidt3-3/+3
2023-02-08Separate meson build options for demos and testsEmanuel Schmidt8-15/+40
2022-11-03add r8g8b8 sRGB to test suiteClaude Heiland-Allen3-0/+3
2022-10-27Revert "Fix signed-unsigned semantics in reduce_32"Matt Turner1-48/+11
2021-09-17tests: Fix undefined symbol build error on macOSNirbheek Chauhan1-2/+2
2021-07-21Fix signed-unsigned semantics in reduce_32Heiko Lewin1-11/+48
2020-03-20lowlevel-blt-bench: Remove unused variableMatt Turner1-2/+0
2019-12-19test/utils: Check for FE_INVALID definition before useKhem Raj1-0/+2
2019-11-19thread-test.c: Use Windows Threading API on WindowsChun-wei Fan2-16/+75
2019-11-19test/solid-test.c: Include stdint.hChun-wei Fan1-0/+1
2019-11-19build: Don't assume PThreads if threading support is foundChun-wei Fan1-1/+6
2019-11-01test: Fix unrepresentable subtraction in stress-testAdam Jackson1-1/+1
2019-10-15test: Fix undefined left shift in pixel_checker_initAdam Jackson1-4/+4
2019-10-15test: Fix undefined left shift in affine-testAdam Jackson1-1/+1
2019-05-25Ordered dithering with blue noise, v2Basile Clement2-0/+2
2019-05-25test: Check the dithering path in tolerance-testBasile Clement3-13/+142
2019-01-15build: Add meson files to EXTRA_DISTDylan Baker1-0/+4
2018-11-29meson: Add a meson build systemDylan Baker1-0/+92
2018-11-06pixman: Add tests for (a)rgb floating point formats.Maarten Lankhorst4-40/+186
2018-07-06test: Fix stride calculation in stress-testSiarhei Siamashka1-5/+5
2018-06-05test: Adjust for clang's removal of __builtin_shuffleVladimir Smirnov1-1/+14
2016-09-02Add new test of filter reduction from BILINEAR to NEARESTSøren Sandmann Pedersen2-0/+113
2015-12-30build: Distinguish SKIP and FAIL on Win32Andrea Canciani1-11/+20
2015-12-23build: Avoid phony `pixman` target in test/Makefile.win32Andrea Canciani1-6/+4
2015-10-16test: Fix fence-image-self-test on MacAndrea Canciani2-8/+10
2015-09-25affine-bench: remove 8e margin from COVER areaBen Avison1-6/+18
2015-09-20test: add a check for FE_DIVBYZEROThomas Petazzoni1-0/+2
2015-09-16test: Add cover-test v5Ben Avison2-0/+450
2015-09-09utils.[ch]: add fence_get_page_size()Pekka Paalanen2-3/+22
2015-09-09utils.c: fix fallback code for fence_image_create_bits()Pekka Paalanen1-1/+1
2015-09-03test: add fence-image-self-testPekka Paalanen2-0/+238
2015-09-01utils.[ch]: add fence_image_create_bits ()Pekka Paalanen2-0/+112
2015-09-01utils.[ch]: add FENCE_MALLOC_ACTIVEPekka Paalanen2-3/+14
2015-08-28scaling-test: list more details when verboseBen Avison1-22/+44
2015-08-18lowlevel-blt-bench: make extra arguments an errorPekka Paalanen1-0/+6
2015-07-06lowlevel-blt-bench: add option to skip memcpy measurementPekka Paalanen1-3/+8
2015-07-06lowlevel-blt-bench: add CSV output modePekka Paalanen1-21/+47
2015-07-06lowlevel-blt-bench: refactor to Mpx_per_sec()Pekka Paalanen1-7/+16
2015-07-06lowlevel-blt-bench: all bench funcs to return pix_cntPekka Paalanen1-14/+16
2015-07-06lowlevel-blt-bench: move speed and scaling printingPekka Paalanen1-15/+22
2015-07-06lowlevel-blt-bench: print single pattern detailsPekka Paalanen1-3/+25
2015-07-06lowlevel-blt-bench: make test_entry::testname constPekka Paalanen1-7/+7
2015-07-06lowlevel-blt-bench: move explanation printingPekka Paalanen1-27/+33
2015-07-06lowlevel-blt-bench: move usage to a functionPekka Paalanen1-3/+9
2015-06-01test: Fix solid-test for big-endian targetsBen Avison1-3/+6