mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
[965] Fix indentation.
This commit is contained in:
parent
f85d34e425
commit
30c9d96ebf
1 changed files with 6 additions and 6 deletions
|
|
@ -227,8 +227,8 @@ void brw_validate_state( struct brw_context *brw )
|
|||
atom->dirty.cache);
|
||||
assert(atom->update);
|
||||
|
||||
if (brw->intel.Fallback)
|
||||
break;
|
||||
if (brw->intel.Fallback)
|
||||
break;
|
||||
|
||||
if (check_state(state, &atom->dirty)) {
|
||||
atom->update( brw );
|
||||
|
|
@ -251,10 +251,10 @@ void brw_validate_state( struct brw_context *brw )
|
|||
for (i = 0; i < Elements(atoms); i++) {
|
||||
const struct brw_tracked_state *atom = brw->state.atoms[i];
|
||||
|
||||
if (brw->intel.Fallback)
|
||||
break;
|
||||
|
||||
if (check_state(state, &atom->dirty))
|
||||
if (brw->intel.Fallback)
|
||||
break;
|
||||
|
||||
if (check_state(state, &atom->dirty))
|
||||
atom->update( brw );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue