summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2011-09-28Don't include stdint.h in scaling-helpers-test.Søren Sandmann Pedersen1-1/+0
2011-09-28build: replace @VAR@ with $(VAR) in makefilesBenjamin Otte1-4/+4
2011-09-26lowlevel-blt: add over_x888_8_8888Matt Turner1-0/+1
2011-09-21test: Occasionally use a BILINEAR filter in blitters-testSøren Sandmann Pedersen1-1/+4
2011-09-21test: better coverage for BILINEAR->NEAREST filter optimizationSiarhei Siamashka1-8/+32
2011-09-19Fix build on cygwin after commit efdf65c0c4fff551fb3cd9104deda9adb6261e22Jon TURNEY1-1/+1
2011-09-19test: Use smaller boxes in region_contains_test()Søren Sandmann Pedersen1-7/+8
2011-09-14build-win32: Add 'check' targetAndrea Canciani1-0/+3
2011-09-14test: Do not include config.h unless HAVE_CONFIG_H is definedAndrea Canciani6-6/+8
2011-09-14build-win32: Share targets and variables across win32 makefilesAndrea Canciani1-28/+10
2011-09-14build: Reuse test sourcesAndrea Canciani3-89/+58
2011-09-14test: Fix compilation on win32Andrea Canciani1-1/+1
2011-09-12Use pkg-config to determine the flags to use with libpngSøren Sandmann Pedersen1-2/+2
2011-09-10test: New function to save a pixman image to .pngSøren Sandmann Pedersen3-1/+116
2011-08-29win32: Build benchmarksAndrea Canciani2-5/+6
2011-08-19Rename pixman-fast-path.h to pixman-inlines.hSøren Sandmann Pedersen1-1/+1
2011-08-11Don't include stdint.h in lowlevel-blt-bench.cSøren Sandmann Pedersen1-1/+0
2011-08-11New test of pixman_region_contains_{rectangle,point}Søren Sandmann Pedersen4-2/+184
2011-08-11Fix lcg_rand_u32() to return 32 random bits.Søren Sandmann Pedersen1-4/+8
2011-06-25test: Make fuzzer-find-diff.pl executableSøren Sandmann1-0/+0
2011-06-25blitters-test: Make common formats more likely to be tested.Søren Sandmann Pedersen1-8/+14
2011-06-20Replace argumentxs to composite functions with a pointer to a structSøren Sandmann Pedersen1-34/+50
2011-05-17test: Fix compilation on win32Andrea Canciani1-3/+1
2011-05-09Check for working mmap()Dave Yeo1-1/+1
2011-04-18Offset rendering in pixman_composite_trapezoids() by (x_dst, y_dst)Søren Sandmann Pedersen1-1/+1
2011-03-22test: Fix infinite loop in compositeSøren Sandmann Pedersen1-4/+4
2011-03-22Add support for the r8g8b8a8 and r8g8b8x8 formats to the tests.Alexandros Frantzis4-2/+28
2011-03-19test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS is setSøren Sandmann Pedersen4-16/+51
2011-03-07test: Do endian swapping of the source and destination images.Søren Sandmann Pedersen1-0/+4
2011-03-07test: In image_endian_swap() use pixman_image_get_format() to get the bpp.Søren Sandmann Pedersen6-12/+17
2011-02-28test: check correctness of 'bilinear_pad_repeat_get_scanline_bounds'Siarhei Siamashka2-0/+95
2011-02-28test: Silence MSVC warningsAndrea Canciani3-1/+3
2011-02-28test: Add Makefile for Win32Andrea Canciani1-0/+73
2011-02-28test: Fix tests for compilation on WindowsAndrea Canciani3-54/+47
2011-02-15Add a test program for pixman_composite_trapezoids().Søren Sandmann Pedersen2-0/+255
2011-02-15test/Makefile.am: Move all the TEST_LDADD into a new global LDADD.Søren Sandmann Pedersen1-34/+1
2011-02-15Add @TESTPROGS_EXTRA_LDFLAGS@ to AM_LDFLAGSSøren Sandmann Pedersen1-17/+1
2011-02-15Move all the GTK+ based test programs to a new subdir, "demos"Søren Sandmann Pedersen12-1060/+1
2011-02-15test: Extend scaling-test to support a8/solid mask and ADD operationSiarhei Siamashka1-9/+127
2011-02-10test: affine-test updated to stress 90/180/270 degrees rotation moreSiarhei Siamashka1-4/+30
2011-01-28Add a test for over_x888_8_0565 in lowlevel_blt_bench().Søren Sandmann Pedersen1-0/+1
2011-01-26test: Use the right enum types instead of int to fix warningsRolland Dudemaine4-19/+27
2011-01-25test: Fix for mismatched 'fence_malloc' prototype/implementationRolland Dudemaine1-1/+1
2011-01-19Add a test for radial gradientsAndrea Canciani2-0/+202
2011-01-18Turn on testing for destination transformationSøren Sandmann Pedersen1-7/+4
2011-01-16A new configure option --enable-static-testprogsSiarhei Siamashka1-0/+21
2010-12-20Add a test compositing with the various PDF operators.Søren Sandmann Pedersen2-0/+88
2010-12-20Fix linking issues when HAVE_FEENABLEEXCEPT is set.Cyril Brulebois1-1/+1
2010-12-18Remove stray #include <fenv.h>Jon TURNEY1-1/+0
2010-12-17Add a stress-test program.Søren Sandmann Pedersen3-0/+868