diff options
author | Zou Nan hai <[email protected]> | 2006-12-13 15:27:17 +0800 |
---|---|---|
committer | Keith Packard <[email protected]> | 2007-01-06 15:18:23 -0800 |
commit | ef02f8be10a9f95788fee48bb9e7801dea0c2ba6 (patch) | |
tree | 3e710c9bc81473e802870c34a5c491a7bbde1998 /src/mesa/drivers/dri/i965/bufmgr.h | |
parent | 652ae2c3765a471f94ca7b7328a0d572182bb127 (diff) |
i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201)
Signed-off-by: Keith Packard <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/bufmgr.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/bufmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/bufmgr.h b/src/mesa/drivers/dri/i965/bufmgr.h index 6932522d3d3..e748c0d6d0b 100644 --- a/src/mesa/drivers/dri/i965/bufmgr.h +++ b/src/mesa/drivers/dri/i965/bufmgr.h @@ -199,9 +199,11 @@ void *bmFindVirtual( struct intel_context *intel, * For now they can stay, but will likely change/move before final: */ unsigned bmSetFence( struct intel_context * ); +unsigned bmSetFenceLock( struct intel_context * ); unsigned bmLockAndFence( struct intel_context *intel ); int bmTestFence( struct intel_context *, unsigned fence ); void bmFinishFence( struct intel_context *, unsigned fence ); +void bmFinishFenceLock( struct intel_context *, unsigned fence ); void bm_fake_NotifyContendedLockTake( struct intel_context * ); |