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,
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
>> ++
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
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
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