i965: Clean up stale NDC comment.
authorEric Anholt <eric@anholt.net>
Sun, 2 Nov 2008 20:29:03 +0000 (12:29 -0800)
committerEric Anholt <eric@anholt.net>
Sun, 2 Nov 2008 20:30:01 +0000 (12:30 -0800)
src/mesa/drivers/dri/i965/brw_vs_emit.c

index ed0e1d5273c34e55a2b6b8d7fb7ddaa1ae683f14..25b4ee85cb07676bdf110dfa2c382c0334ab0bb8 100644 (file)
@@ -818,8 +818,7 @@ static void emit_vertex_write( struct brw_vs_compile *c)
    }
 
 
-   /* Build ndc coords?   TODO: Shortcircuit when w is known to be one.
-    */
+   /* Build ndc coords */
    if (!c->key.know_w_is_one) {
       ndc = get_tmp(c);
       emit_math1(c, BRW_MATH_FUNCTION_INV, ndc, brw_swizzle1(pos, 3), BRW_MATH_PRECISION_FULL);