frontend/glx: inherit st_framebuffer_iface instead of allocating separately
authorMarek Olšák <marek.olsak@amd.com>
Sun, 27 Nov 2022 21:02:24 +0000 (16:02 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Dec 2022 13:14:03 +0000 (13:14 +0000)
commit4f376f323964c5b5abcfd8386dd086a7d0aec4fe
tree6171317502b5a91a1a977c3c4ad7466a28abdfed
parente51cb3ae20b1307baca0c8ac0724aa03d32ebcdb
frontend/glx: inherit st_framebuffer_iface instead of allocating separately

All other frontends do it like this. This enables the next cleanup.

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>
src/gallium/frontends/glx/xlib/xm_st.c