Re: [Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.

2014-01-08 Thread Eric Anholt
Ian Romanick writes: > On 12/23/2013 04:08 PM, Eric Anholt wrote: >> Noticed by tex3d-maxsize on my next commit to check that our addresses >> don't overflow. > > Should this also go to stable branches? I'm a little wary of picking this back because of some cases where we assert that a blit will

Re: [Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.

2014-01-06 Thread Anuj Phogat
On Mon, Jan 6, 2014 at 11:00 AM, Kenneth Graunke wrote: > On 01/05/2014 02:28 PM, Eric Anholt wrote: >> Anuj Phogat writes: >> >>> On Mon, Dec 23, 2013 at 4:08 PM, Eric Anholt wrote: Noticed by tex3d-maxsize on my next commit to check that our addresses don't overflow. --- s

Re: [Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.

2014-01-06 Thread Ian Romanick
On 12/23/2013 04:08 PM, Eric Anholt wrote: > Noticed by tex3d-maxsize on my next commit to check that our addresses > don't overflow. Should this also go to stable branches? > --- > src/mesa/drivers/dri/i965/intel_blit.c| 20 > src/mesa/drivers/dri/i965/intel_mipmap_

Re: [Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.

2014-01-06 Thread Kenneth Graunke
On 01/05/2014 02:28 PM, Eric Anholt wrote: > Anuj Phogat writes: > >> On Mon, Dec 23, 2013 at 4:08 PM, Eric Anholt wrote: >>> Noticed by tex3d-maxsize on my next commit to check that our addresses >>> don't overflow. >>> --- >>> src/mesa/drivers/dri/i965/intel_blit.c| 20 +++

Re: [Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.

2014-01-06 Thread Anuj Phogat
On Sun, Jan 5, 2014 at 2:28 PM, Eric Anholt wrote: > Anuj Phogat writes: > >> On Mon, Dec 23, 2013 at 4:08 PM, Eric Anholt wrote: >>> Noticed by tex3d-maxsize on my next commit to check that our addresses >>> don't overflow. >>> --- >>> src/mesa/drivers/dri/i965/intel_blit.c| 20 +++

Re: [Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.

2014-01-05 Thread Eric Anholt
Anuj Phogat writes: > On Mon, Dec 23, 2013 at 4:08 PM, Eric Anholt wrote: >> Noticed by tex3d-maxsize on my next commit to check that our addresses >> don't overflow. >> --- >> src/mesa/drivers/dri/i965/intel_blit.c| 20 >> src/mesa/drivers/dri/i965/intel_mipmap_tre

Re: [Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.

2014-01-03 Thread Anuj Phogat
On Mon, Dec 23, 2013 at 4:08 PM, Eric Anholt wrote: > Noticed by tex3d-maxsize on my next commit to check that our addresses > don't overflow. > --- > src/mesa/drivers/dri/i965/intel_blit.c| 20 > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 23

[Mesa-dev] [PATCH 2/7] i965: Don't call the blitter on addresses it can't handle.

2013-12-23 Thread Eric Anholt
Noticed by tex3d-maxsize on my next commit to check that our addresses don't overflow. --- src/mesa/drivers/dri/i965/intel_blit.c| 20 src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 23 --- 2 files changed, 40 insertions(+), 3 deletions(-) diff --