mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 07:00:45 +02:00
i965: Update the gen6 stencil ref state when stencil state changes.
Fixes 6 piglit tests about stencil operations.
This commit is contained in:
parent
b271445e37
commit
9d45c7d1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ prepare_color_calc_state(struct brw_context *brw)
|
|||
|
||||
const struct brw_tracked_state gen6_color_calc_state = {
|
||||
.dirty = {
|
||||
.mesa = _NEW_COLOR,
|
||||
.mesa = _NEW_COLOR | _NEW_STENCIL,
|
||||
.brw = 0,
|
||||
.cache = 0,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue