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.
> >
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
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