summaryrefslogtreecommitdiff
path: root/rendercheck.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-02Prevent ASan from placing guards around test structs as we expect them to be ...Jeremy Huddleston Sequoia1-0/+7
2021-01-30Mark pointers to test structs as used to prevent dead symbol strippingJeremy Huddleston Sequoia1-1/+1
2021-01-30darwin: Build fixJeremy Huddleston Sequoia1-8/+19
2017-03-29Fix errx handling of va_listPeter Hutterer1-2/+4
2017-03-29Fix a printf format warning.Eric Anholt1-1/+1
2016-02-08shmblend: New test for XRenderComposite() from a pixmap in SHM.Eric Anholt1-0/+3
2016-02-08Use ELF sections to make test setup easier.Eric Anholt1-7/+44
2016-02-08Save the list of active formats in a global for use by tests.Eric Anholt1-0/+8
2016-02-08Start using stdbool.h instead of Xlib or custom bools.Eric Anholt1-31/+27
2014-06-12Add test for a rendering bug in libreoffice.Eric Anholt1-0/+4
2014-04-22Add test for GTK rendering bug in glamor.Eric Anholt1-0/+4
2014-04-22Convert to using asprintf for describe_format.Eric Anholt1-1/+1
2014-04-22Fix const cast warnings in our ops definitions.Eric Anholt1-1/+1
2014-01-21fix compiler warningsMatt Craighead1-4/+0
2011-05-10Report which test groups passed successfullyJeremy Huddleston1-1/+4
2010-12-01Split out printing the results from eval_diff()Chris Wilson1-4/+21
2010-12-01composite: Batch testsChris Wilson1-3/+6
2010-12-01blend: Combine multiple tests into a single XGetImage requestChris Wilson1-5/+20
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade1-0/+2
2008-04-15Add a test for rendering to source-only pictures under gradients.Eric Anholt1-0/+2
2008-04-15Remove bogus extra loop from gradient tests.Keith Packard1-0/+1
2007-02-02Add another transformed source coordinates test.Eric Anholt1-0/+4
2007-02-02Unbreak the dstcoords test, and test it with PictOpOver, as well.Eric Anholt1-1/+1
2006-10-26Reduce the size of the rendering done in many tests.Eric Anholt1-1/+2
2006-10-26Add a -f flag to whitelist formats.Eric Anholt1-0/+2
2006-06-29Add a regression test for bug #7366 (crash on transform of source picture).Eric Anholt1-0/+4
2006-06-19Add a -o flag to select a subset of the Render operators for testing.Eric Anholt1-0/+1
2006-06-19Add support for checking more formats.Eric Anholt1-0/+3
2006-06-16Add an option "--minimalrendering" which suppresses the copying of offscreenEric Anholt1-1/+4
2006-05-04Add fallback version of errx for platforms without errx/err.hAlan Coopersmith1-0/+18
2006-05-03Merge branch 'security-implications' containing a new test for the trianglesEric Anholt1-0/+17
2006-04-21Count the successes and failures of tests, printing results when finished, andEric Anholt1-2/+2
2006-04-20Add a test for various-sized repeating sources. Reveals issues with EXA RadeonEric Anholt1-0/+7
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-2/+16
2006-03-08add testing for linear gradients.XORG-7_0_99_901Lars Knoll1-0/+3
2005-01-27Allow users to specify the set of tests to be run.Eric Anholt1-0/+11
2005-01-27- Split the tests out into separate files.Eric Anholt1-0/+55
2004-05-10Initial revisionEric Anholt1-0/+55