|
@@ -193,6 +193,22 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL
|
|
|
virgl is the 3D acceleration backend for the virtio-gpu
|
|
|
shipping with qemu.
|
|
|
|
|
|
+config BR2_PACKAGE_MESA3D_XVMC
|
|
|
+ bool "Gallium XvMC state tracker"
|
|
|
+ depends on BR2_i386 || BR2_x86_64
|
|
|
+ depends on BR2_PACKAGE_XORG7
|
|
|
+ depends on BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \
|
|
|
+ || BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600
|
|
|
+ select BR2_PACKAGE_XLIB_LIBXVMC
|
|
|
+ help
|
|
|
+ XvMC state tracker (needs r600 or nouveau gallium drivers).
|
|
|
+
|
|
|
+comment "Gallium XvMC state tracker needs X.org and gallium drivers r600 or nouveau"
|
|
|
+ depends on BR2_i386 || BR2_x86_64
|
|
|
+ depends on !BR2_PACKAGE_XORG7 || \
|
|
|
+ !(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \
|
|
|
+ || BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600)
|
|
|
+
|
|
|
comment "DRI drivers"
|
|
|
|
|
|
config BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST
|