svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/)

This commit is contained in:
Brian Paul 2012-08-09 10:14:51 -06:00
parent 2a5eeeaebe
commit d55e0f1ba0

View file

@ -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) {