Re: [Mesa-dev] [PATCH 21/21] compiler: remove copy_shader_info()

2016-10-25 Thread Jason Ekstrand
Woohoo! Thanks for doing all this. Series is Reviewed-by: Jason Ekstrand I think I would feel a tiny bit more comfortable if, for each info field, you squashed the 2-5 corresponding patches together. On Thu, Oct 20, 2016 at 1:47 AM, Timothy Arceri < timothy.arc...@collabora.com> wrote: > Thi

[Mesa-dev] [PATCH 21/21] compiler: remove copy_shader_info()

2016-10-20 Thread Timothy Arceri
This temporary helper is no longer needed now that we have finished refactoring common shader metadata. --- src/compiler/Makefile.sources | 4 +--- src/compiler/shader_info.c| 32 src/mesa/main/shaderapi.c | 2 -- 3 files changed, 1 insertion(+), 37 delet