mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
glx: Fix SwapBuffers regression introduced by 01923fb72d.
After that commit, some dri2 protocol symbols were being checked from places that weren't including dri2proto.h, effectively disabling some valuable SwapBuffers codepaths.
This commit is contained in:
parent
c61bf36393
commit
8b0b5ace48
2 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include <X11/extensions/Xdamage.h>
|
||||
#include "glapi.h"
|
||||
#include "glxclient.h"
|
||||
#include <X11/extensions/dri2proto.h>
|
||||
#include "xf86dri.h"
|
||||
#include <dlfcn.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
#include "glxclient.h"
|
||||
#include <X11/extensions/Xext.h>
|
||||
#include <X11/extensions/extutil.h>
|
||||
#include <X11/extensions/dri2proto.h>
|
||||
#include "glxextensions.h"
|
||||
#include "glcontextmodes.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue