[Mesa-dev] [PATCH] util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.

2013-02-23 Thread jfonseca
From: José Fonseca jfons...@vmware.com We might want to revisit the normalized_coords semantics, but this is the current expected behavior. Fixes fdo bug 61091. --- src/gallium/auxiliary/util/u_blitter.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff

Re: [Mesa-dev] [PATCH] util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.

2013-02-23 Thread Marek Olšák
Reviewed-by: Marek Olšák mar...@gmail.com Marek On Sat, Feb 23, 2013 at 2:50 PM, jfons...@vmware.com wrote: From: José Fonseca jfons...@vmware.com We might want to revisit the normalized_coords semantics, but this is the current expected behavior. Fixes fdo bug 61091. ---