projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee6eaf
)
st/python: Clean up fence_finish.
author
Vinson Lee
<vlee@vmware.com>
Fri, 11 Mar 2011 21:35:06 +0000
(13:35 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 11 Mar 2011 21:35:06 +0000
(13:35 -0800)
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 4ccc4c0b3ab2bf5911d3279103c366ddfefd9430..360a4220ea9fc4ac4518355441882c7341c4a99a 100644
(file)
--- a/
src/gallium/state_trackers/python/p_context.i
+++ b/
src/gallium/state_trackers/python/p_context.i
@@
-403,7
+403,7
@@
error1:
$self->pipe->flush($self->pipe, flags | PIPE_FLUSH_RENDER_CACHE, &fence);
if(fence) {
/* TODO: allow asynchronous operation */
- $self->pipe->screen->fence_finish( $self->pipe->screen, fence,
0,
PIPE_TIMEOUT_INFINITE );
+ $self->pipe->screen->fence_finish( $self->pipe->screen, fence, PIPE_TIMEOUT_INFINITE );
$self->pipe->screen->fence_reference( $self->pipe->screen, &fence, NULL );
}
}