Re: [Mesa-dev] [PATCH v2 4/5] etnaviv: Flush TS cache before changing TS configuration

2017-11-15 Thread Christian Gmeiner
2017-11-14 10:21 GMT+01:00 Wladimir J. van der Laan : > This is to make sure that the TS is properly flushed to memory before > rendering to a new surface starts. > > Signed-off-by: Wladimir J. van der Laan Reviewed-by: Christian Gmeiner > --- > src/gallium/drivers/etnaviv/etnaviv_emit.c | 5 +

Re: [Mesa-dev] [PATCH v2 4/5] etnaviv: Flush TS cache before changing TS configuration

2017-11-15 Thread Lucas Stach
Am Dienstag, den 14.11.2017, 10:21 +0100 schrieb Wladimir J. van der Laan: > This is to make sure that the TS is properly flushed to memory before > rendering to a new surface starts. > > Signed-off-by: Wladimir J. van der Laan This seems to work as intended, at least I wasn't able to spot missi

[Mesa-dev] [PATCH v2 4/5] etnaviv: Flush TS cache before changing TS configuration

2017-11-14 Thread Wladimir J. van der Laan
This is to make sure that the TS is properly flushed to memory before rendering to a new surface starts. Signed-off-by: Wladimir J. van der Laan --- src/gallium/drivers/etnaviv/etnaviv_emit.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/drivers/etnaviv/etnaviv_emit.c b/s