https://github.com/anileo/raspberrypi-mesa-git
mesa-git AUR for Raspberry Pi devices
https://github.com/anileo/raspberrypi-mesa-git
mesa opengl-driver raspberry-pi vulkan-driver
Last synced: 5 months ago
JSON representation
mesa-git AUR for Raspberry Pi devices
- Host: GitHub
- URL: https://github.com/anileo/raspberrypi-mesa-git
- Owner: AniLeo
- License: other
- Created: 2024-09-08T17:53:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T21:32:21.000Z (over 1 year ago)
- Last Synced: 2025-01-27T09:04:02.262Z (over 1 year ago)
- Topics: mesa, opengl-driver, raspberry-pi, vulkan-driver
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## raspberry-mesa-git
Arch Linux mesa-git AUR package for Raspberry Pi systems running [Arch Linux ARM](https://archlinuxarm.org/)
#### OpenGL/gallium drivers included:
- softpipe (Software-only reference driver)
- llvmpipe (Software-only performant driver)
- zink (OpenGL-on-Vulkan driver)
- virgl (Virtual GPU for use inside QEMU VMs)
- svga (Virtual GPU for use inside VMWare VMs)
- vc4 (Hardware Broadcom OpenGL driver for Raspberry Pi 3 and older devices)
- v3d (Hardware Broadcom OpenGL driver for Raspberry Pi 4 and newer devices)
#### Vulkan drivers included:
- swrast/lavapipe (Software-only driver)
- virtio (Virtio-GPU protocol for Vulkan command serialization)
- broadcom/v3dv (Hardware Broadcom Vulkan driver for Raspberry Pi 4 and newer devices)
#### Patches included:
- [v3d: Use the state uploader for QUNIFORM_UBO_ADDR](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30986), required for RPCS3 to work with OpenGL