Re: [Mesa-dev] [PATCH] mesa: stop copying SamplerUnits twice

2016-07-05 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On 03/07/16 11:16, Timothy Arceri wrote: > The call to _mesa_update_shader_textures_used() already takes > care of copying for us. > --- > src/mesa/main/uniform_query.cpp | 4 > 1 file changed, 4 deletions(-) > > diff --git a/src/mesa/main/uniform_que

[Mesa-dev] [PATCH] mesa: stop copying SamplerUnits twice

2016-07-03 Thread Timothy Arceri
The call to _mesa_update_shader_textures_used() already takes care of copying for us. --- src/mesa/main/uniform_query.cpp | 4 1 file changed, 4 deletions(-) diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index 67375a1..f2a9d3d 100644 --- a/src/mesa/main/unifo