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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user