projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec51092
)
st/python: remove unused 'buf' parameter in pipe_buffer_unmap
author
Vinson Lee
<vlee@vmware.com>
Mon, 20 Dec 2010 19:40:54 +0000
(11:40 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 20 Dec 2010 19:40:54 +0000
(11:40 -0800)
This is a follow-up to commit
ec51092a72e2dff1e9b1362d813fe4691cda89b7
.
Fixes SCons build.
src/gallium/state_trackers/python/p_context.i
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/python/p_context.i
b/src/gallium/state_trackers/python/p_context.i
index 5bdeaa8e4ea843b286a7cc1b4539897f0fc6f824..d694651eef77b9777c0357cca776c57cb7189fff 100644
(file)
--- a/
src/gallium/state_trackers/python/p_context.i
+++ b/
src/gallium/state_trackers/python/p_context.i
@@
-360,7
+360,7
@@
struct st_context {
if (!map)
goto error2;
memcpy(map, vertices, size);
- pipe_buffer_unmap(pipe,
vbuf,
transfer);
+ pipe_buffer_unmap(pipe, transfer);
cso_save_vertex_elements($self->cso);