summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-06-29Add a regression test for bug #7366 (crash on transform of source picture).Eric Anholt5-1/+19
2006-06-19Add a -o flag to select a subset of the Render operators for testing.Eric Anholt4-4/+46
2006-06-19Disable tests at low bitdepths that rendercheck isn't good enough to support.Eric Anholt1-2/+4
2006-06-19Note the source format in blend test error output.Eric Anholt1-1/+5
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 Anholt3-41/+102
2006-06-16Add an option "--minimalrendering" which suppresses the copying of offscreenEric Anholt11-40/+43
2006-05-22Bump version to 1.1 and update docs.RENDERCHECK-1_1Eric Anholt3-2/+10
2006-05-22Replace autogen.sh with a more standard one from that does srcdir != builddir.Eric Anholt1-1/+11
2006-05-04Add fallback version of errx for platforms without errx/err.hAlan Coopersmith4-2/+19
2006-05-03Ignore emacs *~ backup filesAlan Coopersmith1-1/+1
2006-05-03Merge branch 'security-implications' containing a new test for the trianglesEric Anholt6-4/+302
2006-05-01Include the format of the picture in the fill test failure output.Eric Anholt1-1/+5
2006-05-01Fix describing of some more formats.Eric Anholt1-3/+2
2006-05-01Correct the comment describing what fill_test does (test the filling of theEric Anholt1-2/+2
2006-05-01Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/rendercheckAlan Coopersmith18-74/+377
2006-04-21Update TODO list.Eric Anholt1-2/+0
2006-04-21Count the successes and failures of tests, printing results when finished, andEric Anholt3-27/+108
2006-04-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/rendercheckLars Knoll17-34/+234
2006-04-20Correct offsets for argb32* convenience colors, so the right colors are used inEric Anholt1-4/+4
2006-04-20Add a short doc on the things to do when adding a new test. Move TODO into theEric Anholt4-1/+13
2006-04-20Add a test for various-sized repeating sources. Reveals issues with EXA RadeonEric Anholt6-3/+201
2006-04-20Correct a heinous memory leak in get_pixel().Eric Anholt1-0/+1
2006-04-20add license headerLars Knoll1-13/+37
2006-04-19Only add -Wall flag when using gcc, not other compilersAlan Coopersmith1-1/+3
2006-04-19Respect --iter in a couple more tests.Eric Anholt2-9/+15
2006-04-19Improve the wording of the -d argument, which was copied from xcompmgr.1 iirc.Eric Anholt1-1/+1
2006-04-19Add gradients to the list of tests supported.Eric Anholt1-2/+3
2006-04-19Remove useless $Id$ markers.Eric Anholt10-20/+0
2006-04-19Add a trivial test for Triangles, TriStrip, and TriFan, which exposed a securityEric Anholt6-6/+295
2006-04-18Move .cvsignore to .gitignore.Eric Anholt1-0/+2
2006-03-08add testing for linear gradients.XORG-7_0_99_901Lars Knoll5-5/+273
2006-03-06test composition operations using solid source picturesLars Knoll1-7/+24
2005-09-27Add a description of the -i flag, and alphabetize.Eric Anholt1-5/+11
2005-09-27Add a --sync flag to set XSynchronize() (for debugging a scripting issue) andEric Anholt2-6/+25
2005-09-15Remove the apparently-unnecessary AC_CONFIG_AUX_DIR setting that made newEric Anholt1-2/+0
2005-01-27Make autogen.sh actually do its job, and add some missing files to the dist.Eric Anholt2-1/+7
2005-01-27Allow users to specify the set of tests to be run.Eric Anholt5-97/+174
2005-01-27- Split the tests out into separate files.Eric Anholt13-414/+690
2005-01-27Add an appropriate .cvsignore.Eric Anholt1-0/+15
2005-01-27Add a simple manpage, and add commandline options for verbosity and display.Eric Anholt4-6/+59
2005-01-27Set the main window OverrideRedirect. metacity gets less confused, and thingsEric Anholt1-0/+5
2004-10-24Allow building without xrender.pc, by using AC_PATH_XTRA. Bump to 1.0.3.RENDERCHECK-1_0_3Eric Anholt2-2/+21
2004-09-27Sigh. Some day somebody will write a makefile system that isn't based onEric Anholt1-1/+2
2004-09-20Back out previous changes to the transformed coordinates test. It looks like theRENDERCHECK-1_0_2Eric Anholt6-22/+27
2004-08-30Correct the previous commit:Eric Anholt2-18/+17
2004-08-30Add a simple test of transformed source/mask coordinates.Eric Anholt3-6/+127
2004-08-30Kill the ChangeLog. Updating them is annoying. If you want the ChangeLog, useEric Anholt1-19/+0
2004-06-13Exercise XAA's Composite acceleration by also renderingEric Anholt3-20/+62
2004-05-17- get_pixel was not at fault, and get destcoords_test working.RENDERCHECK-1_0_1Eric Anholt4-21/+28