Re: [Mesa-dev] [PATCH] gallium/tgsi: use _mesa_roundevenf in micro_rnd

2016-05-26 Thread Brian Paul
Will do. -Brian On 05/26/2016 06:51 AM, Lars Hamre wrote: Gentle ping for a gallium developer. If nobody has any issues I would appreciate a push. Regards, Lars Hamre On Thu, May 19, 2016 at 6:16 PM, Matt Turner wrote: On Thu, May 19, 2016 at 2:34 PM, Lars Hamre wrote: Fixes the following

Re: [Mesa-dev] [PATCH] gallium/tgsi: use _mesa_roundevenf in micro_rnd

2016-05-26 Thread Lars Hamre
Gentle ping for a gallium developer. If nobody has any issues I would appreciate a push. Regards, Lars Hamre On Thu, May 19, 2016 at 6:16 PM, Matt Turner wrote: > On Thu, May 19, 2016 at 2:34 PM, Lars Hamre wrote: >> Fixes the following piglit tests (for softpipe): >> >> /spec/glsl-1.30/executi

Re: [Mesa-dev] [PATCH] gallium/tgsi: use _mesa_roundevenf in micro_rnd

2016-05-19 Thread Matt Turner
On Thu, May 19, 2016 at 2:34 PM, Lars Hamre wrote: > Fixes the following piglit tests (for softpipe): > > /spec/glsl-1.30/execution/built-in-functions/... > fs-roundeven-float > fs-roundeven-vec2 > fs-roundeven-vec3 > fs-roundeven-vec4 > vs-roundeven-float > vs-roundeven-vec2 > vs-roundeven-vec3 >

[Mesa-dev] [PATCH] gallium/tgsi: use _mesa_roundevenf in micro_rnd

2016-05-19 Thread Lars Hamre
Fixes the following piglit tests (for softpipe): /spec/glsl-1.30/execution/built-in-functions/... fs-roundeven-float fs-roundeven-vec2 fs-roundeven-vec3 fs-roundeven-vec4 vs-roundeven-float vs-roundeven-vec2 vs-roundeven-vec3 vs-roundeven-vec4 /spec/glsl-1.50/execution/built-in-functions/... gs-r