[meta-ti][master/wrynose][PATCH v4 0/2] mesa-pvr v24 -> v25
<[email protected]> Tue, 23 Jun 2026 15:13:45 -0500
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
From: Antonios Christidis <[email protected]> This series migrates mesa-pvr from v24.0.1 to v25.2.8. mesa-pvr is a fork of Mesa that adds Gallium frontend support for PVR GPUs. The recipe builds and packages for both Rogue and SGX GPU architectures. Only Rogue supports hardware acceleration - SGX will fall back to software rendering. For SGX hardware acceleration, the scarthgap branch SDK should be used instead, as it is the most recent legacy device SDK release. Kind Regards, Antonios --- v4: - Don't delete v24.0.1 mesa related recipes and patches - Update check_yocto_rules.json v3: - Split into a 2 patch series. 1st patch copies mesa.inc from oe-core and the other modifies and adds functionality on top of mesa.inc. - Delete mesa v24.0.1 related recipes and patches v2: - Rebase on wrynose-next - Add support for master branch in subject prefix tag Antonios Christidis (2): mesa-pvr: Add versioned mesa.inc copies from oe-core mesa-pvr: Migrate mesa from v24.0.1 -> v25.2.8 check_yocto_rules.json | 2 +- meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 +- .../mesa/{mesa-pvr.inc => mesa-pvr-24.inc} | 0 ...sdetects-64bit-atomics-on-mips-clang.patch | 24 ++ .../recipes-graphics/mesa/mesa-pvr-25.inc | 346 ++++++++++++++++++ .../recipes-graphics/mesa/mesa-pvr_24.0.1.bb | 2 +- .../recipes-graphics/mesa/mesa-pvr_25.2.8.bb | 60 +++ 7 files changed, 433 insertions(+), 3 deletions(-) rename meta-ti-bsp/recipes-graphics/mesa/{mesa-pvr.inc => mesa-pvr-24.inc} (100%) create mode 100644 meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-25.2.8/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch create mode 100644 meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-25.inc create mode 100644 meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_25.2.8.bb -- 2.34.1