aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-04-01 16:44:01 -0600
committerBrian Paul <[email protected]>2013-04-02 08:17:28 -0600
commitbdd3770b789b7b42619dd485e816df3285e3408d (patch)
tree4053e38e13e5c8e74a77ecf7f3efff0242da4ae8 /src/gallium/auxiliary/draw/draw_pipe_pstipple.c
parent9b329f4c095a6b0aa5e55519c32fcf4c9d823e2b (diff)
draw: use pipe_transfer_unmap() to match pipe_transfer_map()
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pipe_pstipple.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_pipe_pstipple.c2
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);
}