glx: Move server GLX vendor and version strings to glx_screen

These can in fact vary between screens.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10418>
This commit is contained in:
Adam Jackson
2021-04-23 01:17:00 -04:00
committed by Marge Bot
parent b91e58ad79
commit 21411368a3
4 changed files with 9 additions and 27 deletions
-2
View File
@@ -43,8 +43,6 @@ public:
this->next = 0;
this->dpy = dpy;
this->minorVersion = minor;
this->serverGLXvendor = 0;
this->serverGLXversion = 0;
this->glXDrawHash = 0;
this->screens = new glx_screen *[dpy->nscreens];