projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97195d0
)
mesa: Include mfeatures.h in program.c.
author
Vinson Lee
<vlee@vmware.com>
Sun, 9 Jan 2011 08:47:33 +0000
(
00:47
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 9 Jan 2011 08:47:33 +0000
(
00:47
-0800)
Include mfeatures.h for feature tests.
src/mesa/program/program.c
patch
|
blob
|
history
diff --git
a/src/mesa/program/program.c
b/src/mesa/program/program.c
index 9ffa49bb013cd81e2b63f5a2228e918d11865c15..52254e9365f9bb249303e4b857e2d3d957a509ea 100644
(file)
--- a/
src/mesa/program/program.c
+++ b/
src/mesa/program/program.c
@@
-32,6
+32,7
@@
#include "main/glheader.h"
#include "main/context.h"
#include "main/hash.h"
+#include "main/mfeatures.h"
#include "program.h"
#include "prog_cache.h"
#include "prog_parameter.h"