Re: [Mesa-dev] [PATCH 1/8] etnaviv: create optional 2d pipe in screen

2019-05-02 Thread Christian Gmeiner
Hi Lucas, Am Fr., 12. Apr. 2019 um 19:38 Uhr schrieb Lucas Stach : > > The 2D pipe is useful to implement fast planar and interleaved YUV buffer > imports. Not all systems have a 2D capable core, so this is strictly > optional. > do you have planed to send out a new version of this patch-set? -

Re: [Mesa-dev] [PATCH 1/8] etnaviv: create optional 2d pipe in screen

2019-04-15 Thread Philipp Zabel
On Fri, 2019-04-12 at 19:38 +0200, Lucas Stach wrote: > The 2D pipe is useful to implement fast planar and interleaved YUV buffer > imports. Not all systems have a 2D capable core, so this is strictly > optional. > > Signed-off-by: Lucas Stach > --- > src/gallium/drivers/etnaviv/etnaviv_context.

[Mesa-dev] [PATCH 1/8] etnaviv: create optional 2d pipe in screen

2019-04-12 Thread Lucas Stach
The 2D pipe is useful to implement fast planar and interleaved YUV buffer imports. Not all systems have a 2D capable core, so this is strictly optional. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_context.c | 6 ++ src/gallium/drivers/etnaviv/etnaviv_context.h | 1 + src