mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.
This was a leftover from the brw_wm_constant_buffer change.
This commit is contained in:
parent
9b678af796
commit
4cb87840ff
1 changed files with 1 additions and 2 deletions
|
|
@ -730,8 +730,7 @@ const struct brw_tracked_state brw_wm_surfaces = {
|
|||
.dirty = {
|
||||
.mesa = (_NEW_COLOR |
|
||||
_NEW_TEXTURE |
|
||||
_NEW_BUFFERS |
|
||||
_NEW_PROGRAM),
|
||||
_NEW_BUFFERS),
|
||||
.brw = (BRW_NEW_CONTEXT |
|
||||
BRW_NEW_WM_SURFACES),
|
||||
.cache = 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue