From 33e000472080af2a48d9753847469789100fa613 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Tue, 23 Oct 2012 14:06:32 -0700 Subject: [PATCH] dispatch: Include glheader.h in dispatch-related files. This ensures that GLES1-only typedefs are available in these files. In a future patch, this will allow us to expand the dispatch table to include GLES1-only functions. Reviewed-by: Kenneth Graunke Reviewed-by: Chad Versace --- src/glx/tests/indirect_api.cpp | 2 +- src/mapi/glapi/gen/gl_gentable.py | 2 +- src/mapi/glapi/tests/check_table.cpp | 2 +- src/mapi/shared-glapi/tests/check_table.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/glx/tests/indirect_api.cpp b/src/glx/tests/indirect_api.cpp index a9759e1d998..af9eca5a812 100644 --- a/src/glx/tests/indirect_api.cpp +++ b/src/glx/tests/indirect_api.cpp @@ -44,7 +44,7 @@ */ #include -#include +#include "main/glheader.h" extern "C" { #include "../indirect_init.h" #include "glapi/glapi.h" diff --git a/src/mapi/glapi/gen/gl_gentable.py b/src/mapi/glapi/gen/gl_gentable.py index b0901323245..a00c9c27a54 100644 --- a/src/mapi/glapi/gen/gl_gentable.py +++ b/src/mapi/glapi/gen/gl_gentable.py @@ -54,7 +54,7 @@ header = """/* GLXEXT is the define used in the xserver when the GLX extension i #include #include -#include +#include "main/glheader.h" #include "glapi.h" #include "glapitable.h" diff --git a/src/mapi/glapi/tests/check_table.cpp b/src/mapi/glapi/tests/check_table.cpp index dd029c2ca8c..807d3c3bb01 100644 --- a/src/mapi/glapi/tests/check_table.cpp +++ b/src/mapi/glapi/tests/check_table.cpp @@ -22,7 +22,7 @@ */ #include -#include +#include "../mesa/main/glheader.h" extern "C" { #include "glapi/glapi.h" diff --git a/src/mapi/shared-glapi/tests/check_table.cpp b/src/mapi/shared-glapi/tests/check_table.cpp index 3252b35a805..47c0b2775d9 100644 --- a/src/mapi/shared-glapi/tests/check_table.cpp +++ b/src/mapi/shared-glapi/tests/check_table.cpp @@ -22,7 +22,7 @@ */ #include -#include +#include "../../../mesa/main/glheader.h" extern "C" { #include "glapi/glapi.h" -- 2.30.2