Re: [Mesa-dev] [PATCH] glsl: re-validate program pipeline after sampler change

2015-12-06 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 12/06/2015 05:42 AM, Timothy Arceri wrote: Cc: "11.1" Cc: Tapani Pälli Cc: Kenneth Graunke https://bugs.freedesktop.org/show_bug.cgi?id=93180 --- src/mesa/main/uniform_query.cpp | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/main/uniform_quer

[Mesa-dev] [PATCH] glsl: re-validate program pipeline after sampler change

2015-12-05 Thread Timothy Arceri
Cc: "11.1" Cc: Tapani Pälli Cc: Kenneth Graunke https://bugs.freedesktop.org/show_bug.cgi?id=93180 --- src/mesa/main/uniform_query.cpp | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index 083087d..b2ac65f 100644 --- a/sr