mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 07:00:45 +02:00
nvc0: fix geometry program revalidation of clipping params
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Cc: mesa-stable@lists.freedesktop.org
This commit is contained in:
parent
7b40d92f0d
commit
a818faa6dd
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ nvc0_check_program_ucps(struct nvc0_context *nvc0,
|
|||
nvc0_vertprog_validate(nvc0);
|
||||
else
|
||||
if (likely(vp == nvc0->gmtyprog))
|
||||
nvc0_vertprog_validate(nvc0);
|
||||
nvc0_gmtyprog_validate(nvc0);
|
||||
else
|
||||
nvc0_tevlprog_validate(nvc0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue