projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
883cbbd
)
draw: Include missing headers in draw_vs_aos.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 3 Sep 2010 00:00:53 +0000
(17:00 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 3 Sep 2010 00:03:47 +0000
(17:03 -0700)
Include tgsi_exec.h for TGSI_EXEC_NUM_TEMPS.
Include draw_vs.h for draw_vs_varient.
src/gallium/auxiliary/draw/draw_vs_aos.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_vs_aos.h
b/src/gallium/auxiliary/draw/draw_vs_aos.h
index 1911242f8254f960a90a1ea45da66d6229b25217..68e8295b5e117e063d8aad9007350d2c3ae75b40 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_vs_aos.h
+++ b/
src/gallium/auxiliary/draw/draw_vs_aos.h
@@
-32,6
+32,8
@@
#define DRAW_VS_AOS_H
#include "pipe/p_config.h"
+#include "tgsi/tgsi_exec.h"
+#include "draw_vs.h"
#ifdef PIPE_ARCH_X86