gallium: Notify driver of texture updates in util_blit_pixels().
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user