summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_arrays.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/draw/draw_arrays.c')
-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 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)
{