projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a25e73
)
mesa: include macros.h in stencil.h
author
Brian Paul
<brianp@vmware.com>
Thu, 26 Feb 2015 20:06:31 +0000
(13:06 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 28 Feb 2015 20:39:58 +0000
(13:39 -0700)
Since it uses the CLAMP macro.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/stencil.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/stencil.h
b/src/mesa/main/stencil.h
index 6480b2adcce30da14b42846fc27f7040092fff31..3302cb947030a4329fdf7344b96b264e2985c3f9 100644
(file)
--- a/
src/mesa/main/stencil.h
+++ b/
src/mesa/main/stencil.h
@@
-33,6
+33,7
@@
#include "glheader.h"
+#include "macros.h"
struct gl_context;