summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Include strings.h for strcasecmpHEADmasterJeremy Huddleston1-0/+1
2011-09-22t_tsrccoords: Skip this test when using indexed picture formatsDamien Leone1-0/+8
2011-08-01Use the right screen from $DISPLAYAaron Plattner7-13/+13
2011-05-10Report which test groups passed successfullyJeremy Huddleston4-34/+58
2011-01-12config: remove unrequired AC_HEADER_STDCGaetan Nadon1-1/+0
2010-12-01blend: Second attempt to handle multiple source pages...Chris Wilson1-11/+11
2010-12-01composite: Handle more sources than available rows in the windowChris Wilson1-88/+102
2010-12-01blend: Handle more sources than available rows in the windowChris Wilson1-78/+92
2010-12-01TODO: Multiple roundtrips for image processing due to get_pixel fixedChris Wilson1-1/+0
2010-12-01dstcoords: Sample result using a single GetImageChris Wilson1-1/+8
2010-12-01tsrcoords2: Sample result using a single GetImageChris Wilson1-1/+7
2010-12-01tsrcoords: Sample result with just a single GetImageChris Wilson1-21/+30
2010-12-01triangles: Use a single GetImage call to sample the resultChris Wilson1-3/+21
2010-12-01repeat: Only call GetImage once for each test.Chris Wilson1-6/+18
2010-12-01Split out printing the results from eval_diff()Chris Wilson12-109/+177
2010-12-01composite: Batch testsChris Wilson3-177/+188
2010-12-01blend: Combine multiple tests into a single XGetImage requestChris Wilson5-77/+160
2010-12-01repeat: Specify test width/height rather than relying on win_width/heightChris Wilson1-12/+19
2010-11-22rendercheck 1.4rendercheck-1.4Alan Coopersmith1-3/+3
2010-10-30config: Remove unnecessary calls from configure.acAlan Coopersmith1-29/+1
2010-10-30Sun's copyrights now belong to OracleAlan Coopersmith1-2/+2
2010-10-30config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-10-30config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-14/+4
2010-10-07Purge cvs tags.Jesse Adkins1-2/+0
2010-03-27config: remove files unnecessarily listed in EXTRA_DISTGaetan Nadon1-4/+0
2010-03-26man: build man pages the standard wayGaetan Nadon5-7/+56
2010-02-11config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2-3/+2
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-231/+5
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-5/+5
2009-10-27Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+0
2009-10-22Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon1-1/+0
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-10/+70
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston1-1/+1
2009-01-20Make autogen.sh look like the autogen.sh in every other fd.o projectIan Romanick1-3/+1
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade7-24/+27
2009-01-08Fix build with -Wall -Werror -pedanticAaron Plattner2-1/+3
2009-01-08Add a --version option.Aaron Plattner1-3/+11
2008-04-15Add a test for rendering to source-only pictures under gradients.Eric Anholt3-0/+78
2008-04-15Remove bogus extra loop from gradient tests.Keith Packard3-5/+5
2008-03-07rendercheck 1.3rendercheck-1.3Adam Jackson1-1/+1
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos1-0/+10
2007-02-09Merge branch 'origin'Eric Anholt7-21/+226
2007-02-03Add another transformed source coordinates test.Eric Anholt4-0/+187
2007-02-02Unbreak the dstcoords test, and test it with PictOpOver, as well.Eric Anholt3-12/+18
2007-01-12Bug #9485: Fix a sign-extension issue on 64-bit platforms in pixel fetching.Eric Anholt1-5/+6
2007-01-12Add more gcc warning flags, and clean up the added warnings.Eric Anholt3-4/+15
2006-11-28Bump version to 1.2 and update docs.rendercheck-1.2Eric Anholt3-1/+8
2006-10-26Reduce the size of the rendering done in many tests.Eric Anholt9-22/+36
2006-10-26Slight cleanup of create_formats_list().Eric Anholt1-36/+37