projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399077d
)
comment about code duplication
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 23 Aug 2007 20:56:00 +0000
(14:56 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 23 Aug 2007 20:56:00 +0000
(14:56 -0600)
src/mesa/pipe/draw/draw_arrays.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_arrays.c
b/src/mesa/pipe/draw/draw_arrays.c
index 430dc15ce258684f4b9b25ffe11d011ac13d01f0..784eb3f2e6c831e2b2c2b79740ba900fbf580b4e 100644
(file)
--- a/
src/mesa/pipe/draw/draw_arrays.c
+++ b/
src/mesa/pipe/draw/draw_arrays.c
@@
-88,6
+88,7
@@
emit_vertex_attr(struct vertex_info *vinfo, uint vfAttr, uint format)
}
+/** XXX this is duplicated in the i915 driver... */
static void
compute_vertex_size(struct vertex_info *vinfo)
{