mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
Do not include glapi/dispatch.h outside Mesa core.
Include the glapi*.h directly instead. glapi/dispatch.h became a Mesa
core header since 22884db174.
This commit is contained in:
parent
1af67195b3
commit
bdd2500805
6 changed files with 10 additions and 6 deletions
|
|
@ -116,7 +116,8 @@ extern void (*linker_foo(const unsigned char *procName))()
|
|||
#define GL_GLEXT_PROTOTYPES
|
||||
#include "GL/gl.h"
|
||||
#include "glapi/glapi.h"
|
||||
#include "glapi/dispatch.h"
|
||||
#include "glapi/glapitable.h"
|
||||
#include "glapi/glapidispatch.h"
|
||||
|
||||
#if defined(USE_MGL_NAMESPACE)
|
||||
#define NAME(func) mgl##func
|
||||
|
|
|
|||
|
|
@ -30,7 +30,8 @@
|
|||
#include "indirect.h"
|
||||
#include "glxclient.h"
|
||||
#include "indirect_size.h"
|
||||
#include "dispatch.h"
|
||||
#include "glapitable.h"
|
||||
#include "glapidispatch.h"
|
||||
#include "glapi.h"
|
||||
#include "glthread.h"
|
||||
#include <GL/glxproto.h>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@
|
|||
#include "glxextensions.h"
|
||||
#include "indirect.h"
|
||||
#include "indirect_vertex_array.h"
|
||||
#include "dispatch.h"
|
||||
#include "glapitable.h"
|
||||
#include "glapidispatch.h"
|
||||
#include "glapi.h"
|
||||
#ifdef USE_XCB
|
||||
#include <xcb/xcb.h>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,8 @@
|
|||
|
||||
#include "packsingle.h"
|
||||
#include "indirect.h"
|
||||
#include "dispatch.h"
|
||||
#include "glapitable.h"
|
||||
#include "glapidispatch.h"
|
||||
#include "glapi.h"
|
||||
#include "glthread.h"
|
||||
#include "glapioffsets.h"
|
||||
|
|
|
|||
|
|
@ -57,7 +57,8 @@ struct display_dispatch {
|
|||
*/
|
||||
#ifdef GLX_INDIRECT_RENDERING
|
||||
|
||||
#include "glapi/dispatch.h"
|
||||
#include "glapi/glapitable.h"
|
||||
#include "glapi/glapidispatch.h"
|
||||
|
||||
#define KEYWORD1 PUBLIC
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ SERVER_OUTPUTS = \
|
|||
$(GLX_DIR)/glapioffsets.h \
|
||||
$(GLX_DIR)/glapidispatch.h \
|
||||
$(GLX_DIR)/glprocs.h \
|
||||
$(GLX_DIR)/dispatch.h \
|
||||
$(SERVER_GLAPI_FILES)
|
||||
|
||||
API_XML = gl_API.xml \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue