projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe33b70
)
glapi: Include glheader.h in glapi_nop.c.
author
Chia-I Wu
<olvaffe@gmail.com>
Sat, 23 Jan 2010 02:23:37 +0000
(10:23 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Sat, 23 Jan 2010 02:24:49 +0000
(10:24 +0800)
In addition to OpenGL headers, glheader.h also defines OpenGL ES types
that are used in core Mesa or ES overlay.
src/mesa/glapi/glapi_nop.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi_nop.c
b/src/mesa/glapi/glapi_nop.c
index 0c53bd8a3f606e5c317fbaf8abf24d16707c90ad..5d2769c07380e554800abe1911aa50396474fd7c 100644
(file)
--- a/
src/mesa/glapi/glapi_nop.c
+++ b/
src/mesa/glapi/glapi_nop.c
@@
-39,6
+39,7
@@
#include "main/compiler.h"
+#include "main/glheader.h"
#include "glapi/glapi.h"
@@
-87,11
+88,4
@@
NoOpUnused(void)
#define UNUSED_TABLE_NAME __unused_noop_functions
-/*
- * Types needed when generating ES 1 functions.
- */
-typedef int GLfixed;
-typedef int GLclampx;
-
-
#include "glapi/glapitemp.h"