Re: [Mesa-dev] [PATCH] st/dri: allow direct YUYV import

2017-07-19 Thread Rob Herring
On Fri, Jun 23, 2017 at 11:48 AM, Lucas Stach wrote: > Push this format to the pipe driver unchanged. > > Signed-off-by: Lucas Stach > --- > include/GL/internal/dri_interface.h | 1 + > src/gallium/state_trackers/dri/dri2.c | 7 +++ > 2 files changed, 8 insertions(+) > > diff --git a/inclu

Re: [Mesa-dev] [PATCH] st/dri: allow direct YUYV import

2017-07-19 Thread Lucas Stach
Hi Emil, Am Mittwoch, den 19.07.2017, 14:05 +0100 schrieb Emil Velikov: > Hi Lucas, > > On 23 June 2017 at 17:48, Lucas Stach wrote: > > Push this format to the pipe driver unchanged. > > > > Signed-off-by: Lucas Stach > I'm assuming you checked that this doesn't cause bad interaction wrt > com

Re: [Mesa-dev] [PATCH] st/dri: allow direct YUYV import

2017-07-19 Thread Emil Velikov
Hi Lucas, On 23 June 2017 at 17:48, Lucas Stach wrote: > Push this format to the pipe driver unchanged. > > Signed-off-by: Lucas Stach I'm assuming you checked that this doesn't cause bad interaction wrt commit 8b4588b090826a2da7c1b99497ed07705b149ae1? Alternatively, Nicolas, Rob can you guys g

Re: [Mesa-dev] [PATCH] st/dri: allow direct YUYV import

2017-07-19 Thread Philipp Zabel
On Fri, 2017-06-23 at 18:48 +0200, Lucas Stach wrote: > Push this format to the pipe driver unchanged. > > Signed-off-by: Lucas Stach > --- > include/GL/internal/dri_interface.h | 1 + > src/gallium/state_trackers/dri/dri2.c | 7 +++ > 2 files changed, 8 insertions(+) > > diff --git a/inc

[Mesa-dev] [PATCH] st/dri: allow direct YUYV import

2017-06-23 Thread Lucas Stach
Push this format to the pipe driver unchanged. Signed-off-by: Lucas Stach --- include/GL/internal/dri_interface.h | 1 + src/gallium/state_trackers/dri/dri2.c | 7 +++ 2 files changed, 8 insertions(+) diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h