Re: [Mesa-dev] [PATCH] fixup! glsl: Add a pass to lower bitfield-insert into bfm+bfi.

2013-04-30 Thread Eric Anholt
Matt Turner writes: > --- > Does this squashed in seem okay, Eric? Yeah, though it seems like there could be a bit more ir_validation that things stay the way we think -- that bfm's on scalars making a scalar, and bfi's operands[0] is scalar. pgpIR7hwIhr2b.pgp Description: PGP signature _

[Mesa-dev] [PATCH] fixup! glsl: Add a pass to lower bitfield-insert into bfm+bfi.

2013-04-30 Thread Matt Turner
--- Does this squashed in seem okay, Eric? src/glsl/lower_instructions.cpp | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/glsl/lower_instructions.cpp b/src/glsl/lower_instructions.cpp index 6c70a4a..d32ec80 100644 --- a/src/glsl/lower_instructions.cpp +++ b/src/gls