projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f099e73
)
util: Include missing header in u_simple_shaders.c.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 08:08:30 +0000
(
01:08
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 08:08:30 +0000
(
01:08
-0700)
Include p_state.h for PIPE_MAX_COLOR_BUFS symbol.
src/gallium/auxiliary/util/u_simple_shaders.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_simple_shaders.c
b/src/gallium/auxiliary/util/u_simple_shaders.c
index 5b682f496cb70657ae2e5d1b91bd609cbe11189f..58ef68377fcea467509125842e854c72cdf205ef 100644
(file)
--- a/
src/gallium/auxiliary/util/u_simple_shaders.c
+++ b/
src/gallium/auxiliary/util/u_simple_shaders.c
@@
-37,6
+37,7
@@
#include "pipe/p_context.h"
#include "pipe/p_shader_tokens.h"
+#include "pipe/p_state.h"
#include "util/u_simple_shaders.h"
#include "util/u_debug.h"
#include "tgsi/tgsi_ureg.h"