summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't include stdint.h in scaling-helpers-test.Søren Sandmann Pedersen2011-09-281-1/+0
* build: replace @VAR@ with $(VAR) in makefilesBenjamin Otte2011-09-281-4/+4
* lowlevel-blt: add over_x888_8_8888Matt Turner2011-09-261-0/+1
* test: Occasionally use a BILINEAR filter in blitters-testSøren Sandmann Pedersen2011-09-211-1/+4
* test: better coverage for BILINEAR->NEAREST filter optimizationSiarhei Siamashka2011-09-211-8/+32
* Fix build on cygwin after commit efdf65c0c4fff551fb3cd9104deda9adb6261e22Jon TURNEY2011-09-191-1/+1
* test: Use smaller boxes in region_contains_test()Søren Sandmann Pedersen2011-09-191-7/+8
* build-win32: Add 'check' targetAndrea Canciani2011-09-141-0/+3
* test: Do not include config.h unless HAVE_CONFIG_H is definedAndrea Canciani2011-09-146-6/+8
* build-win32: Share targets and variables across win32 makefilesAndrea Canciani2011-09-141-28/+10
* build: Reuse test sourcesAndrea Canciani2011-09-143-89/+58
* test: Fix compilation on win32Andrea Canciani2011-09-141-1/+1
* Use pkg-config to determine the flags to use with libpngSøren Sandmann Pedersen2011-09-121-2/+2
* test: New function to save a pixman image to .pngSøren Sandmann Pedersen2011-09-103-1/+116
* win32: Build benchmarksAndrea Canciani2011-08-292-5/+6
* Rename pixman-fast-path.h to pixman-inlines.hSøren Sandmann Pedersen2011-08-191-1/+1
* Don't include stdint.h in lowlevel-blt-bench.cSøren Sandmann Pedersen2011-08-111-1/+0
* New test of pixman_region_contains_{rectangle,point}Søren Sandmann Pedersen2011-08-114-2/+184
* Fix lcg_rand_u32() to return 32 random bits.Søren Sandmann Pedersen2011-08-111-4/+8
* test: Make fuzzer-find-diff.pl executableSøren Sandmann2011-06-251-0/+0
* blitters-test: Make common formats more likely to be tested.Søren Sandmann Pedersen2011-06-251-8/+14
* Replace argumentxs to composite functions with a pointer to a structSøren Sandmann Pedersen2011-06-201-34/+50
* test: Fix compilation on win32Andrea Canciani2011-05-171-3/+1
* Check for working mmap()Dave Yeo2011-05-091-1/+1
* Offset rendering in pixman_composite_trapezoids() by (x_dst, y_dst)Søren Sandmann Pedersen2011-04-181-1/+1
* test: Fix infinite loop in compositeSøren Sandmann Pedersen2011-03-221-4/+4
* Add support for the r8g8b8a8 and r8g8b8x8 formats to the tests.Alexandros Frantzis2011-03-224-2/+28
* test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS is setSøren Sandmann Pedersen2011-03-194-16/+51
* test: Do endian swapping of the source and destination images.Søren Sandmann Pedersen2011-03-071-0/+4
* test: In image_endian_swap() use pixman_image_get_format() to get the bpp.Søren Sandmann Pedersen2011-03-076-12/+17
* test: check correctness of 'bilinear_pad_repeat_get_scanline_bounds'Siarhei Siamashka2011-02-282-0/+95
* test: Silence MSVC warningsAndrea Canciani2011-02-283-1/+3
* test: Add Makefile for Win32Andrea Canciani2011-02-281-0/+73
* test: Fix tests for compilation on WindowsAndrea Canciani2011-02-283-54/+47
* Add a test program for pixman_composite_trapezoids().Søren Sandmann Pedersen2011-02-152-0/+255
* test/Makefile.am: Move all the TEST_LDADD into a new global LDADD.Søren Sandmann Pedersen2011-02-151-34/+1
* Add @TESTPROGS_EXTRA_LDFLAGS@ to AM_LDFLAGSSøren Sandmann Pedersen2011-02-151-17/+1
* Move all the GTK+ based test programs to a new subdir, "demos"Søren Sandmann Pedersen2011-02-1512-1060/+1
* test: Extend scaling-test to support a8/solid mask and ADD operationSiarhei Siamashka2011-02-151-9/+127
* test: affine-test updated to stress 90/180/270 degrees rotation moreSiarhei Siamashka2011-02-101-4/+30
* Add a test for over_x888_8_0565 in lowlevel_blt_bench().Søren Sandmann Pedersen2011-01-281-0/+1
* test: Use the right enum types instead of int to fix warningsRolland Dudemaine2011-01-264-19/+27
* test: Fix for mismatched 'fence_malloc' prototype/implementationRolland Dudemaine2011-01-251-1/+1
* Add a test for radial gradientsAndrea Canciani2011-01-192-0/+202
* Turn on testing for destination transformationSøren Sandmann Pedersen2011-01-181-7/+4
* A new configure option --enable-static-testprogsSiarhei Siamashka2011-01-161-0/+21
* Add a test compositing with the various PDF operators.Søren Sandmann Pedersen2010-12-202-0/+88
* Fix linking issues when HAVE_FEENABLEEXCEPT is set.Cyril Brulebois2010-12-201-1/+1
* Remove stray #include <fenv.h>Jon TURNEY2010-12-181-1/+0
* Add a stress-test program.Søren Sandmann Pedersen2010-12-173-0/+868