projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d143f
)
nir: Fix a comment typo in nir_lower_drawpixels.
author
Eric Anholt
<eric@anholt.net>
Fri, 19 Aug 2016 22:37:52 +0000
(15:37 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 22 Aug 2016 18:52:26 +0000
(11:52 -0700)
Reviewed-by: Rob Clark <robdclark@gmail.com>
src/compiler/nir/nir_lower_drawpixels.c
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_lower_drawpixels.c
b/src/compiler/nir/nir_lower_drawpixels.c
index 7ffaa525b5a4b4949189449728a1092af2625c38..a71bccddfb07e1a62496e864e5fe4f6dc681d641 100644
(file)
--- a/
src/compiler/nir/nir_lower_drawpixels.c
+++ b/
src/compiler/nir/nir_lower_drawpixels.c
@@
-209,7
+209,7
@@
lower_drawpixels_block(lower_drawpixels_state *state, nir_block *block)
nir_variable *var = dvar->var;
if (var->data.location == VARYING_SLOT_COL0) {
- /* gl_
FragCoord
should not have array/struct deref's: */
+ /* gl_
Color
should not have array/struct deref's: */
assert(dvar->deref.child == NULL);
lower_color(state, intr);
} else if (var->data.location == VARYING_SLOT_TEX0) {