i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.
Everything now depends on either BRW_NEW_FRAGMENT_PROGRAM or BRW_NEW_VERTEX_PROGRAM.
This commit is contained in:
@@ -314,12 +314,8 @@ void brw_validate_state( struct brw_context *brw )
|
||||
state->brw |= ~0;
|
||||
}
|
||||
|
||||
/* texenv program needs to notify us somehow when this happens:
|
||||
* Some confusion about which state flag should represent this change.
|
||||
*/
|
||||
if (brw->fragment_program != brw->attribs.FragmentProgram->_Current) {
|
||||
brw->fragment_program = brw->attribs.FragmentProgram->_Current;
|
||||
brw->state.dirty.mesa |= _NEW_PROGRAM;
|
||||
brw->state.dirty.brw |= BRW_NEW_FRAGMENT_PROGRAM;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user