diff options
author | Kenneth Graunke <[email protected]> | 2014-08-18 17:20:21 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-08-20 17:31:19 -0700 |
commit | d682ebec0bb8716dfa7747c46d5bfad732ead06c (patch) | |
tree | cf80d64d9409e85e6c3ed917731fa307e59e5e76 /src/gallium/state_trackers/clover | |
parent | 08710281884c02d2d99a5ad447affa246de126f8 (diff) |
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 <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Tested-by: Chris Forbes <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/clover')
0 files changed, 0 insertions, 0 deletions