Thanks. I'm gonna push this shortly.
Marek
On Tue, May 31, 2016 at 3:20 AM, Eric Engestrom wrote:
> `unsigned j` would never fail `j >= 0`, leading to an infinite loop as
> `j--` wraps around.
>
> Signed-off-by: Eric Engestrom
> ---
> src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 3 ++-
> 1 fil
`unsigned j` would never fail `j >= 0`, leading to an infinite loop as
`j--` wraps around.
Signed-off-by: Eric Engestrom
---
src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
b/src/mesa/sta