Re: [Mesa-dev] [PATCH 2/3] i965/blorp: Define a function to clamp texture coordinates

2013-08-06 Thread Paul Berry
On 5 August 2013 15:37, Anuj Phogat wrote: > New function clamp_tex_coords() clamps the texture coordinates > to texture boundaries. This function will also be utilized later > for the BLORP implementation of single-sample scaled blit with > bilinear filter. > > Signed-off-by: Anuj Phogat > ---

[Mesa-dev] [PATCH 2/3] i965/blorp: Define a function to clamp texture coordinates

2013-08-05 Thread Anuj Phogat
New function clamp_tex_coords() clamps the texture coordinates to texture boundaries. This function will also be utilized later for the BLORP implementation of single-sample scaled blit with bilinear filter. Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 63 ++