Re: [Mesa-dev] [PATCH 2/2] glsl: Use bitfieldInsert in ldexp() lowering.

2014-01-27 Thread Ian Romanick
On 01/27/2014 01:02 PM, Matt Turner wrote: > Shaves a few instructions off of lowered ldexp(). > --- > src/glsl/lower_instructions.cpp | 14 ++ > 1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/src/glsl/lower_instructions.cpp b/src/glsl/lower_instructions.cpp > index

[Mesa-dev] [PATCH 2/2] glsl: Use bitfieldInsert in ldexp() lowering.

2014-01-27 Thread Matt Turner
Shaves a few instructions off of lowered ldexp(). --- src/glsl/lower_instructions.cpp | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/glsl/lower_instructions.cpp b/src/glsl/lower_instructions.cpp index 8f8d448..44a6e80 100644 --- a/src/glsl/lower_instruction