mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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 <kenneth@whitecape.org> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
47deaf6175
commit
33e0004720
4 changed files with 4 additions and 4 deletions
|
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <GL/gl.h>
|
||||
#include "main/glheader.h"
|
||||
extern "C" {
|
||||
#include "../indirect_init.h"
|
||||
#include "glapi/glapi.h"
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ header = """/* GLXEXT is the define used in the xserver when the GLX extension i
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include "main/glheader.h"
|
||||
|
||||
#include "glapi.h"
|
||||
#include "glapitable.h"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <GL/gl.h>
|
||||
#include "../mesa/main/glheader.h"
|
||||
|
||||
extern "C" {
|
||||
#include "glapi/glapi.h"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <GL/gl.h>
|
||||
#include "../../../mesa/main/glheader.h"
|
||||
|
||||
extern "C" {
|
||||
#include "glapi/glapi.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue