summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-02-10 11:51:31 -0800
committerEric Anholt <eric@anholt.net>2018-07-11 10:45:24 -0700
commit24ba415e389e77c092c474c3fb84f38296c72a62 (patch)
treeb9c8bce1f42ab191542fb41bd741dba8e416dda5
parent594fe6b04932379d7480d6f14dfa69047c1fc343 (diff)
texwrap: Relax precision for vc4
-rw-r--r--tests/texturing/texwrap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/texturing/texwrap.c b/tests/texturing/texwrap.c
index 2c203e52e..000fe9e63 100644
--- a/tests/texturing/texwrap.c
+++ b/tests/texturing/texwrap.c
@@ -508,11 +508,11 @@ static unsigned nearest_deltamax[33] = {
};
static unsigned linear_deltamax[33] = {
- 1, 210, 128, 32, 17, 10, 10, 10,
- 10, 10, 10, 10, 10, 10, 10, 10,
- 10, 10, 10, 10, 10, 10, 10, 10,
- 10, 10, 10, 10, 10, 10, 10, 10,
- 10
+ 1, 210, 128, 32, 17, 12, 12, 12,
+ 12, 12, 12, 12, 12, 12, 12, 12,
+ 12, 12, 12, 12, 12, 12, 12, 12,
+ 12, 12, 12, 12, 12, 12, 12, 12,
+ 12
};
/* Wrap modes. */