gallium: need to finish, not flush, in st_copy_texsubimage()

This commit is contained in:
Brian Paul 2008-09-17 10:22:38 -06:00
parent 63b915d743
commit 66682651b6

View file

@ -1053,7 +1053,8 @@ st_copy_texsubimage(GLcontext *ctx,
GLboolean use_fallback = GL_TRUE;
GLboolean matching_base_formats;
st_flush(ctx->st, PIPE_FLUSH_RENDER_CACHE, NULL);
/* any rendering in progress must complete before we grab the fb image */
st_finish(ctx->st);
/* determine if copying depth or color data */
if (texBaseFormat == GL_DEPTH_COMPONENT) {