gallium: remove st_framebuffer_iface::st_manager_private

It's always equal to self.

Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20027>
This commit is contained in:
Marek Olšák
2022-11-27 16:04:52 -05:00
committed by Marge Bot
parent 4f376f3239
commit e7a1cce4ee
6 changed files with 6 additions and 20 deletions

View File

@@ -822,7 +822,6 @@ kopper_create_drawable(struct dri_screen *screen, const struct gl_config *visual
// relocate references to the old struct
drawable->base.visual = &drawable->stvis;
drawable->base.st_manager_private = (void *) drawable;
// and fill in the vtable
drawable->allocate_textures = kopper_allocate_textures;