Re: [Mesa-dev] [PATCH 6/7] glsl: Fix ir_last_opcode value.

2012-07-27 Thread Olivier Galibert
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

[Mesa-dev] [PATCH 6/7] glsl: Fix ir_last_opcode value.

2012-07-27 Thread Kenneth Graunke
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