Re: [Mesa-dev] [PATCH 5/5] st/mesa: minor refactoring of texture/sampler delete code

2019-03-08 Thread Neha Bhende
Reviewed-by: Neha Bhende Regards, Neha From: Brian Paul Sent: Friday, March 8, 2019 7:52 AM To: mesa-dev@lists.freedesktop.org Cc: Neha Bhende Subject: [PATCH 5/5] st/mesa: minor refactoring of texture/sampler delete code Rename st_texture_free_sampler_

[Mesa-dev] [PATCH 5/5] st/mesa: minor refactoring of texture/sampler delete code

2019-03-08 Thread Brian Paul
Rename st_texture_free_sampler_views() to st_delete_texture_sampler_views() to align with st_DeleteTextureObject(), its only caller. Move the call to st_texture_release_all_sampler_views() from st_DeleteTextureObject() to st_delete_texture_sampler_views() so all the sampler view clean-up code is i