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:
Eric Anholt 2009-05-06 07:58:40 -07:00
parent 9b678af796
commit 4cb87840ff

View file

@ -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