Re: [Mesa-dev] [PATCH 16/92] st/nir: make nir_lower_tex configurable

2017-06-27 Thread Nicolai Hähnle
On 26.06.2017 21:09, Rob Clark wrote: So the solution to this so far has been to call this both from driver and from mesa/st. (The mesa/st call to nir_lower_tex is only in the rare case of gles + yuv EGLImageExternal (ie. basically a hack because android expects YUV texture support. So I guess

Re: [Mesa-dev] [PATCH 16/92] st/nir: make nir_lower_tex configurable

2017-06-26 Thread Rob Clark
So the solution to this so far has been to call this both from driver and from mesa/st. (The mesa/st call to nir_lower_tex is only in the rare case of gles + yuv EGLImageExternal (ie. basically a hack because android expects YUV texture support. So I guess not worth optimizing for.) BR, -R On M

[Mesa-dev] [PATCH 16/92] st/nir: make nir_lower_tex configurable

2017-06-26 Thread Nicolai Hähnle
From: Nicolai Hähnle --- src/mesa/state_tracker/st_program.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_tracker/st_program.c b/src/mesa/state_tracker/st_program.c index eb44fc5..a3b8bbf 100644 --- a/src/mesa/state_tracker/st_program.c +++ b