gallium: Notify driver of texture updates in util_blit_pixels().

This commit is contained in:
Michel Dänzer 2008-05-01 17:30:17 +01:00
parent 419f3c4475
commit f1f52a8be9

View file

@ -295,6 +295,8 @@ util_blit_pixels(struct blit_state *ctx,
src, srcLeft, srcTop, /* src */
srcW, srcH); /* size */
pipe->texture_update(pipe, tex, 0, 1 << 0);
/* save state (restored below) */
cso_save_blend(ctx->cso);
cso_save_depth_stencil_alpha(ctx->cso);