* [PATCH v4] mesa-dri: add extra dri drivers
@ 2013-01-31 18:22 igeiser
2013-02-01 11:02 ` Burton, Ross
0 siblings, 1 reply; 2+ messages in thread
From: igeiser @ 2013-01-31 18:22 UTC (permalink / raw)
To: openembedded-core
From: Ian Reinhart Geiser <igeiser@devonit.com>
* By default enable only swrast. This needs to
be here or for some reason qemuarm tries to
detect the intel dri libraries and fails.
* For x86 and x86-64 explicitly set all of
the supported drm drivers.
builds properly with qemux86 qemuarm and qemux86-64
Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com>
---
meta/recipes-graphics/mesa/mesa-dri.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/mesa/mesa-dri.inc b/meta/recipes-graphics/mesa/mesa-dri.inc
index 1f6ec78..e43150b 100644
--- a/meta/recipes-graphics/mesa/mesa-dri.inc
+++ b/meta/recipes-graphics/mesa/mesa-dri.inc
@@ -2,8 +2,8 @@ DEPENDS += "libdrm expat udev"
X11_DEPS += "dri2proto"
DRIDRIVERS = "swrast"
-DRIDRIVERS_append_x86 = ",i915,i965"
-DRIDRIVERS_append_x86-64 = ",i915,i965"
+DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915"
+DRIDRIVERS_append_x86-64 = ",radeon,r200,nouveau,i965,i915"
EXTRA_OECONF += "--disable-gallium --without-gallium-drivers"
EXTRA_OECONF += "--enable-dri --with-dri-drivers=${DRIDRIVERS}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v4] mesa-dri: add extra dri drivers
2013-01-31 18:22 [PATCH v4] mesa-dri: add extra dri drivers igeiser
@ 2013-02-01 11:02 ` Burton, Ross
0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2013-02-01 11:02 UTC (permalink / raw)
To: igeiser; +Cc: openembedded-core
On 31 January 2013 18:22, <igeiser@devonit.com> wrote:
> From: Ian Reinhart Geiser <igeiser@devonit.com>
>
> * By default enable only swrast. This needs to
> be here or for some reason qemuarm tries to
> detect the intel dri libraries and fails.
> * For x86 and x86-64 explicitly set all of
> the supported drm drivers.
>
> builds properly with qemux86 qemuarm and qemux86-64
>
> Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com>
Acked-by: Ross Burton <ross.burton@intel.com>
Ross
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-01 11:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 18:22 [PATCH v4] mesa-dri: add extra dri drivers igeiser
2013-02-01 11:02 ` Burton, Ross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox