projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb0267
)
progs/tests: Tests more views in mipmap_comp_tests
author
Jakob Bornecrantz
<jakob@vmware.com>
Sat, 4 Jul 2009 05:40:34 +0000
(07:40 +0200)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Sat, 4 Jul 2009 05:41:40 +0000
(07:41 +0200)
progs/tests/mipmap_comp_tests.c
patch
|
blob
|
history
diff --git
a/progs/tests/mipmap_comp_tests.c
b/progs/tests/mipmap_comp_tests.c
index 8f206253786d3dca08f01ce08abbc7c4ce328a21..080b81cba0ee50a79aa048a5a399223588423fe4 100644
(file)
--- 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;