mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
xmesa: deprecate the "XMesa" interface
Move the include/GL/xmesa*.h files to src/mesa/drivers/x11/ so they're no longer considered public.
This commit is contained in:
parent
2c56dd7757
commit
1636328b0a
7 changed files with 1 additions and 4 deletions
|
|
@ -42,7 +42,6 @@
|
|||
|
||||
#include "glxheader.h"
|
||||
#include "glxapi.h"
|
||||
#include "GL/xmesa.h"
|
||||
#include "main/context.h"
|
||||
#include "main/config.h"
|
||||
#include "main/macros.h"
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@
|
|||
#endif
|
||||
|
||||
#include "glxheader.h"
|
||||
#include "GL/xmesa.h"
|
||||
#include "xmesaP.h"
|
||||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
|
||||
#include "glxheader.h"
|
||||
#include "GL/xmesa.h"
|
||||
#include "xmesaP.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/framebuffer.h"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#define XMESAP_H
|
||||
|
||||
|
||||
#include "GL/xmesa.h"
|
||||
#include "xmesa.h"
|
||||
#include "main/mtypes.h"
|
||||
#if defined(FX)
|
||||
#include "GL/fxmesa.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue