Re: [Mesa-dev] [PATCH] gallium/util: don't use blocksize for minify for assertions

2016-06-14 Thread Brian Paul
On 06/14/2016 03:39 AM, Jose Fonseca wrote: On 14/06/16 02:35, srol...@vmware.com wrote: From: Roland Scheidegger The previous assertions required for texture sizes smaller than block_size that src_box.x + src_box.width still be block size. (e.g. for a texture with width

Re: [Mesa-dev] [PATCH] gallium/util: don't use blocksize for minify for assertions

2016-06-14 Thread Jose Fonseca
On 14/06/16 02:35, srol...@vmware.com wrote: From: Roland Scheidegger The previous assertions required for texture sizes smaller than block_size that src_box.x + src_box.width still be block size. (e.g. for a texture with width 3, and src_box.x = 0, src_box.width would have

[Mesa-dev] [PATCH] gallium/util: don't use blocksize for minify for assertions

2016-06-13 Thread sroland
From: Roland Scheidegger The previous assertions required for texture sizes smaller than block_size that src_box.x + src_box.width still be block size. (e.g. for a texture with width 3, and src_box.x = 0, src_box.width would have to be 4 to not assert.) This caused some