Skip to content
Snippets Groups Projects
Commit d682ebec authored by Kenneth Graunke's avatar Kenneth Graunke
Browse files

i965,meta: Stop unlocking the texture to try and prevent deadlocks.


Unlocking the texture is not safe: another thread could come in and grab
it.  Now that we use a recursive mutex, this should work.  This also fixes
texture lock deadlocks in the new meta fast clear path.

Signed-off-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
Reviewed-by: default avatarKristian Høgsberg <krh@bitplanet.net>
Tested-by: default avatarChris Forbes <chrisf@ijw.co.nz>
parent 08710281
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment