Re: [Mesa-dev] [PATCH v2] etnaviv: Do GC3000 resolve-in-place when possible

2017-10-12 Thread Lucas Stach
Am Dienstag, den 10.10.2017, 13:57 +0200 schrieb Lucas Stach: > Am Samstag, den 30.09.2017, 10:11 +0200 schrieb Wladimir J. van der > Laan: > > If an RS blit is done with source exactly the same as destination, > > and > > the hardware supports this, do an in-place resolve. This only fills > > in

Re: [Mesa-dev] [PATCH v2] etnaviv: Do GC3000 resolve-in-place when possible

2017-10-10 Thread Lucas Stach
Am Samstag, den 30.09.2017, 10:11 +0200 schrieb Wladimir J. van der Laan: > If an RS blit is done with source exactly the same as destination, and > the hardware supports this, do an in-place resolve. This only fills in > tiles that have not been rendered to using information from the TS. > >

Re: [Mesa-dev] [PATCH v2] etnaviv: Do GC3000 resolve-in-place when possible

2017-10-01 Thread Christian Gmeiner
2017-09-30 10:11 GMT+02:00 Wladimir J. van der Laan : > If an RS blit is done with source exactly the same as destination, and > the hardware supports this, do an in-place resolve. This only fills in > tiles that have not been rendered to using information from the TS. > > This

[Mesa-dev] [PATCH v2] etnaviv: Do GC3000 resolve-in-place when possible

2017-09-30 Thread Wladimir J. van der Laan
If an RS blit is done with source exactly the same as destination, and the hardware supports this, do an in-place resolve. This only fills in tiles that have not been rendered to using information from the TS. This is the same as the blob does and potentially saves significant bandwidth when