Re: [Mesa-dev] [PATCH 6/6] glsl: move uniform linking code to link_assign_uniform_storage()

2016-07-24 Thread Ilia Mirkin
On Sun, Jul 24, 2016 at 7:36 PM, Timothy Arceri wrote: > This makes link_assign_uniform_locations(). I think you accidentally the whole sentence. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

[Mesa-dev] [PATCH 6/6] glsl: move uniform linking code to link_assign_uniform_storage()

2016-07-24 Thread Timothy Arceri
This makes link_assign_uniform_locations(). --- src/compiler/glsl/link_uniforms.cpp | 132 +++- 1 file changed, 69 insertions(+), 63 deletions(-) diff --git a/src/compiler/glsl/link_uniforms.cpp b/src/compiler/glsl/link_uniforms.cpp index 89196e6..793f12c 100644