mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
i965: Clean up stale NDC comment.
This commit is contained in:
parent
df07db8104
commit
6225e467c6
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue