[Mesa-dev] [PATCH 7/8] i965: Remove nonsense comment.

Eric Anholt eric at anholt.net
Wed Jan 23 11:17:49 PST 2013


vb.inputs_read has never been a thing, even in the initial import.
---
 src/mesa/drivers/dri/i965/brw_draw_upload.c |    2 --
 1 file changed, 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);
 
-- 
1.7.10.4



More information about the mesa-dev mailing list