projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf1e4b1
)
draw: Include missing header in draw_vs_llvm.c.
author
Vinson Lee
<vlee@vmware.com>
Sat, 28 Aug 2010 21:18:57 +0000
(14:18 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 28 Aug 2010 21:18:57 +0000
(14:18 -0700)
Include p_screen.h for completely type to pipe_screen.
src/gallium/auxiliary/draw/draw_vs_llvm.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_vs_llvm.c
b/src/gallium/auxiliary/draw/draw_vs_llvm.c
index 00148634545d7b477d380c4280501a65b557a5b2..fa9992db78324f9ffd2f6f595cc95c6a878530d7 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_vs_llvm.c
+++ b/
src/gallium/auxiliary/draw/draw_vs_llvm.c
@@
-28,6
+28,7
@@
#include "util/u_math.h"
#include "util/u_memory.h"
#include "pipe/p_shader_tokens.h"
+#include "pipe/p_screen.h"
#include "draw_private.h"
#include "draw_context.h"