On Fri, Jul 27, 2012 at 10:49:24AM -0700, Kenneth Graunke wrote:
> From: Ian Romanick
>
> Now that ir_quadop_vector exists, ir_last_binop and ir_last_opcode are
> no longer the same. Only one place currently uses this enumeration, and
> already handles ir_quadop_vector correctly.
>
> Signed-off
From: Ian Romanick
Now that ir_quadop_vector exists, ir_last_binop and ir_last_opcode are
no longer the same. Only one place currently uses this enumeration, and
already handles ir_quadop_vector correctly.
Signed-off-by: Ian Romanick
Signed-off-by: Kenneth Graunke
---
src/glsl/ir.h | 2 +-
1