Re: [Mesa-dev] [PATCH] st/mesa: Flush the bitmap cache in st_BlitFramebuffer

2015-05-15 Thread Fredrik Höglund
On Friday 15 May 2015, Brian Paul wrote: > On 05/15/2015 12:10 PM, Fredrik Höglund wrote: > > With DSA we can no longer rely on this being done in st_validate_state > > in response to the framebuffer bindings having changed. > > > > This fixes the ext_framebuffer_multisample-bitmap piglit test. > >

Re: [Mesa-dev] [PATCH] st/mesa: Flush the bitmap cache in st_BlitFramebuffer

2015-05-15 Thread Brian Paul
On 05/15/2015 12:10 PM, Fredrik Höglund wrote: With DSA we can no longer rely on this being done in st_validate_state in response to the framebuffer bindings having changed. This fixes the ext_framebuffer_multisample-bitmap piglit test. --- src/mesa/state_tracker/st_cb_blit.c | 4 1 file

[Mesa-dev] [PATCH] st/mesa: Flush the bitmap cache in st_BlitFramebuffer

2015-05-15 Thread Fredrik Höglund
With DSA we can no longer rely on this being done in st_validate_state in response to the framebuffer bindings having changed. This fixes the ext_framebuffer_multisample-bitmap piglit test. --- src/mesa/state_tracker/st_cb_blit.c | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/st