Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits:
-
f2c5a4fe
by Timo Aaltonen at 2025-12-04T15:45:49+02:00
-
c9b60653
by Timo Aaltonen at 2025-12-04T15:45:59+02:00
3 changed files:
Changes:
| 1 | +mesa (25.2.8-2) unstable; urgency=medium
|
|
| 2 | + |
|
| 3 | + * disable-ccs-for-intel-xe2.diff: Dropped, fixed upstream.
|
|
| 4 | + |
|
| 5 | + -- Timo Aaltonen <tjaalton@debian.org> Thu, 04 Dec 2025 15:45:54 +0200
|
|
| 6 | + |
|
| 1 | 7 | mesa (25.2.8-1) unstable; urgency=medium
|
| 2 | 8 | |
| 3 | 9 | * New upstream release.
|
| 1 | ---- a/src/intel/vulkan/anv_device.c
|
|
| 2 | -+++ b/src/intel/vulkan/anv_device.c
|
|
| 3 | -@@ -1567,7 +1567,7 @@ VkResult anv_AllocateMemory(
|
|
| 4 | - */
|
|
| 5 | - alloc_flags |= ANV_BO_ALLOC_COMPRESSED;
|
|
| 6 | - } else if (mem_type->compressed && !INTEL_DEBUG(DEBUG_NO_CCS)) {
|
|
| 7 | -- alloc_flags |= ANV_BO_ALLOC_COMPRESSED;
|
|
| 8 | -+// alloc_flags |= ANV_BO_ALLOC_COMPRESSED;
|
|
| 9 | - }
|
|
| 10 | -
|
|
| 11 | - /* Anything imported or exported is EXTERNAL */ |
| ... | ... | @@ -2,4 +2,3 @@ path_max.diff |
| 2 | 2 | src_glx_dri_common.h.diff
|
| 3 | 3 | disable_ppc64el_assembly.diff
|
| 4 | 4 | 0001-anv-Use-os_get_page_size-for-mmap-offset-alignment-t.patch |
| 5 | -disable-ccs-for-intel-xe2.diff |