glthread: rename marshal.h/c to glthread_marshal.h and glthread_shaderobj.c

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4124>
This commit is contained in:
Marek Olšák
2020-03-06 14:33:20 -05:00
parent df74163995
commit 8a4114b929
7 changed files with 9 additions and 19 deletions
+1 -3
View File
@@ -31,10 +31,8 @@ import sys
header = """
#include "api_exec.h"
#include "context.h"
#include "glthread_marshal.h"
#include "dispatch.h"
#include "glthread.h"
#include "marshal.h"
#define COMPAT (ctx->API != API_OPENGL_CORE)