On Tue, Nov 10, 2015 at 2:20 PM, Ian Romanick <[email protected]> wrote: > From: Ian Romanick <[email protected]> > > Signed-off-by: Ian Romanick <[email protected]> > Cc: "10.6 11.0" <[email protected]> > --- > src/mesa/drivers/common/meta_generate_mipmap.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/mesa/drivers/common/meta_generate_mipmap.c > b/src/mesa/drivers/common/meta_generate_mipmap.c > index 4800278..a9da0a2 100644 > --- a/src/mesa/drivers/common/meta_generate_mipmap.c > +++ b/src/mesa/drivers/common/meta_generate_mipmap.c > @@ -128,6 +128,8 @@ _mesa_meta_glsl_generate_mipmap_cleanup(struct > gen_mipmap_state *mipmap) > mipmap->VAO = 0; > _mesa_DeleteBuffers(1, &mipmap->VBO); > mipmap->VBO = 0; > + _mesa_DeleteSamplers(1, &mipmap->Sampler); > + mipmap->Sampler = 0; > > _mesa_meta_blit_shader_table_cleanup(&mipmap->shaders); > } > -- > 2.1.0 > > _______________________________________________ > mesa-stable mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-stable
Reviewed-by: Anuj Phogat <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
