Re: [Mesa-dev] [Mesa-stable] [PATCH] anv/blit: Use CLAMP_TO_EDGE for scaled blits

2016-06-02 Thread Jason Ekstrand
On Thu, Jun 2, 2016 at 5:01 PM, Ian Romanick wrote: > I believe this is what GL meta blits do also. This patch is > > Reviewed-by: Ian Romanick > Thanks! > On 06/02/2016 04:36 PM, Jason Ekstrand wrote: > > When upscaling you can end up interpolating between the edge pixel and > one > > past

Re: [Mesa-dev] [Mesa-stable] [PATCH] anv/blit: Use CLAMP_TO_EDGE for scaled blits

2016-06-02 Thread Ian Romanick
I believe this is what GL meta blits do also. This patch is Reviewed-by: Ian Romanick On 06/02/2016 04:36 PM, Jason Ekstrand wrote: > When upscaling you can end up interpolating between the edge pixel and one > past the edge. Using CLAMP_TO_EDGE seems like the most reasonable thing to > do in