mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 23:10:47 +02:00
st/mesa: fix per-vertex point size
Cherry-picked from master, commit 0ad541a684.
This commit is contained in:
parent
011e7b2c96
commit
fadc3c5c06
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ dst_register( struct st_translate *t,
|
|||
return t->temps[index];
|
||||
|
||||
case PROGRAM_OUTPUT:
|
||||
if (index == t->psizoutindex)
|
||||
if (index == VERT_RESULT_PSIZ)
|
||||
t->prevInstWrotePsiz = GL_TRUE;
|
||||
return t->outputs[t->outputMapping[index]];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue