Re: [Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-20 Thread Brian Paul
On 02/16/2012 08:48 PM, Anuj Phogat wrote: As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not the depth. This was not handled correctly _mesa_init_teximage_fields(). Note: This is a cand

[Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-16 Thread Anuj Phogat
As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not the depth. This was not handled correctly _mesa_init_teximage_fields(). Note: This is a candidate for stable branches Signed-off-by: Anu

Re: [Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-16 Thread Brian Paul
On 02/16/2012 06:04 PM, Ian Romanick wrote: On 02/16/2012 04:11 PM, Anuj Phogat wrote: As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not the depth. This was not handled correctly _mesa_in

Re: [Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-16 Thread Brian Paul
On 02/16/2012 05:11 PM, Anuj Phogat wrote: As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not the depth. This was not handled correctly _mesa_init_teximage_fields(). Note: This is a cand

Re: [Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-16 Thread Ian Romanick
On 02/16/2012 04:11 PM, Anuj Phogat wrote: As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not the depth. This was not handled correctly _mesa_init_teximage_fields(). Note: This is a cand

[Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-16 Thread Anuj Phogat
As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not the depth. This was not handled correctly _mesa_init_teximage_fields(). Note: This is a candidate for stable branches Signed-off-by: Anu

Re: [Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-16 Thread Brian Paul
On 02/16/2012 11:38 AM, Anuj Phogat wrote: As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not the depth. This was not handled correctly in _mesa_init_teximage_fields(). Note: This is a c

[Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-16 Thread Anuj Phogat
As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not the depth. This was not handled correctly in _mesa_init_teximage_fields(). Note: This is a candidate for stable branches Signed-off-by:

Re: [Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-16 Thread Brian Paul
On 02/15/2012 05:39 PM, Anuj Phogat wrote: As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not to the depth. This was not handled correctly in _mesa_init_teximage_fields(). Note: This is a

[Mesa-dev] [PATCH] mesa: fix an issue with texture border and array textures

2012-02-15 Thread Anuj Phogat
As suggested by Brian, for a 1D texture array, the border only applies to the width. For a 2D texture array the border applies to the width and height but not to the depth. This was not handled correctly in _mesa_init_teximage_fields(). Note: This is a candidate for stable branches Signed-off-b