mesa: remove empty glthread.h file
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
@@ -73,7 +73,6 @@ FILE_PATTERNS = \
|
||||
fog.h \
|
||||
get.h \
|
||||
glheader.h \
|
||||
glthread.h \
|
||||
hash.[ch] \
|
||||
hint.h \
|
||||
histogram.h \
|
||||
|
@@ -31,7 +31,6 @@
|
||||
#include "packsingle.h"
|
||||
#include "indirect.h"
|
||||
#include "glapi.h"
|
||||
#include "glthread.h"
|
||||
#include <GL/glxproto.h>
|
||||
|
||||
void
|
||||
|
@@ -92,7 +92,6 @@ class PrintGlxDispatchFunctions(glX_proto_common.glx_print_proto):
|
||||
print '#include "singlesize.h"'
|
||||
print '#include "glapi.h"'
|
||||
print '#include "glapitable.h"'
|
||||
print '#include "glthread.h"'
|
||||
print '#include "dispatch.h"'
|
||||
print ''
|
||||
print '#define __GLX_PAD(x) (((x) + 3) & ~3)'
|
||||
|
@@ -167,7 +167,6 @@ class PrintGlxProtoStubs(glX_proto_common.glx_print_proto):
|
||||
print '#include "glxclient.h"'
|
||||
print '#include "indirect_size.h"'
|
||||
print '#include "glapi.h"'
|
||||
print '#include "glthread.h"'
|
||||
print '#include <GL/glxproto.h>'
|
||||
print '#include <X11/Xlib-xcb.h>'
|
||||
print '#include <xcb/xcb.h>'
|
||||
|
@@ -44,7 +44,7 @@
|
||||
#ifndef _GLAPI_H
|
||||
#define _GLAPI_H
|
||||
|
||||
#include "glapi/glthread.h"
|
||||
#include "u_thread.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@@ -1,14 +0,0 @@
|
||||
#ifndef GLTHREAD_H
|
||||
#define GLTHREAD_H
|
||||
|
||||
#include "u_thread.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* GLTHREAD_H */
|
@@ -131,7 +131,7 @@ get_dispatch(Display *dpy)
|
||||
}
|
||||
|
||||
|
||||
/* Don't use the GET_DISPATCH defined in glthread.h */
|
||||
/* Don't use the GET_DISPATCH macro */
|
||||
#undef GET_DISPATCH
|
||||
|
||||
#define GET_DISPATCH(DPY, TABLE) \
|
||||
|
@@ -34,7 +34,6 @@
|
||||
#include "api_loopback.h"
|
||||
#include "mtypes.h"
|
||||
#include "glapi/glapi.h"
|
||||
#include "glapi/glthread.h"
|
||||
#include "main/dispatch.h"
|
||||
#include "main/context.h"
|
||||
|
||||
|
@@ -32,7 +32,6 @@
|
||||
#include "main/macros.h" // ?
|
||||
#include "main/mtypes.h" // ?
|
||||
#include "glapi/glapi.h" // ?
|
||||
#include "glapi/glthread.h" // ?
|
||||
#include "main/dispatch.h" // ?
|
||||
#include "main/context.h" // ?
|
||||
|
||||
|
@@ -37,7 +37,6 @@
|
||||
#include "mtypes.h"
|
||||
#include "version.h"
|
||||
#include "hash_table.h"
|
||||
#include "glapi/glthread.h"
|
||||
|
||||
#define MESSAGE_LOG 1
|
||||
#define MESSAGE_LOG_ARB 2
|
||||
|
@@ -32,7 +32,6 @@
|
||||
|
||||
|
||||
#include "imports.h"
|
||||
#include "glapi/glthread.h"
|
||||
|
||||
|
||||
|
||||
|
@@ -36,7 +36,6 @@
|
||||
|
||||
#include "glheader.h"
|
||||
#include "imports.h"
|
||||
#include "glapi/glthread.h"
|
||||
#include "hash.h"
|
||||
#include "hash_table.h"
|
||||
|
||||
|
Reference in New Issue
Block a user