summaryrefslogtreecommitdiff
path: root/tests.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02Revert "Reduce the number of colors to speed up test execution."Jeremy Huddleston Sequoia1-0/+3
2016-03-14Enable a few more formatsAdam Jackson1-2/+2
2016-03-14Don't fail to find the a8r8g8b8 format pointlesslyAdam Jackson1-7/+9
2016-03-14Be valgrind-cleanAdam Jackson1-1/+19
2016-02-08shmblend: New test for XRenderComposite() from a pixmap in SHM.Eric Anholt1-2/+0
2016-02-08Use ELF sections to make test setup easier.Eric Anholt1-23/+14
2016-02-08Save the list of active formats in a global for use by tests.Eric Anholt1-25/+26
2016-02-08Start using stdbool.h instead of Xlib or custom bools.Eric Anholt1-31/+31
2014-06-12Add test for a rendering bug in libreoffice.Eric Anholt1-0/+13
2014-04-22Add test for GTK rendering bug in glamor.Eric Anholt1-0/+10
2014-04-22Shut up some const assignment warnings.Eric Anholt1-2/+2
2014-04-22Convert to using asprintf for describe_format.Eric Anholt1-20/+7
2014-01-21fix compiler warningsMatt Craighead1-2/+0
2011-08-01Use the right screen from $DISPLAYAaron Plattner1-6/+6
2011-05-10Report which test groups passed successfullyJeremy Huddleston1-0/+2
2010-12-01Split out printing the results from eval_diff()Chris Wilson1-35/+55
2010-12-01composite: Batch testsChris Wilson1-107/+67
2010-12-01blend: Combine multiple tests into a single XGetImage requestChris Wilson1-32/+53
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade1-3/+3
2009-01-07Fix build with -Wall -Werror -pedanticAaron Plattner1-1/+1
2008-04-15Add a test for rendering to source-only pictures under gradients.Eric Anholt1-0/+4
2008-04-15Remove bogus extra loop from gradient tests.Keith Packard1-5/+3
2007-02-02Add another transformed source coordinates test.Eric Anholt1-0/+9
2007-02-02Unbreak the dstcoords test, and test it with PictOpOver, as well.Eric Anholt1-3/+6
2007-01-11Bug #9485: Fix a sign-extension issue on 64-bit platforms in pixel fetching.Eric Anholt1-5/+6
2007-01-11Add more gcc warning flags, and clean up the added warnings.Eric Anholt1-1/+1
2006-10-26Reduce the size of the rendering done in many tests.Eric Anholt1-2/+3
2006-10-26Slight cleanup of create_formats_list().Eric Anholt1-36/+37
2006-10-26Reduce the number of colors to speed up test execution.Eric Anholt1-3/+0
2006-10-26Run most tests with all formats, rather than a small subset.Eric Anholt1-12/+15
2006-10-26Add a -f flag to whitelist formats.Eric Anholt1-1/+19
2006-09-13Set the format field for the solid pictures, too.Tilman Sauerbeck1-0/+1
2006-09-13Scale the alpha channel diff, too, before calculating the final error.Tilman Sauerbeck1-1/+1
2006-06-29Add a regression test for bug #7366 (crash on transform of source picture).Eric Anholt1-0/+10
2006-06-19Add a -o flag to select a subset of the Render operators for testing.Eric Anholt1-0/+18
2006-06-19Disable tests at low bitdepths that rendercheck isn't good enough to support.Eric Anholt1-2/+4
2006-06-19Tell the ordering of the channel values in error output.Eric Anholt1-0/+1
2006-06-19Add support for checking more formats.Eric Anholt1-40/+98
2006-06-16Add an option "--minimalrendering" which suppresses the copying of offscreenEric Anholt1-0/+17
2006-05-04Add fallback version of errx for platforms without errx/err.hAlan Coopersmith1-1/+0
2006-05-03Merge branch 'security-implications' containing a new test for the trianglesEric Anholt1-0/+35
2006-04-21Count the successes and failures of tests, printing results when finished, andEric Anholt1-23/+102
2006-04-20Correct offsets for argb32* convenience colors, so the right colors are used inEric Anholt1-4/+4
2006-04-20Add a test for various-sized repeating sources. Reveals issues with EXA RadeonEric Anholt1-0/+38
2006-04-20Correct a heinous memory leak in get_pixel().Eric Anholt1-0/+1
2006-04-19Remove useless $Id$ markers.Eric Anholt1-2/+0
2006-04-19Add a trivial test for Triangles, TriStrip, and TriFan, which exposed a securityEric Anholt1-0/+28
2006-03-08add testing for linear gradients.XORG-7_0_99_901Lars Knoll1-1/+22
2006-03-06test composition operations using solid source picturesLars Knoll1-7/+24
2005-01-27Allow users to specify the set of tests to be run.Eric Anholt1-91/+119