summaryrefslogtreecommitdiff
path: root/test/reference/over-below-source.rgb24.ref.png
Commit message (Collapse)AuthorAgeFilesLines
* test: Refresh reference images for tor rendering changesChris Wilson2014-10-021-0/+0
| | | | | | | | | | | | | | (And include a git add missed from commit ccd48b346436a80629e4f9a07f2ba7ffbfd802f1 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Sep 30 14:06:21 2014 +0100 test: Remove more duplicated reference images but were mostly invalidated by the rasteriser changes anyway). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* tor: Review full-row walkerChris Wilson2014-09-301-0/+0
| | | | | | | | When updating the quorem between cells, we would lose the overflow increment as it was only applied locally and not preserved by updating the quorem. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* test: Remove redundant reference imagesChris Wilson2014-09-301-0/+0
| | | | | | | | | If we have both a argb32 and rgb24 reference image that are identical, we can replace them with a plain reference image. I also prefer to have argb32/rgb24 versions of the reference images if rgb24 differs from the plain reference. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* spans+image: Fix clipping with polygons and spansChris Wilson2012-02-281-0/+0
| | | | | Fixes: clip-source, random-clip Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* test: Refresh reference images for antialiasing fixChris Wilson2012-02-201-0/+0
| | | | | | Having discovered that I had recreated the references images with a buggy rasteriser, we now need to recreate them with the correct reference settings.
* test: Refresh reference images for spans/trapsChris Wilson2011-09-161-0/+0
| | | | | I found a bug in my SSE2 lerp implementation which resolved quite a few failures.
* test: Move all the reference images to their own directoryChris Wilson2011-09-151-0/+0
With over two thousand references images now, it is starting to make the test directory look cluttered! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>