Re: [Mesa-dev] [PATCH 2/2] etnaviv: advertise YUV formats as external only

2018-04-04 Thread Christian Gmeiner
2018-03-29 16:15 GMT+02:00 Lucas Stach : > We only support importing YUV as OES external resources. > This will change in the future, but for now this fixes the > advertised capabilities in eglQueryDmaBufModifiersEXT. > > Signed-off-by: Lucas Stach

Re: [Mesa-dev] [PATCH 2/2] etnaviv: advertise YUV formats as external only

2018-04-04 Thread Philipp Zabel
On Thu, 2018-03-29 at 16:15 +0200, Lucas Stach wrote: > We only support importing YUV as OES external resources. > This will change in the future, but for now this fixes the > advertised capabilities in eglQueryDmaBufModifiersEXT. > > Signed-off-by: Lucas Stach > --- >

[Mesa-dev] [PATCH 2/2] etnaviv: advertise YUV formats as external only

2018-03-29 Thread Lucas Stach
We only support importing YUV as OES external resources. This will change in the future, but for now this fixes the advertised capabilities in eglQueryDmaBufModifiersEXT. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_screen.c | 2 +- 1 file changed,