summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Fixes due to rebasingorcDavid Schleef1-1/+1
2011-05-17Update for splatw0q->splatw3q changeDavid Schleef1-0/+7
2011-05-17hackingDavid Schleef2-6/+120
2011-05-17update for current orcDavid Schleef1-30/+78
2011-05-17random stuffDavid Schleef2-7/+45
2011-05-17Add xor operatorDavid Schleef1-12/+23
2011-05-17Add atop operatorDavid Schleef1-11/+20
2011-05-17orc: Add out operatorDavid Schleef1-16/+15
2011-05-17orc: test program to check orc generated codeDavid Schleef2-1/+173
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
2010-12-17Make the argument to fence_malloc() an int64_tSøren Sandmann Pedersen2-3/+6
2010-12-17test/utils.c: Initialize palette->rgba to 0.Søren Sandmann Pedersen1-0/+2
2010-12-17test: Move palette initialization to utils.[ch]Søren Sandmann Pedersen3-55/+59
2010-12-17Extend gradient-crash-testSøren Sandmann Pedersen2-43/+87
2010-12-17Add enable_fp_exceptions() function in utils.[ch]Søren Sandmann Pedersen2-0/+29
2010-12-17test: Make composite test use some existing macros instead of defining its ownSøren Sandmann Pedersen2-30/+28
2010-11-04Remove workaround for a bug in the 1.6 X server.Søren Sandmann Pedersen2-175/+0
2010-10-24Plug another leak in alphamap testJon TURNEY1-0/+5
2010-10-11Plug leak in the alphamap test.Søren Sandmann Pedersen1-1/+15
2010-10-11test: Add some more colors to the color table in composite.cSøren Sandmann Pedersen1-1/+3
2010-10-11test: Parallize composite.c with OpenMPSøren Sandmann Pedersen1-4/+6
2010-10-11test: Change composite so that it tests randomly generated imagesSøren Sandmann Pedersen2-98/+111
2010-10-11test: Fix eval_diff() so that it provides useful error values.Søren Sandmann Pedersen1-31/+15