Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systems: add Vulkan flags for Pi4/Pi5 #3785

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 21, 2024

  1. systems: add Vulkan flags for Pi4/Pi5

    Added Vulkan as supported renderer for Pi4/Pi5 when running on RaspiOS 12 Bookworm.
    Technically the support was added in Bullseye for Pi4, but it was only available under X11.
    
    Notes:
     - most emulators include the Vulkan headers, so there's no need to add `libvulkan-dev` as a dependency.
     - not all emulators will run with Vulkan from KMS/DRM - `ppsspp`/`dolphin` can use it under x11/wayland, while `retroarch` runs with the`vulkan` video driver on KMS/DRM.
     - switching RetroArch to use the `vulkan` renderer needs to include the installation/configuration of SLANG shaders, which is not handled at the moment.
    cmitu committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1b98fb5 View commit details
    Browse the repository at this point in the history