diff options
author | Aapo Tahkola <aet@rasterburn.org> | 2006-02-28 23:17:00 +0000 |
---|---|---|
committer | Aapo Tahkola <aet@rasterburn.org> | 2006-02-28 23:17:00 +0000 |
commit | 6754e17138994dc3c67299177a0906535cb4ddcd (patch) | |
tree | 07d515995354bb2501f0ce6a7634dba45b98581a /src/mesa/drivers/dri/radeon | |
parent | f71fd439f5dd81e6d3935de627d8d2e02efd7ccc (diff) |
No need to call *_FIREVERTICES twice.
Diffstat (limited to 'src/mesa/drivers/dri/radeon')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_state.c b/src/mesa/drivers/dri/radeon/radeon_state.c index b1019601d2..89250673cb 100644 --- a/src/mesa/drivers/dri/radeon/radeon_state.c +++ b/src/mesa/drivers/dri/radeon/radeon_state.c @@ -1511,7 +1511,6 @@ static void radeonViewport( GLcontext *ctx, GLint x, GLint y, * setting below. Could apply deltas to rescue pipelined viewport * values, or keep the originals hanging around. */ - RADEON_FIREVERTICES( RADEON_CONTEXT(ctx) ); radeonUpdateWindow( ctx ); } |