diff options
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pipe_pstipple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pipe_pstipple.c b/src/gallium/auxiliary/draw/draw_pipe_pstipple.c index e4c5e733768..808c7cdcac2 100644 --- a/src/gallium/auxiliary/draw/draw_pipe_pstipple.c +++ b/src/gallium/auxiliary/draw/draw_pipe_pstipple.c @@ -419,7 +419,7 @@ pstip_update_texture(struct pstip_stage *pstip) } /* unmap */ - pipe->transfer_unmap(pipe, transfer); + pipe_transfer_unmap(pipe, transfer); } |