diff options
author | Rob Clark <[email protected]> | 2016-07-13 12:17:05 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-07-16 10:00:04 -0400 |
commit | 44bbfedbd9983c61f6a461cbfe2e0dc74eda6d37 (patch) | |
tree | 54af9e04c52b8e9f2cedc72515bc13ba846fb8eb /src/gallium/winsys/svga | |
parent | 6f73c7595fab450ae9fd1af67aaed322bca02ee0 (diff) |
gallium/u_queue: add optional cleanup callback
Adds a second optional cleanup callback, called after the fence is
signaled. This is needed if, for example, the queue has the last
reference to the object that embeds the util_queue_fence. In this
case we cannot drop the ref in the main callback, since that would
result in the fence being destroyed before it is signaled.
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/winsys/svga')
0 files changed, 0 insertions, 0 deletions