On Tuesday, July 26, 2016 10:14:12 AM PDT Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> The order of optimizations can lead to the conditional discard optimization
> being applied twice to the same discard statement. In this case, we must
> ensure that both conditions are applied.
>
> Bugzill
Reviewed-by: Tapani Pälli
I've also tested that combining the conditions makes Piglit test pass.
On 07/26/2016 11:14 AM, Nicolai Hähnle wrote:
From: Nicolai Hähnle
The order of optimizations can lead to the conditional discard optimization
being applied twice to the same discard statement. I
From: Nicolai Hähnle
The order of optimizations can lead to the conditional discard optimization
being applied twice to the same discard statement. In this case, we must
ensure that both conditions are applied.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96762
Cc: mesa-sta...@lists.fr