summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-23 14:56:00 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-23 14:56:00 -0600
commitba50b6958ab69e5e3ee190126bb08aad6118c607 (patch)
tree93cbb58cf3bd7eaed0aa5e6e3aea92b9abcd8a89
parent399077d760b4c98ab38d48d17f2480114e70dfc6 (diff)
comment about code duplication
-rw-r--r--src/mesa/pipe/draw/draw_arrays.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/draw/draw_arrays.c b/src/mesa/pipe/draw/draw_arrays.c
index 430dc15ce25..784eb3f2e6c 100644
--- 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)
{