Re: [Mesa-dev] [PATCH 3/3] mesa: invalidate framebuffer when changing parameters

2016-02-02 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Sun, Jan 31, 2016 at 6:58 AM, Ilia Mirkin wrote: > This fixes dEQP-GLES31.functional.fbo.completeness.no_attachments > > When the width or height are 0, the framebuffer is incomplete. We may > also not have been passing the new state down to th

[Mesa-dev] [PATCH 3/3] mesa: invalidate framebuffer when changing parameters

2016-01-30 Thread Ilia Mirkin
This fixes dEQP-GLES31.functional.fbo.completeness.no_attachments When the width or height are 0, the framebuffer is incomplete. We may also not have been passing the new state down to the driver when the widths/heights/etc changed. Make sure to dirty the state so that the framebuffer state is rev