Re: [Mesa-dev] [PATCH] radeonsi: use compute for resource_copy_region when possible

2019-01-15 Thread Marek Olšák
On Tue, Jan 15, 2019 at 3:54 PM Axel Davy wrote: > On 15/01/2019 18:50, Marek Olšák wrote: > > > > +void si_compute_copy_image(struct si_context *sctx, > > +struct pipe_resource *dst, > > +unsigned dst_level, > > +struct

Re: [Mesa-dev] [PATCH] radeonsi: use compute for resource_copy_region when possible

2019-01-15 Thread Axel Davy
On 15/01/2019 18:50, Marek Olšák wrote: +void si_compute_copy_image(struct si_context *sctx, + struct pipe_resource *dst, + unsigned dst_level, + struct pipe_resource *src, + unsigned

[Mesa-dev] [PATCH] radeonsi: use compute for resource_copy_region when possible

2019-01-15 Thread Marek Olšák
From: Sonny Jiang v2: marek: fix snorm8 blits Signed-off-by: Sonny Jiang Signed-off-by: Marek Olšák --- src/gallium/drivers/radeonsi/si_blit.c| 12 ++ .../drivers/radeonsi/si_compute_blit.c| 108 ++ src/gallium/drivers/radeonsi/si_pipe.c| 4 +