Skip to content

Commit

Permalink
test/aliasing: Add a few more colour combinations.
Browse files Browse the repository at this point in the history
In particular, compare red against its inverse, cyan. Etc.
  • Loading branch information
Chris Wilson committed Jun 15, 2010
1 parent e2220a1 commit 71936a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/aliasing.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified test/aliasing.image16.ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/aliasing.ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/aliasing.xlib.ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71936a1

Please sign in to comment.