projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d421149
)
mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols.
author
Vinson Lee
<vlee@vmware.com>
Sun, 7 Nov 2010 04:13:40 +0000
(21:13 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 7 Nov 2010 04:13:40 +0000
(21:13 -0700)
src/mesa/main/api_validate.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/api_validate.c
b/src/mesa/main/api_validate.c
index 4929a9310d48a43243ae9ba8ee17e856ee4118f2..ac9709db3f1ef1d3cf4beaf78bbfdcef9e7bb998 100644
(file)
--- a/
src/mesa/main/api_validate.c
+++ b/
src/mesa/main/api_validate.c
@@
-27,6
+27,7
@@
#include "bufferobj.h"
#include "context.h"
#include "imports.h"
+#include "mfeatures.h"
#include "mtypes.h"
#include "vbo/vbo.h"