Re: [Mesa-dev] [PATCH] glsl/linker: Make several functions not static

2017-08-21 Thread Matt Turner
On Mon, Aug 21, 2017 at 9:57 PM, Ian Romanick wrote: > From: Ian Romanick > > copy_constant_to_storage, set_uniform_initializer, > populate_consumer_input_sets, and get_matching_input are all used by > tests in src/compiler/glsl/tests: Reviewed-by: Matt Turner Thanks! _

Re: [Mesa-dev] [PATCH] glsl/linker: Make several functions not static

2017-08-21 Thread Timothy Arceri
Reviewed-by: Timothy Arceri ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] glsl/linker: Make several functions not static

2017-08-21 Thread Ian Romanick
From: Ian Romanick copy_constant_to_storage, set_uniform_initializer, populate_consumer_input_sets, and get_matching_input are all used by tests in src/compiler/glsl/tests: glsl/tests/varyings_test.o: In function `link_varyings_single_simple_input_Test::TestBody()': src/compiler/glsl/tests/vary