mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 00:50:23 +01:00
svga: add some comments in svga_state_vs.c
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
parent
fc07658895
commit
993b04ee2c
1 changed files with 3 additions and 0 deletions
|
|
@ -173,8 +173,11 @@ make_vs_key(struct svga_context *svga, struct svga_compile_key *key)
|
|||
return;
|
||||
}
|
||||
|
||||
/* SVGA_NEW_PRESCALE */
|
||||
key->vs.need_prescale = svga->state.hw_clear.prescale.enabled &&
|
||||
(svga->curr.gs == NULL);
|
||||
|
||||
/* SVGA_NEW_RAST */
|
||||
key->vs.allow_psiz = svga->curr.rast->templ.point_size_per_vertex;
|
||||
|
||||
/* SVGA_NEW_FS */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue