diff options
author | Aapo Tahkola <[email protected]> | 2006-02-28 23:17:00 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2006-02-28 23:17:00 +0000 |
commit | 6754e17138994dc3c67299177a0906535cb4ddcd (patch) | |
tree | 07d515995354bb2501f0ce6a7634dba45b98581a /src/mesa/drivers/dri/r200/r200_state.c | |
parent | f71fd439f5dd81e6d3935de627d8d2e02efd7ccc (diff) |
No need to call *_FIREVERTICES twice.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_state.c')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_state.c b/src/mesa/drivers/dri/r200/r200_state.c index 79e10938224..b1b08875730 100644 --- a/src/mesa/drivers/dri/r200/r200_state.c +++ b/src/mesa/drivers/dri/r200/r200_state.c @@ -1651,7 +1651,6 @@ static void r200Viewport( GLcontext *ctx, GLint x, GLint y, * setting below. Could apply deltas to rescue pipelined viewport * values, or keep the originals hanging around. */ - R200_FIREVERTICES( R200_CONTEXT(ctx) ); r200UpdateWindow( ctx ); } |