From dd147ab09e3e783d54eb54301aaa9391253014e1 Mon Sep 17 00:00:00 2001 From: stornic56 Date: Mon, 1 Jun 2026 05:47:27 +0000 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bb71e25..8d861c9 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,25 @@ -# Mesa Debian Backport (`mesa-debian`) +# Mesa Debian Backports (mesa-debian) -This repository hosts the development files and the `.debdiff` for backporting **Mesa 25.3.3** to **Debian Trixie (Backports)**. +This repository hosts `.debdiff` files dedicated to backporting modern **Mesa** versions to **Debian Trixie (Testing/Backports)**. + +These diffs include all necessary build-dependency adaptations, toolchain downgrades (like LLVM), and other fixes required to build updated graphics drivers on Trixie. --- -## What's Here? +## Looking for the Files? -* **`mesa_25.3.3-1~bpo13+1.debdiff`**: The complete debdiff file containing all modifications, LLVM 19 downgrades, FTBFS fixes, and CVE patches. -* **Debian Directory**: Updated `debian/` configuration files used for the build. +All version-specific patches, package modifications, and complete `.debdiff` logs are neatly organized. -## Key Changes -* Downgraded LLVM stack from 21 to 19. -* Applied patches for **CVE-2026-40393** (WebGPU OOB fixes). -* Fixed Rusticl FTBFS for Trixie. -* Disabled native D3D12 driver. + **Go straight to the [Releases](../../releases) section** to download the standalone `.debdiff` files for specific versions. --- -## License -This packaging work is licensed under the **GPLv3 License**. Upstream Mesa code remains under its original MIT/X11 licenses. \ No newline at end of file +## Repository Contents + +* **debdiffs/**: Contains the raw `.debdiff` source files for historical tracking and direct inspection. + +--- + +## ⚖️ License + +This packaging and backporting work is licensed under the **GPLv3 License**. Upstream Mesa source code remains under its original licenses (MIT/X11). \ No newline at end of file