mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gallium: Notify driver of texture updates in util_blit_pixels().
This commit is contained in:
parent
419f3c4475
commit
f1f52a8be9
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue