Commit 03455cb
committed
fix(rockchip-rk3588): Enable mesa-vpu extension for GPU acceleration
Extensions seem to be optional, but the mesa-vpu extension author
stated this 'should be enabled on all for rk3588 distributions' but
was never implemented. Without it, desktop images use llvmpipe software
rendering instead of GPU.
Although ENABLE_EXTENSIONS=mesa-vpu resolves the issue, users will run
into concerns for other optional extensions similar to #7482. Approach
uses extension_prepare_config hook to auto-enable mesa-vpu, ensuring
it loads regardless of user-specified ENABLE_EXTENSIONS.
Tested on Orange Pi 5 Plus: glxinfo now shows Mali-G610 (Panfrost).1 parent d2e208a commit 03455cb
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments