make render_quads_verts call EMIT_PRIM with the arguments in the right order,
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_lock.h
index c28cf23161ed8e2a155921c7ce2bff93ed21cf94..c2e0c3706b8478375bb972074310e673a059aabd 100644 (file)
@@ -105,10 +105,6 @@ extern int prevLockLine;
                  rmesa->dri.hwLock,                                    \
                  rmesa->dri.hwContext );                               \
       DEBUG_RESET();                                                   \
-      if ( rmesa->save_on_next_unlock ) {                                      \
-        radeonSaveHwState( rmesa );                                    \
-        rmesa->save_on_next_unlock = GL_FALSE;                         \
-      }                                                                        \
    } while (0)
 
 #endif