projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d5479e
)
st/mesa: fix typo s/BFC0/BFC1/
author
Brian Paul
<brianp@vmware.com>
Thu, 11 Jun 2009 16:40:19 +0000
(10:40 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 11 Jun 2009 16:40:19 +0000
(10:40 -0600)
src/mesa/state_tracker/st_atom_shader.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_atom_shader.c
b/src/mesa/state_tracker/st_atom_shader.c
index fc1ff5be04a59cc6d43b8c0885ea8512cdbddef1..cb869c98a3d11554214ab4d37a4fcb9bc508cdd9 100644
(file)
--- a/
src/mesa/state_tracker/st_atom_shader.c
+++ b/
src/mesa/state_tracker/st_atom_shader.c
@@
-237,8
+237,8
@@
find_translated_vp(struct st_context *st,
}
if (emitBFC1) {
xvp->output_to_slot[VERT_RESULT_BFC1] = numVpOuts++;
- xvp->output_to_semantic_name[VERT_RESULT_BFC
0
] = TGSI_SEMANTIC_COLOR;
- xvp->output_to_semantic_index[VERT_RESULT_BFC
0
] = 1;
+ xvp->output_to_semantic_name[VERT_RESULT_BFC
1
] = TGSI_SEMANTIC_COLOR;
+ xvp->output_to_semantic_index[VERT_RESULT_BFC
1
] = 1;
}
/* Unneeded vertex program outputs will go to this slot.