mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
broadcom/vc5: Don't forget to actually turn on stencil testing.
I had the rest of stencil state set up, but forgot to actually enable it in the higher level configuration bits packet.
This commit is contained in:
parent
4d2619a6b3
commit
1b32786de6
1 changed files with 3 additions and 0 deletions
|
|
@ -265,6 +265,9 @@ vc5_emit_state(struct pipe_context *pctx)
|
|||
} else {
|
||||
config.depth_test_function = PIPE_FUNC_ALWAYS;
|
||||
}
|
||||
|
||||
config.stencil_enable =
|
||||
vc5->zsa->base.stencil[0].enabled;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue