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
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
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