summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuildbot system user <buildbot@medusa>2020-03-07 23:23:49 +0000
committerBuildbot system user <buildbot@medusa>2020-03-07 23:23:49 +0000
commitbb3b836984adf1171a53577831e4601ba54030a9 (patch)
tree86e6e836dcb01de42e85456e915422834e134ab0
parent87d9106718458c00dd6e03f782ab11e3fee163dd (diff)
Update patches
-rw-r--r--patches/mesa-mesa/0002-Add-some-slop-to-u_format_test-for-8unorm-formats.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/mesa-mesa/0002-Add-some-slop-to-u_format_test-for-8unorm-formats.patch b/patches/mesa-mesa/0002-Add-some-slop-to-u_format_test-for-8unorm-formats.patch
index e8d8265..cb99954 100644
--- a/patches/mesa-mesa/0002-Add-some-slop-to-u_format_test-for-8unorm-formats.patch
+++ b/patches/mesa-mesa/0002-Add-some-slop-to-u_format_test-for-8unorm-formats.patch
@@ -1,18 +1,18 @@
-From 0dcb1d0941303fbcb00620e2abd69e0f7a4b064e Mon Sep 17 00:00:00 2001
+From c3039b7ca499e36338b54fe46023bc636f910d6f Mon Sep 17 00:00:00 2001
From: Jon Turney <jon.turney@dronecode.org.uk>
Date: Thu, 14 Mar 2019 14:56:18 +0000
-Subject: [PATCH 2/2] Add some slop to u_format_test for 8unorm formats
+Subject: [PATCH] Add some slop to u_format_test for 8unorm formats
There seems to be some rounding ocurring here on my buildbot slave
hardware.
---
- src/gallium/tests/unit/u_format_test.c | 3 ++-
+ src/util/tests/format/u_format_test.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-diff --git a/src/gallium/tests/unit/u_format_test.c b/src/gallium/tests/unit/u_format_test.c
-index 640214dfc50..102bbefb1cf 100644
---- a/src/gallium/tests/unit/u_format_test.c
-+++ b/src/gallium/tests/unit/u_format_test.c
+diff --git a/src/util/tests/format/u_format_test.c b/src/util/tests/format/u_format_test.c
+index 69e3b5aebfd..fdd91b277e7 100644
+--- a/src/util/tests/format/u_format_test.c
++++ b/src/util/tests/format/u_format_test.c
@@ -369,7 +369,8 @@ test_format_unpack_rgba_8unorm(const struct util_format_description *format_desc
for (i = 0; i < format_desc->block.height; ++i) {
for (j = 0; j < format_desc->block.width; ++j) {
@@ -24,5 +24,5 @@ index 640214dfc50..102bbefb1cf 100644
}
}
--
-2.17.0
+2.21.0