Re: [Mesa-dev] [PATCH 2/2] st/mesa: finalise tcs/tes/geom NIR before storing it to the cache

2018-04-09 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Thu, Apr 5, 2018 at 3:37 AM, Timothy Arceri wrote: > We don't create variants of the NIR so here we finalise it before > caching to avoid unnecessary processing when restoring it. > --- > src/mesa/state_tracker/st_program.c | 11 +-- >

[Mesa-dev] [PATCH 2/2] st/mesa: finalise tcs/tes/geom NIR before storing it to the cache

2018-04-05 Thread Timothy Arceri
We don't create variants of the NIR so here we finalise it before caching to avoid unnecessary processing when restoring it. --- src/mesa/state_tracker/st_program.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_tracker/st_program.c b/src/mesa/state