Re: [Mesa-dev] [PATCH 1/3] etnaviv: support tile aligned RS blits

2017-09-20 Thread Lucas Stach
Am Dienstag, den 19.09.2017, 16:24 +0200 schrieb Wladimir J. van der Laan: > On Fri, Sep 15, 2017 at 06:00:52PM +0200, Lucas Stach wrote: > > The RS can blit abitrary tile aligned subregions of a resource by > > adjusting the buffer offset. > > Thanks for doing this. > > Comments inline, > > > S

Re: [Mesa-dev] [PATCH 1/3] etnaviv: support tile aligned RS blits

2017-09-19 Thread Wladimir J. van der Laan
On Fri, Sep 15, 2017 at 06:00:52PM +0200, Lucas Stach wrote: > The RS can blit abitrary tile aligned subregions of a resource by > adjusting the buffer offset. Thanks for doing this. Comments inline, > Signed-off-by: Lucas Stach > --- > src/gallium/drivers/etnaviv/etnaviv_clear_blit.c | 75 >

[Mesa-dev] [PATCH 1/3] etnaviv: support tile aligned RS blits

2017-09-15 Thread Lucas Stach
The RS can blit abitrary tile aligned subregions of a resource by adjusting the buffer offset. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_clear_blit.c | 75 +--- 1 file changed, 67 insertions(+), 8 deletions(-) diff --git a/src/gallium/drivers/etnaviv