Re: [Mesa-dev] [PATCH] st/dri: Clear drawable texture_mask in dri2_invalidate_drawable

2016-06-09 Thread Michel Dänzer
On 09.06.2016 22:39, Alex Deucher wrote: > On Thu, Jun 9, 2016 at 2:44 AM, Michel Dänzer wrote: >> From: Michel Dänzer >> >> This makes sure that dri_set_tex_buffer2 -> dri_drawable_validate_att >> will re-create the front left attachment buffer after the drawable got >> invalidated. >> >> Fixes

Re: [Mesa-dev] [PATCH] st/dri: Clear drawable texture_mask in dri2_invalidate_drawable

2016-06-09 Thread Alex Deucher
On Thu, Jun 9, 2016 at 2:44 AM, Michel Dänzer wrote: > From: Michel Dänzer > > This makes sure that dri_set_tex_buffer2 -> dri_drawable_validate_att > will re-create the front left attachment buffer after the drawable got > invalidated. > > Fixes window contents not updating until the window is r

Re: [Mesa-dev] [PATCH] st/dri: Clear drawable texture_mask in dri2_invalidate_drawable

2016-06-09 Thread Marek Olšák
Reviewed-by: Marek Olšák On Jun 9, 2016 10:26 AM, "Nicolai Hähnle" wrote: > Looks reasonable. > > Reviewed-by: Nicolai Hähnle > > On 09.06.2016 08:44, Michel Dänzer wrote: > >> From: Michel Dänzer >> >> This makes sure that dri_set_tex_buffer2 -> dri_drawable_validate_att >> will re-create the

Re: [Mesa-dev] [PATCH] st/dri: Clear drawable texture_mask in dri2_invalidate_drawable

2016-06-09 Thread Nicolai Hähnle
Looks reasonable. Reviewed-by: Nicolai Hähnle On 09.06.2016 08:44, Michel Dänzer wrote: From: Michel Dänzer This makes sure that dri_set_tex_buffer2 -> dri_drawable_validate_att will re-create the front left attachment buffer after the drawable got invalidated. Fixes window contents not upd

[Mesa-dev] [PATCH] st/dri: Clear drawable texture_mask in dri2_invalidate_drawable

2016-06-08 Thread Michel Dänzer
From: Michel Dänzer This makes sure that dri_set_tex_buffer2 -> dri_drawable_validate_att will re-create the front left attachment buffer after the drawable got invalidated. Fixes window contents not updating until the window is resized when using DRI2 PRIME. Signed-off-by: Michel Dänzer ---