summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31Remove the autotools build system.Eric Anholt1-6/+0
2017-03-31Add a meson build system.Eric Anholt1-0/+7
2016-03-14Be valgrind-cleanAdam Jackson1-5/+11
2016-02-08Use ELF sections to make test setup easier.Eric Anholt1-13/+34
2016-02-08Start using stdbool.h instead of Xlib or custom bools.Eric Anholt1-9/+12
2014-06-12Add test for a rendering bug in libreoffice.Eric Anholt1-0/+1
2014-04-22Add test for GTK rendering bug in glamor.Eric Anholt1-0/+1
2014-04-22Convert to using asprintf for describe_format.Eric Anholt1-11/+12
2014-01-21fix compiler warningsMatt Craighead1-3/+0
2011-11-11Include strings.h for strcasecmpJeremy Huddleston1-0/+1
2011-08-01Use the right screen from $DISPLAYAaron Plattner1-2/+2
2011-05-10Report which test groups passed successfullyJeremy Huddleston1-32/+51
2010-12-01blend: Combine multiple tests into a single XGetImage requestChris Wilson1-1/+1
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade1-1/+1
2009-01-07Add a --version option.Aaron Plattner1-3/+11
2006-10-26Add a -f flag to whitelist formats.Eric Anholt1-4/+31
2006-09-05Added missing tests to usage output.Tilman Sauerbeck1-2/+3
2006-08-25Correct typo in usage.Tilman Sauerbeck1-1/+1
2006-06-29Add a regression test for bug #7366 (crash on transform of source picture).Eric Anholt1-0/+2
2006-06-19Add a -o flag to select a subset of the Render operators for testing.Eric Anholt1-3/+22
2006-06-19Add support for checking more formats.Eric Anholt1-1/+1
2006-06-16Add an option "--minimalrendering" which suppresses the copying of offscreenEric Anholt1-2/+4
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-1/+3
2006-05-01Fix describing of some more formats.Eric Anholt1-3/+2
2006-04-21Count the successes and failures of tests, printing results when finished, andEric Anholt1-2/+4
2006-04-20Add a test for various-sized repeating sources. Reveals issues with EXA RadeonEric Anholt1-1/+3
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-1/+3
2006-03-08add testing for linear gradients.XORG-7_0_99_901Lars Knoll1-3/+8
2005-09-27Add a --sync flag to set XSynchronize() (for debugging a scripting issue) andEric Anholt1-2/+17
2005-01-27Allow users to specify the set of tests to be run.Eric Anholt1-2/+39
2005-01-27- Split the tests out into separate files.Eric Anholt1-1/+0
2005-01-27Add a simple manpage, and add commandline options for verbosity and display.Eric Anholt1-4/+29
2005-01-27Set the main window OverrideRedirect. metacity gets less confused, and thingsEric Anholt1-0/+5
2004-08-30Add a simple test of transformed source/mask coordinates.Eric Anholt1-2/+2
2004-06-13Exercise XAA's Composite acceleration by also renderingEric Anholt1-3/+6
2004-05-10Initial revisionEric Anholt1-0/+163