mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/)
This commit is contained in:
parent
2a5eeeaebe
commit
d55e0f1ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue