projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd4c27
)
i965: Clean up stale NDC comment.
author
Eric Anholt
<eric@anholt.net>
Sun, 2 Nov 2008 20:29:03 +0000
(12:29 -0800)
committer
Eric Anholt
<eric@anholt.net>
Sun, 2 Nov 2008 20:30:01 +0000
(12:30 -0800)
src/mesa/drivers/dri/i965/brw_vs_emit.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_vs_emit.c
b/src/mesa/drivers/dri/i965/brw_vs_emit.c
index ed0e1d5273c34e55a2b6b8d7fb7ddaa1ae683f14..25b4ee85cb07676bdf110dfa2c382c0334ab0bb8 100644
(file)
--- 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);