projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e94ea99
)
remove old draw_vertices()
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 23 Aug 2007 00:17:49 +0000
(18:17 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 23 Aug 2007 00:52:39 +0000
(18:52 -0600)
src/mesa/pipe/draw/draw_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_context.h
b/src/mesa/pipe/draw/draw_context.h
index 893db1e0c65025364bfc12d06b548ed9be5f1911..05a3afd5c644ea9ab36d139d56a3f000d8198226 100644
(file)
--- a/
src/mesa/pipe/draw/draw_context.h
+++ b/
src/mesa/pipe/draw/draw_context.h
@@
-126,10
+126,4
@@
draw_arrays(struct draw_context *draw, unsigned prim,
unsigned start, unsigned count);
-void draw_vertices(struct draw_context *draw,
- unsigned mode,
- unsigned numVertex, const float *verts,
- unsigned numAttribs, const unsigned attribs[]);
-
-
#endif /* DRAW_CONTEXT_H */