Update README.md

This commit is contained in:
2026-06-01 05:47:27 +00:00
parent c2c4e33b77
commit dd147ab09e
+16 -12
View File
@@ -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. All version-specific patches, package modifications, and complete `.debdiff` logs are neatly organized.
* **Debian Directory**: Updated `debian/` configuration files used for the build.
## Key Changes **Go straight to the [Releases](../../releases) section** to download the standalone `.debdiff` files for specific versions.
* 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.
--- ---
## License ## Repository Contents
This packaging work is licensed under the **GPLv3 License**. Upstream Mesa code remains under its original MIT/X11 licenses.
* **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).