Re: [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring

2012-05-23 Thread Paul Berry
On 22 May 2012 17:19, Eric Anholt wrote: > On Mon, 14 May 2012 15:47:35 -0700, Paul Berry > wrote: > > This patch implements clipping and scissoring of the destination rect > > for blits that use the blorp engine (e.g. MSAA blits). > > There's _mesa_clip_blit() used in swrast and state_tracker,

Re: [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring

2012-05-23 Thread Paul Berry
On 22 May 2012 11:08, Ian Romanick wrote: > On 05/14/2012 03:47 PM, Paul Berry wrote: > >> This patch implements clipping and scissoring of the destination rect >> for blits that use the blorp engine (e.g. MSAA blits). >> --- >> src/mesa/drivers/dri/i965/brw_**blorp_blit.cpp | 72 >> ++

Re: [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring

2012-05-22 Thread Eric Anholt
On Mon, 14 May 2012 15:47:35 -0700, Paul Berry wrote: > This patch implements clipping and scissoring of the destination rect > for blits that use the blorp engine (e.g. MSAA blits). There's _mesa_clip_blit() used in swrast and state_tracker, which looks like we should be using instead of rolling

Re: [Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring

2012-05-22 Thread Ian Romanick
On 05/14/2012 03:47 PM, Paul Berry wrote: This patch implements clipping and scissoring of the destination rect for blits that use the blorp engine (e.g. MSAA blits). --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 72 -- 1 files changed, 67 insertions(+), 5 deleti

[Mesa-dev] [PATCH] i965/blorp: Implement destination clipping and scissoring

2012-05-14 Thread Paul Berry
This patch implements clipping and scissoring of the destination rect for blits that use the blorp engine (e.g. MSAA blits). --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 72 -- 1 files changed, 67 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/i965