Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / 
mesa


Commits:
124764e0 by Timo Aaltonen at 2024-01-27T10:44:15+02:00
patches: Drop the zink patch, gtk4 autopkgtest allows stderr now.

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- − debian/patches/zink-tone-down-error-to-warning.diff


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mesa (24.0.0~rc3-2) UNRELEASED; urgency=medium
+
+  * patches: Drop the zink patch, gtk4 autopkgtest allows stderr now.
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Sat, 27 Jan 2024 10:44:08 +0200
+
 mesa (24.0.0~rc3-1) experimental; urgency=medium
 
   * New upstream release candidate.


=====================================
debian/patches/series
=====================================
@@ -1,4 +1,3 @@
 07_gallium-fix-build-failure-on-powerpcspe.diff
 path_max.diff
 src_glx_dri_common.h.diff
-zink-tone-down-error-to-warning.diff


=====================================
debian/patches/zink-tone-down-error-to-warning.diff deleted
=====================================
@@ -1,13 +0,0 @@
-diff --git a/src/gallium/drivers/zink/zink_instance.py 
b/src/gallium/drivers/zink/zink_instance.py
-index 0fbd14e5a58..4c46e465030 100644
---- a/src/gallium/drivers/zink/zink_instance.py
-+++ b/src/gallium/drivers/zink/zink_instance.py
-@@ -256,7 +256,7 @@ zink_create_instance(struct zink_screen *screen, bool 
display_dev)
- 
-    VkResult err = vk_CreateInstance(&ici, NULL, &screen->instance);
-    if (err != VK_SUCCESS) {
--      mesa_loge("ZINK: vkCreateInstance failed (%s)", vk_Result_to_str(err));
-+      mesa_logw("ZINK: vkCreateInstance failed (%s)", vk_Result_to_str(err));
-       return false;
-    }
- 



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/124764e086f5ba2cd0576a1ffae81b75595e0c91

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/124764e086f5ba2cd0576a1ffae81b75595e0c91
You're receiving this email because of your account on salsa.debian.org.


Reply via email to