summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-01-22 17:55:41 -0800
committerEric Anholt <eric@anholt.net>2013-01-25 09:40:59 -0800
commit80aeda2784bc1e31a2047a1959139fbc40abf5c8 (patch)
tree312d5ca92b2fd31138809db739a3a51ff40e171c /src/mesa/drivers/dri/i965/brw_draw_upload.c
parent23e5503348739fd313e0b00892006b165e961d8d (diff)
downloadexternal_mesa3d-80aeda2784bc1e31a2047a1959139fbc40abf5c8.zip
external_mesa3d-80aeda2784bc1e31a2047a1959139fbc40abf5c8.tar.gz
external_mesa3d-80aeda2784bc1e31a2047a1959139fbc40abf5c8.tar.bz2
i965: Remove nonsense comment.
vb.inputs_read has never been a thing, even in the initial import. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_draw_upload.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_draw_upload.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index 2a3d767..78ff61f 100644
--- a/src/mesa/drivers/dri/i965/brw_draw_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_draw_upload.c
@@ -413,8 +413,6 @@ static void brw_prepare_vertices(struct brw_context *brw)
vs_inputs |= VERT_BIT_EDGEFLAG;
}
- /* First build an array of pointers to ve's in vb.inputs_read
- */
if (0)
printf("%s %d..%d\n", __FUNCTION__, min_index, max_index);