diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-23 14:56:00 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-23 14:56:00 -0600 |
commit | ba50b6958ab69e5e3ee190126bb08aad6118c607 (patch) | |
tree | 93cbb58cf3bd7eaed0aa5e6e3aea92b9abcd8a89 | |
parent | 399077d760b4c98ab38d48d17f2480114e70dfc6 (diff) |
comment about code duplication
-rw-r--r-- | src/mesa/pipe/draw/draw_arrays.c | 1 |
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 430dc15ce2..784eb3f2e6 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) { |