Re: [Mesa-dev] [PATCH 04/35] meta: Release resources used by decompress_texture_image

2014-02-11 Thread Eric Anholt
Ian Romanick writes: > From: Ian Romanick > > decompress_texture_image creates an FBO, an RBO, a VBO, a VAO, and a > sampler object, but none of them are ever released. Later patches will > add program objects, exacerbating the problem. Leaking piles of memory > is generally frowned upon. Gen

[Mesa-dev] [PATCH 04/35] meta: Release resources used by decompress_texture_image

2014-01-29 Thread Ian Romanick
From: Ian Romanick decompress_texture_image creates an FBO, an RBO, a VBO, a VAO, and a sampler object, but none of them are ever released. Later patches will add program objects, exacerbating the problem. Leaking piles of memory is generally frowned upon. Signed-off-by: Ian Romanick Cc: "9.1