diff options
author | Nicolai Hähnle <[email protected]> | 2017-10-22 17:38:32 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-11-09 11:37:51 +0100 |
commit | 0f54ee6072d067027c389d61abc7aea8956b2c1e (patch) | |
tree | 177150ba792725701e564ba994fb4125272a88c7 /src/gallium/state_trackers | |
parent | 4f493c79eee01724152b6e56c71b81303e3bc54e (diff) |
radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key
We only need the lock to guard changes in the variant linked list. The
actual compilation can happen outside the lock, since we use the ready
fence as a guard.
v2: fix double-unlock
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
0 files changed, 0 insertions, 0 deletions