projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5eeea
)
svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/)
author
Brian Paul
<brianp@vmware.com>
Thu, 9 Aug 2012 16:14:51 +0000
(10:14 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 16 Aug 2012 14:58:55 +0000
(08:58 -0600)
src/gallium/drivers/svga/svga_state_constants.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_state_constants.c
b/src/gallium/drivers/svga/svga_state_constants.c
index 1a67c112217a81684c88dca79af2b86dc07a2037..a3d61fbbc71fe8b49747160036ce3a799ca848f1 100644
(file)
--- a/
src/gallium/drivers/svga/svga_state_constants.c
+++ b/
src/gallium/drivers/svga/svga_state_constants.c
@@
-336,7
+336,7
@@
emit_vs_consts(struct svga_context *svga, unsigned dirty)
/* offset = number of constants in the VS const buffer */
offset = result->shader->info.file_max[TGSI_FILE_CONSTANT] + 1;
- /* SVGA_NEW_VS_
RESULT
+ /* SVGA_NEW_VS_
PRESCALE
* Put the viewport pre-scale/translate values into the const buffer.
*/
if (key->need_prescale) {