projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ecd2f
)
llvmpipe: minor comment update
author
Brian Paul
<brianp@vmware.com>
Fri, 15 Jan 2010 02:08:19 +0000
(19:08 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 15 Jan 2010 02:08:19 +0000
(19:08 -0700)
src/gallium/drivers/llvmpipe/lp_setup_tri.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_setup_tri.c
b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
index 39ad983a356293eeb4d0873eceee37e18cfa7245..716b88073e5bfa48ec0ad0d088a81d44a739dbc2 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_setup_tri.c
+++ b/
src/gallium/drivers/llvmpipe/lp_setup_tri.c
@@
-131,7
+131,7
@@
static void perspective_coef( struct lp_rast_triangle *tri,
/**
* Special coefficient setup for gl_FragCoord.
- * X and Y are trivial
, though Y has to be inverted for OpenGL.
+ * X and Y are trivial
* Z and W are copied from position_coef which should have already been computed.
* We could do a bit less work if we'd examine gl_FragCoord's swizzle mask.
*/