r300g: align the height of NPOT textures to POT
[mesa.git] / src / gallium / winsys / g3dvl / nouveau / nouveau_swapbuffers.c
index 864be37871fbd67221fd79fc2edcbac699f159d0..77e46a2054bedf369a5016954e9f2fb9361b0ed3 100644 (file)
@@ -31,7 +31,7 @@ nouveau_copy_buffer(dri_drawable_t *dri_drawable, struct pipe_surface *surf,
                w  = pbox->x2 - pbox->x1;
                h  = pbox->y2 - pbox->y1;
 
-               pipe->surface_copy(pipe, FALSE, nv->base.frontbuffer,
+               pipe->surface_copy(pipe, nv->base.frontbuffer,
                                   dx, dy, surf, sx, sy, w, h);
        }