From ba50b6958ab69e5e3ee190126bb08aad6118c607 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 23 Aug 2007 14:56:00 -0600 Subject: comment about code duplication --- src/mesa/pipe/draw/draw_arrays.c | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.2.3