test/aliasing: Add a few more colour combinations.

In particular, compare red against its inverse, cyan. Etc.
This commit is contained in:
Chris Wilson 2010-06-15 21:36:15 +01:00
parent e2220a1f3a
commit 71936a1f41
4 changed files with 5 additions and 1 deletions

View file

@ -40,7 +40,11 @@ static const struct color {
{ 0, 0, 0 },
{ 1, 0, 0 },
{ 0, 1, 0 },
{ 0, 0, 1 }
{ 0, 0, 1 },
{ 1, 1, 0 },
{ 0, 1, 1 },
{ 1, 0, 1 },
{ .5, .5, .5 },
};
#define NUM_COLORS (sizeof (color) / sizeof (color[0]))
#ifndef MAX

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 102 KiB