No need to call *_FIREVERTICES twice.
authorAapo Tahkola <aet@rasterburn.org>
Tue, 28 Feb 2006 23:17:00 +0000 (23:17 +0000)
committerAapo Tahkola <aet@rasterburn.org>
Tue, 28 Feb 2006 23:17:00 +0000 (23:17 +0000)
src/mesa/drivers/dri/r200/r200_state.c
src/mesa/drivers/dri/radeon/radeon_state.c

index 79e1093..b1b0887 100644 (file)
@@ -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 );
 }
 
index b101960..8925067 100644 (file)
@@ -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 );
 }