diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-08-13 15:05:29 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-16 23:13:22 +0200 |
| commit | a8ee37245ca66131dbb6b4e3bf94cfb0cb370d0b (patch) | |
| tree | 0aeaa7eb71ba543a809ef13e97b0354d69939f4d | |
| parent | a111406f79adc2fc560a9b488ea8c5304de1318e (diff) | |
| download | buildroot-a8ee37245ca66131dbb6b4e3bf94cfb0cb370d0b.tar.gz buildroot-a8ee37245ca66131dbb6b4e3bf94cfb0cb370d0b.zip | |
package/mesa3d: vc4 backend is an EGL provider
The VC4 GPU does not support full GL, it only provides EGL.
Currently, it is possible to build the VC4 backend without EGL support,
but that does not make sense in the slighest.
So, forcibly enable EGL with VC4, like is done for etnaviv and virgl.
Reported-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/mesa3d/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index ad41b1cd2a..13c118ee68 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -102,6 +102,7 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4 select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER select BR2_PACKAGE_LIBDRM_VC4 select BR2_PACKAGE_MESA3D_NEEDS_XA + select BR2_PACKAGE_MESA3D_OPENGL_EGL help Driver for Broadcom VC4 (rpi2/3) GPUs. It requires a vanilla 4.5+ kernel with drm vc4 (open) support. |

