draw: use pipe_transfer_unmap() to match pipe_transfer_map()
authorBrian Paul <brianp@vmware.com>
Mon, 1 Apr 2013 22:44:01 +0000 (16:44 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 2 Apr 2013 14:17:28 +0000 (08:17 -0600)
src/gallium/auxiliary/draw/draw_pipe_pstipple.c

index e4c5e733768ac02eb3128b19cd9996906181e02e..808c7cdcac23fea61493d15cfe62c3086e6d452f 100644 (file)
@@ -419,7 +419,7 @@ pstip_update_texture(struct pstip_stage *pstip)
    }
 
    /* unmap */
-   pipe->transfer_unmap(pipe, transfer);
+   pipe_transfer_unmap(pipe, transfer);
 }