summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-01-10test: Port composite test over to use new pixel_checker_t object.pixelcheckerSøren Sandmann Pedersen1-195/+95
2012-01-10test: Add a new "pixel_checker_t" object.Søren Sandmann Pedersen2-0/+166
2012-01-10Rename color_correct() to round_color()Søren Sandmann Pedersen3-20/+25
2012-01-10Move the color_correct() function from composite.c to utils.cSøren Sandmann Pedersen3-36/+39
2012-01-10test/alphamap.c: Make dst and orig_dst more independent of each otherSøren Sandmann Pedersen1-27/+32
2012-01-10test: In the alphamap test, also test that we get the right red valueSøren Sandmann Pedersen1-6/+79
2012-01-09Fix rounding for DIV_UNc()Søren Sandmann Pedersen1-1/+1
2012-01-09Reject trapezoids where top (botttom) is above (below) the edgesSøren Sandmann Pedersen1-1/+1
2012-01-09Fix a bunch of signed overflow issuesSøren Sandmann Pedersen3-4/+5
2012-01-09Fix some signed overflow bugsSøren Sandmann Pedersen1-1/+1
2011-11-09test: Produce autotools-looking report in the win32 build systemAndrea Canciani1-1/+20
2011-11-09test: Reuse the ARRAY_LENGTH() macroAndrea Canciani2-5/+2
2011-11-09Use the ARRAY_LENGTH() macro when possibleAndrea Canciani6-8/+8
2011-11-09test: Cleanup includesAndrea Canciani15-21/+8
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