buildrootschalter/package/mesa3d
Yann E. MORIN c0d7d1c5bb package/mesa3d: only enable full OpenGL when a DRI driver is enabled
Full OpenGL is only provided when:
  - a DRI driver is enabled,
  - and X.Org is enabled

Since DRI driver depend on X.Org being selected, this means that we
can (have to) enable full OpenGL as soon as a DRI driver is enabled.

On the other hand, Gallium drivers, which currently do enable full
OpenGL, only really provide OpenGL EGL and GLES, not full OpenGL.

So we exclude Gallium drivers when checking whether to enable full
OpenGL in mesa3d.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Paul Cercueil <paul@crapouillou.net>
Cc: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-04-17 22:58:04 +02:00
..
Config.in package/mesa3d: add comment for when OpenGL EGL is not available 2014-04-17 22:56:50 +02:00
mesa3d-0001-Fix-khrplatform.h-not-installed-if-EGL-is-disabled.patch mesa3d: fix khrplatform.h installation. 2014-04-12 16:09:31 +02:00
mesa3d.mk package/mesa3d: only enable full OpenGL when a DRI driver is enabled 2014-04-17 22:58:04 +02:00