Good catch! Yep, should be unop_saturate
On 24.06.2014 03:13, Petri Latvala wrote:
> On 06/24/2014 08:27 AM, Abdiel Janulgue wrote:
>> Now that we have the ir_binop_saturate implemented as a single
>> instruction, generate the correct simplified expression.
>>
>
> s/binop_saturate/unop_saturate/
On 06/24/2014 08:27 AM, Abdiel Janulgue wrote:
Now that we have the ir_binop_saturate implemented as a single
instruction, generate the correct simplified expression.
s/binop_saturate/unop_saturate/ in subject and commit text.
--
Petri Latvala
__
Now that we have the ir_binop_saturate implemented as a single
instruction, generate the correct simplified expression.
Signed-off-by: Abdiel Janulgue
---
src/glsl/ir_builder.cpp | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/glsl/ir_builder.cpp b/src/glsl/ir_builde