mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 00:10:25 +01:00
llvmpipe: fix typo
This commit is contained in:
parent
3c71a19016
commit
54c6ef144f
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ stencil_test_quad(struct quad_stage *qs, struct quad_header *quads[],
|
|||
}
|
||||
|
||||
if (quad->inout.mask)
|
||||
quads[pass++] = q;
|
||||
quads[pass++] = quad;
|
||||
}
|
||||
|
||||
if (pass)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue