glsl: move some uniform linking code to new link_setup_uniform_remap_tables()
authorTimothy Arceri <timothy.arceri@collabora.com>
Sun, 25 Sep 2016 12:50:24 +0000 (22:50 +1000)
committerTimothy Arceri <timothy.arceri@collabora.com>
Tue, 27 Sep 2016 01:29:05 +0000 (11:29 +1000)
commitab67b6afdfb423200cb03a711eda89abe4e80fb2
tree04ea97a5dfb9194d7b1a2fe6719cfdcef77c117f
parent856e0bd707d2ead26eb3a04be08885487850be38
glsl: move some uniform linking code to new link_setup_uniform_remap_tables()

This makes link_assign_uniform_locations() easier to follow.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/glsl/link_uniforms.cpp
src/compiler/glsl/linker.cpp
src/compiler/glsl/linker.h