projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ee0aa
)
draw: Predeclare struct.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 8 Jan 2009 12:31:36 +0000
(12:31 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 8 Jan 2009 12:31:36 +0000
(12:31 +0000)
src/gallium/auxiliary/draw/draw_vbuf.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_vbuf.h
b/src/gallium/auxiliary/draw/draw_vbuf.h
index 9ac068c47b807d296e4fa29f079ea27c702c8705..7e1df88f0b829f0c8e5135b7eccc9e5a8b643eaf 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_vbuf.h
+++ b/
src/gallium/auxiliary/draw/draw_vbuf.h
@@
-30,7
+30,7
@@
* Vertex buffer drawing stage.
*
* \author Keith Whitwell <keith@tungstengraphics.com>
- * \author Jos
é
Fonseca <jrfonsec@tungstengraphics.com>
+ * \author Jos
e
Fonseca <jrfonsec@tungstengraphics.com>
*/
#ifndef DRAW_VBUF_H_
@@
-38,6
+38,7
@@
+struct pipe_rasterizer_state;
struct draw_context;
struct vertex_info;