Re: [Mesa-dev] [PATCH] util: update some assertions in util_resource_copy_region()

2016-06-13 Thread Jose Fonseca
On 13/06/16 17:35, Brian Paul wrote: To cope with copies of compressed images which are not multiples of the block size. Suggested by Jose. --- src/gallium/auxiliary/util/u_surface.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/gallium/auxiliary/util/u_

Re: [Mesa-dev] [PATCH] util: update some assertions in util_resource_copy_region()

2016-06-13 Thread Roland Scheidegger
Am 13.06.2016 um 18:35 schrieb Brian Paul: > To cope with copies of compressed images which are not multiples of > the block size. Suggested by Jose. > --- > src/gallium/auxiliary/util/u_surface.c | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/src/gallium/a

[Mesa-dev] [PATCH] util: update some assertions in util_resource_copy_region()

2016-06-13 Thread Brian Paul
To cope with copies of compressed images which are not multiples of the block size. Suggested by Jose. --- src/gallium/auxiliary/util/u_surface.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/gallium/auxiliary/util/u_surface.c b/src/gallium/auxiliary/util/u