From: Brian Paul Date: Thu, 9 Aug 2012 16:14:51 +0000 (-0600) Subject: svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d55e0f1ba05252af658ca084769a279c956575b9;p=mesa.git svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/) --- diff --git a/src/gallium/drivers/svga/svga_state_constants.c b/src/gallium/drivers/svga/svga_state_constants.c index 1a67c112217..a3d61fbbc71 100644 --- 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) {