projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b329f4
)
draw: use pipe_transfer_unmap() to match pipe_transfer_map()
author
Brian Paul
<brianp@vmware.com>
Mon, 1 Apr 2013 22:44:01 +0000
(16:44 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 2 Apr 2013 14:17:28 +0000
(08:17 -0600)
src/gallium/auxiliary/draw/draw_pipe_pstipple.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
b/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
index e4c5e733768ac02eb3128b19cd9996906181e02e..808c7cdcac23fea61493d15cfe62c3086e6d452f 100644
(file)
--- 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);
}