treewide: Include mesa_interface.h not dri_interface.h

We're about to split the latter off as a compatibility detail for older
versions of Xorg, and the former includes the latter at this point, so
this should be just to prove no functional change.

Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28378>
This commit is contained in:
Adam Jackson
2024-03-24 08:55:07 -04:00
committed by Marge Bot
parent 3c48fd8a6d
commit 6be17e222d
18 changed files with 22 additions and 23 deletions

View File

@@ -34,7 +34,7 @@
#ifndef KOPPER_INTERFACE_H
#define KOPPER_INTERFACE_H
#include <GL/internal/dri_interface.h>
#include <GL/internal/mesa_interface.h>
#include <vulkan/vulkan_core.h>
typedef struct __DRIkopperExtensionRec __DRIkopperExtension;