diff options
author | Eric Anholt <[email protected]> | 2008-11-02 12:29:03 -0800 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2008-11-03 14:27:08 +0000 |
commit | 6225e467c66d8c0dcd3574c03dea6c1287989cc9 (patch) | |
tree | dfb8d8684d2e5bc511323e74f9be8e79c56429ac | |
parent | df07db810410474680faf07741d9d2ef71083b62 (diff) |
i965: Clean up stale NDC comment.
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs_emit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs_emit.c b/src/mesa/drivers/dri/i965/brw_vs_emit.c index ed0e1d5273c..25b4ee85cb0 100644 --- a/src/mesa/drivers/dri/i965/brw_vs_emit.c +++ b/src/mesa/drivers/dri/i965/brw_vs_emit.c @@ -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); |