Re: [Mesa-dev] [PATCH 1/2] st/mesa: don't propagate uniforms when restoring from cache

2017-03-06 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Mar 3, 2017 at 6:59 AM, Timothy Arceri wrote: > We will have already loaded the uniforms when the parameter list > was restored from cache. > --- > src/mesa/program/ir_to_mesa.cpp| 14 +- > src/mesa/program/ir_to_mesa.h

[Mesa-dev] [PATCH 1/2] st/mesa: don't propagate uniforms when restoring from cache

2017-03-02 Thread Timothy Arceri
We will have already loaded the uniforms when the parameter list was restored from cache. --- src/mesa/program/ir_to_mesa.cpp| 14 +- src/mesa/program/ir_to_mesa.h | 3 ++- src/mesa/state_tracker/st_glsl_to_nir.cpp | 3 ++- src/mesa/state_tracker/st_glsl_to_