summaryrefslogtreecommitdiff
path: root/test/composite.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-17test: Fix compilation on win32Andrea Canciani1-3/+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 Frantzis1-0/+9
2011-03-19test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS is setSøren Sandmann Pedersen1-5/+12
2011-02-28test: Silence MSVC warningsAndrea Canciani1-0/+1
2011-02-28test: Fix tests for compilation on WindowsAndrea Canciani1-15/+14
2010-12-17test: Make composite test use some existing macros instead of defining its ownSøren Sandmann Pedersen1-30/+26
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 Pedersen1-97/+108
2010-10-11test: Fix eval_diff() so that it provides useful error values.Søren Sandmann Pedersen1-31/+15
2010-10-11test: Fix bug in color_correct() in composite.cSøren Sandmann Pedersen1-15/+25
2010-09-08Silence some warnings about uninitialized variablesSøren Sandmann Pedersen1-0/+1
2009-11-07Define PIXMAN_USE_INTERNAL_API in pixman-private.hSøren Sandmann Pedersen1-1/+0
2009-10-20Add default cases for all switch statementsBenjamin Otte1-0/+18
2009-09-27Fix composite on big-endian systems.Andrea Canciani1-0/+4
2009-09-25Add missing break in composite.cSøren Sandmann Pedersen1-0/+1
2009-09-24In the compositing test, Don't try to use component alpha with solid fills.Søren Sandmann Pedersen1-3/+6
2009-09-14Reformat test/composite.c to follow the standard coding style.Søren Sandmann Pedersen1-113/+179
2009-09-13[test] Exercise repeating patterns for composite.Chris Wilson1-7/+19
2009-09-13[test] Add composite test from rendercheckChris Wilson1-0/+798