[Piglit] [PATCH] texwrap: increase max allowed error (linear_deltamax)

Vadim Girlin vadimgirlin at gmail.com
Sat Dec 10 23:19:25 PST 2011


Current values are causing many tests to fail at least with
r600g+evergreen when "-fbo" is used. Increasing these values by 1-2
allows such tests to pass.

Signed-off-by: Vadim Girlin <vadimgirlin at gmail.com>
---
 tests/texturing/texwrap.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/texturing/texwrap.c b/tests/texturing/texwrap.c
index 7e82469..cafa449 100644
--- a/tests/texturing/texwrap.c
+++ b/tests/texturing/texwrap.c
@@ -303,11 +303,11 @@ static unsigned nearest_deltamax[33] = {
 };
 
 static unsigned linear_deltamax[33] = {
-    1, 210, 128, 32, 17, 9, 9, 9,
-    8, 8, 8, 8, 8, 8, 8, 8,
-    8, 8, 8, 8, 8, 8, 8, 8,
-    8, 8, 8, 8, 8, 8, 8, 8,
-    8
+    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
 };
 
 /* Wrap modes. */
-- 
1.7.7.3



More information about the Piglit mailing list