fcb2b62bfe
Original approach was to translate all possible handle types for complete Mesa object equivalence. Practically, only a subset of these objects actually need to be real Mesa objects for use with WSI. This simplifies the translation and handwritten entries substantially, which is somewhat brittle and bug-prone. Clean up parts of functable.py that we don't need. Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>