projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e54c4a
)
dri: Add missing header to dri_metaops.c.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 02:04:43 +0000
(19:04 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 02:04:43 +0000
(19:04 -0700)
Add context.h for FLUSH_VERTICES symbol.
src/mesa/drivers/dri/common/dri_metaops.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/dri_metaops.c
b/src/mesa/drivers/dri/common/dri_metaops.c
index 86e59a8e51c027c13454959e08f3dc6afd2f22a6..a2f404b616f9b8f8a188caf47af5a1b321afdf17 100644
(file)
--- a/
src/mesa/drivers/dri/common/dri_metaops.c
+++ b/
src/mesa/drivers/dri/common/dri_metaops.c
@@
-29,6
+29,7
@@
#include "main/arbprogram.h"
#include "main/arrayobj.h"
#include "main/bufferobj.h"
+#include "main/context.h"
#include "main/enable.h"
#include "main/matrix.h"
#include "main/texstate.h"