File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
IUSE=" ${IUSE_VIDEO_CARDS}
38
38
+classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm
39
- lm_sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind
39
+ lm_sensors opencl osmesa pax_kernel rpi-v3d selinux test unwind vaapi valgrind
40
40
vdpau vulkan vulkan-overlay wayland +X xa xvmc"
41
41
42
42
REQUIRED_USE="
@@ -69,6 +69,7 @@ REQUIRED_USE="
69
69
video_cards_vmware? ( gallium )
70
70
xa? ( X )
71
71
xvmc? ( X )
72
+ rpi-v3d? ( arm64 video_cards_vc4 )
72
73
"
73
74
74
75
LIBDRM_DEPSTRING=" >=x11-libs/libdrm-2.4.99"
@@ -420,7 +421,7 @@ multilib_src_configure() {
420
421
gallium_enable video_cards_panfrost panfrost
421
422
gallium_enable video_cards_vc4 vc4
422
423
# enable for Pi4 also
423
- use arm64 && gallium_enable video_cards_vc4 v3d
424
+ use rpi-v3d && gallium_enable video_cards_vc4 v3d
424
425
gallium_enable video_cards_vivante etnaviv
425
426
gallium_enable video_cards_vmware svga
426
427
gallium_enable video_cards_nouveau nouveau
Original file line number Diff line number Diff line change 20
20
<flag name =" osmesa" >Build the Mesa library for off-screen rendering.</flag >
21
21
<flag name =" pax_kernel" >Enable if the user plans to run the package under a pax enabled hardened kernel</flag >
22
22
<flag name =" pic" >disable optimized assembly code that is not PIC friendly</flag >
23
+ <flag name =" rpi-v3d" >Enable V3D for the RPi4 (requires video_cards_vc4)</flag >
23
24
<flag name =" valgrind" >Compile in valgrind memory hints</flag >
24
25
<flag name =" vdpau" >Enable the VDPAU acceleration interface for the Gallium3D Video Layer.</flag >
25
26
<flag name =" vulkan" >Enable Vulkan drivers</flag >
You can’t perform that action at this time.
0 commit comments