RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. mesa
    Log in to post
    • All categories
    • DTEAMD

      (Solved) Installing MESA packages from backports - did not find extension DRI_Mesa version 1

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support debian mesa backport
      4
      0 Votes
      4 Posts
      1k Views
      DTEAMD

      You can use backport for MESA (24.2.8)/Vulkan 1.2.289

      Now I did it properly and test it. I saw a massive performance increase for game loading and a better performance with Vulkan. Unfortunately , Vulkan 1.3 is not officially available yet for Pi, only 1.2.289 is available .You can get it only with MESA 24.3 but it should be soon.

      Here's what I did :

      1- Create an empty file /etc/apt/sources.list.d/debian-12-backports.list and write this inside with a file editor

      deb http://deb.debian.org/debian bookworm-backports main

      You must change the folder restriction first
      2 - update MESA

      sudo apt update && sudo apt upgrade sudo apt install -t bookworm-backports mesa-va-drivers

      3- Double check your installed packages with:

      dpkg-query -W | grep '~bpo'

      4 - Update Vulkan if needed

      sudo apt install mesa-vulkan-drivers/bookworm-backports

      Note : - Do a backup first
      - I also recommend to update cmake sudo apt install cmake/bookworm-backports.

    • TPRT

      Mesa Shader Cache - Can I delete this?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mesa cache shaders
      5
      0 Votes
      5 Posts
      580 Views
      TPRT

      @Folly said in Mesa Shader Cache - Can I delete this?:

      @TPR said in Mesa Shader Cache - Can I delete this?:
      You could rename the mesa_shader_cache first before you remove it.
      Then you can always remove it later if you find that there are no problems.
      Good idea ?

      Yep. Very good idea. I'll rename it to see if there is any issues and if there are I'll just rename it back.

    • F

      Lock SDL2, MESA and DRM update

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development mesa mesa-drm sdl2
      14
      0 Votes
      14 Posts
      1k Views
      F

      @gleam2003 said in Lock SDL2, MESA and DRM update:

      Install your Mesa and sdl2 library in /usr/local and config LD for use this before the one installed by RetroPie.
      In this way you can use original RetroPie script without lose your build library

      Thanks, I'll try

    • dankcushionsD

      Vulkan Driver progress...

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development vulkan driver raspberry pi mesa
      1
      4 Votes
      1 Posts
      292 Views
      No one has replied