From: Brian Paul Date: Mon, 1 Apr 2013 22:44:01 +0000 (-0600) Subject: draw: use pipe_transfer_unmap() to match pipe_transfer_map() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bdd3770b789b7b42619dd485e816df3285e3408d;p=mesa.git draw: use pipe_transfer_unmap() to match pipe_transfer_map() --- 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); }