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