[Mesa-dev] [PATCH 01/10] glsl: Add ir_binop_carry and ir_binop_borrow.

Kenneth Graunke kenneth at whitecape.org
Mon Sep 23 20:08:00 PDT 2013


On 09/23/2013 04:12 PM, Matt Turner wrote:
> Calculates the carry out of the addition of two values and the
> borrow from subtraction respectively. Will be used in uaddCarry() and
> usubBorrow() built-in implementations.

Patches 1-5 and 8 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>


More information about the mesa-dev mailing list