Re: [Mesa-dev] [PATCH] gallium: add Tegra renderonly support

2017-01-16 Thread Alexandre Courbot
On 01/13/2017 11:20 PM, Grazvydas Ignotas wrote: > just out of the interest, can this be used on Tegra X1 right now? > If so, what would I need to get it to work (kernel, firmware, something else)? > I'd be interested to run mesa on the Shield TV. I recommend using my Mesa branch (https://github.c

Re: [Mesa-dev] [PATCH] gallium: add Tegra renderonly support

2017-01-13 Thread Emil Velikov
Hi Alexandre, On 13 January 2017 at 07:47, Alexandre Courbot wrote: > @@ -2559,6 +2559,10 @@ if test -n "$with_gallium_drivers"; then > require_libdrm "virgl" > require_basic_egl "virgl" > ;; > +xtegra) > +HAVE_GALLIUM_TEGRA=yes > +

Re: [Mesa-dev] [PATCH] gallium: add Tegra renderonly support

2017-01-13 Thread Ilia Mirkin
Note, I'm only commenting on the nouveau bits: On Fri, Jan 13, 2017 at 2:47 AM, Alexandre Courbot wrote: > diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.c > b/src/gallium/drivers/nouveau/nouveau_buffer.c > index 17052b26e9c8..95dcaad94396 100644 > --- a/src/gallium/drivers/nouveau/nouv

Re: [Mesa-dev] [PATCH] gallium: add Tegra renderonly support

2017-01-13 Thread Grazvydas Ignotas
Hi, just out of the interest, can this be used on Tegra X1 right now? If so, what would I need to get it to work (kernel, firmware, something else)? I'd be interested to run mesa on the Shield TV. GraÅžvydas On Fri, Jan 13, 2017 at 9:47 AM, Alexandre Courbot wrote: > From: Christian Gmeiner > >

[Mesa-dev] [PATCH] gallium: add Tegra renderonly support

2017-01-12 Thread Alexandre Courbot
From: Christian Gmeiner Based on the same model as the IMX driver, opens a Nouveau render device in order to transparently provide acceleration on Tegra. Signed-off-by: Christian Gmeiner [acour...@nvidia.com: port to latest branch, minor improvements] Signed-off-by: Alexandre Courbot --- conf