summaryrefslogtreecommitdiff
path: root/progs/tests
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-07-04 07:40:34 +0200
committerJakob Bornecrantz <jakob@vmware.com>2009-07-04 07:41:40 +0200
commit9982821cdaf2205443c6297368eaab4115bf92f6 (patch)
treee5955958008a82b716433a1ff55f1402d923b11c /progs/tests
parentedb02671704aeb60e3eeaa7f58c73f4845c5b7e2 (diff)
progs/tests: Tests more views in mipmap_comp_tests
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/mipmap_comp_tests.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/progs/tests/mipmap_comp_tests.c b/progs/tests/mipmap_comp_tests.c
index 8f20625378..080b81cba0 100644
--- a/progs/tests/mipmap_comp_tests.c
+++ b/progs/tests/mipmap_comp_tests.c
@@ -76,6 +76,9 @@ static struct view views[] =
{ 2, 4, "Blue, Black, White" },
{ 3, 4, "Black, White" },
{ 4, 4, "White" },
+ { 3, 3, "Black" },
+ { 2, 2, "Blue" },
+ { 1, 1, "Red" },
{ 1, 3, "Red, Blue, Black" },
{ 1, 2, "Red, Blue" },
{ 2, 3, "Blue, Black" },
@@ -85,7 +88,7 @@ static struct view views[] =
static void
initValues(void)
{
- View = 9;
+ View = 12;
BaseLevel = 0;
MaxLevel = 9;
MinLod = views[View].minLod;