mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
glapi: include generated headers without path
This has been tested wtih make dist-check and with meson. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
5daed06da2
commit
ea53d9a8eb
3 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "glapi/glapi_priv.h"
|
#include "glapi/glapi_priv.h"
|
||||||
#include "glapi/glapitable.h"
|
#include "glapitable.h"
|
||||||
|
|
||||||
|
|
||||||
#if !(defined(USE_X86_ASM) || defined(USE_X86_64_ASM) || defined(USE_SPARC_ASM))
|
#if !(defined(USE_X86_ASM) || defined(USE_X86_64_ASM) || defined(USE_SPARC_ASM))
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "glapi/glapi_priv.h"
|
#include "glapi/glapi_priv.h"
|
||||||
#include "glapi/glapitable.h"
|
#include "glapitable.h"
|
||||||
|
|
||||||
|
|
||||||
#define FIRST_DYNAMIC_OFFSET (sizeof(struct _glapi_table) / sizeof(void *))
|
#define FIRST_DYNAMIC_OFFSET (sizeof(struct _glapi_table) / sizeof(void *))
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
#if !defined(DISPATCH_FUNCTION_SIZE)
|
#if !defined(DISPATCH_FUNCTION_SIZE)
|
||||||
# define NEED_FUNCTION_POINTER
|
# define NEED_FUNCTION_POINTER
|
||||||
#endif
|
#endif
|
||||||
#include "glapi/glprocs.h"
|
#include "glprocs.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ NoOpUnused(void)
|
||||||
#define DISPATCH_TABLE_NAME __glapi_noop_table
|
#define DISPATCH_TABLE_NAME __glapi_noop_table
|
||||||
#define UNUSED_TABLE_NAME __unused_noop_functions
|
#define UNUSED_TABLE_NAME __unused_noop_functions
|
||||||
|
|
||||||
#include "glapi/glapitemp.h"
|
#include "glapitemp.h"
|
||||||
|
|
||||||
|
|
||||||
/** Return pointer to new dispatch table filled with no-op functions */
|
/** Return pointer to new dispatch table filled with no-op functions */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue