Re: [Mesa-dev] [PATCH] etnaviv: dirty TS state when framebuffer has changed

2018-01-21 Thread Christian Gmeiner
2018-01-11 11:29 GMT+01:00 Lucas Stach : > When switching between framebuffers with and without TS, the TS state > needs to be flushed to the command stream even if the derived state > isn't changed. > > Signed-off-by: Lucas Stach Reviewed-by:

[Mesa-dev] [PATCH] etnaviv: dirty TS state when framebuffer has changed

2018-01-11 Thread Lucas Stach
When switching between framebuffers with and without TS, the TS state needs to be flushed to the command stream even if the derived state isn't changed. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_state.c | 3 ++- 1 file changed, 2 insertions(+), 1