[Mesa-dev] [PATCH 5/6] glsl: Perform type checking on "^^" operands.

Gustaw Smolarczyk wielkiegie at gmail.com
Sun Apr 10 04:07:29 PDT 2011


2011/4/10 Eric Anholt <eric at anholt.net>:
> +      op[0] = get_scalar_boolean_operand(instructions, state, this, 0, "LHS",
> +                                        &error_emitted);
> +      op[1] = get_scalar_boolean_operand(instructions, state, this, 1, "LHS",
> +                                        &error_emitted);

Shouldn't the second operand_name of get_scalar_boolean_operand be "RHS"?


More information about the mesa-dev mailing list