Re: [Mesa-dev] [PATCH 2/2] st/program: add support for gs/tes/tcs nir shaders.

2017-10-23 Thread Timothy Arceri
Series: Reviewed-by: Timothy Arceri On 24/10/17 09:41, Dave Airlie wrote: From: Dave Airlie This probably needs more work but this just add the initial code to convert gs/tcs/tes nir based shaders in the state tracker. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_glsl_to_nir.

[Mesa-dev] [PATCH 2/2] st/program: add support for gs/tes/tcs nir shaders.

2017-10-23 Thread Dave Airlie
From: Dave Airlie This probably needs more work but this just add the initial code to convert gs/tcs/tes nir based shaders in the state tracker. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_glsl_to_nir.cpp | 12 + src/mesa/state_tracker/st_program.c | 45 +