OSDN Git Service

comment about code duplication
authorBrian <brian.paul@tungstengraphics.com>
Thu, 23 Aug 2007 20:56:00 +0000 (14:56 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 23 Aug 2007 20:56:00 +0000 (14:56 -0600)
src/mesa/pipe/draw/draw_arrays.c

index 430dc15..784eb3f 100644 (file)
@@ -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)
 {