summaryrefslogtreecommitdiff
path: root/test/composite.c
Commit message (Expand)AuthorAgeFilesLines
* general: Support component alpha for all image typesSøren Sandmann2013-11-231-11/+0
* test: Move do_composite() function from composite.c to utils.cSøren Sandmann Pedersen2013-02-131-277/+0
* test: Use operator_name() and format_name() in composite.cSøren Sandmann Pedersen2013-01-231-120/+101
* test: Search/replace 'lcg_*' -> 'prng_*'Siarhei Siamashka2012-12-061-6/+6
* Add tests to validate new sRGB behaviorAntti S. Lankila2012-07-301-5/+62
* Remove unnecessary dst initializationAntti S. Lankila2012-07-291-9/+0
* test: OpenMP 2.5 requires signed loop iteration variablesSiarhei Siamashka2012-06-121-1/+2
* test: Composite with solid images instead of using pixman_image_fill_*Søren Sandmann Pedersen2012-05-241-9/+10
* test: Port composite test over to use new pixel_checker_t object.Søren Sandmann Pedersen2012-01-101-195/+95
* Rename color_correct() to round_color()Søren Sandmann Pedersen2012-01-101-4/+4
* Move the color_correct() function from composite.c to utils.cSøren Sandmann Pedersen2012-01-101-36/+0
* test: Cleanup includesAndrea Canciani2011-11-091-2/+0
* test: Do not include config.h unless HAVE_CONFIG_H is definedAndrea Canciani2011-09-141-1/+0
* test: Fix compilation on win32Andrea Canciani2011-05-171-3/+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-221-0/+9
* test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS is setSøren Sandmann Pedersen2011-03-191-5/+12
* test: Silence MSVC warningsAndrea Canciani2011-02-281-0/+1
* test: Fix tests for compilation on WindowsAndrea Canciani2011-02-281-15/+14
* test: Make composite test use some existing macros instead of defining its ownSøren Sandmann Pedersen2010-12-171-30/+26
* test: Add some more colors to the color table in composite.cSøren Sandmann Pedersen2010-10-111-1/+3
* test: Parallize composite.c with OpenMPSøren Sandmann Pedersen2010-10-111-4/+6
* test: Change composite so that it tests randomly generated imagesSøren Sandmann Pedersen2010-10-111-97/+108
* test: Fix eval_diff() so that it provides useful error values.Søren Sandmann Pedersen2010-10-111-31/+15
* test: Fix bug in color_correct() in composite.cSøren Sandmann Pedersen2010-10-111-15/+25
* Silence some warnings about uninitialized variablesSøren Sandmann Pedersen2010-09-081-0/+1
* Define PIXMAN_USE_INTERNAL_API in pixman-private.hSøren Sandmann Pedersen2009-11-071-1/+0
* Add default cases for all switch statementsBenjamin Otte2009-10-201-0/+18
* Fix composite on big-endian systems.Andrea Canciani2009-09-271-0/+4
* Add missing break in composite.cSøren Sandmann Pedersen2009-09-251-0/+1
* In the compositing test, Don't try to use component alpha with solid fills.Søren Sandmann Pedersen2009-09-241-3/+6
* Reformat test/composite.c to follow the standard coding style.Søren Sandmann Pedersen2009-09-141-113/+179
* [test] Exercise repeating patterns for composite.Chris Wilson2009-09-131-7/+19
* [test] Add composite test from rendercheckChris Wilson2009-09-131-0/+798