Module: Mesa Branch: mesa_7_7_branch Commit: 86ac140937908d92301d634893a60406bcceae28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86ac140937908d92301d634893a60406bcceae28
Author: Maciej Cencora <[email protected]> Date: Sat Mar 6 13:18:11 2010 +0100 r300: no need to flush on context init --- src/mesa/drivers/dri/r300/r300_state.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index 7fe6442..5616814 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -1762,8 +1762,6 @@ static void r300ResetHwState(r300ContextPtr r300) if (RADEON_DEBUG & RADEON_STATE) fprintf(stderr, "%s\n", __FUNCTION__); - radeon_firevertices(&r300->radeon); - r300ColorMask(ctx, ctx->Color.ColorMask[RCOMP], ctx->Color.ColorMask[GCOMP], _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
