DescriptionDelay signaling Shader cache is available until loading is complete.
If we send the available callback before we've finished loading
the current cached shaders off disk there is a potential race condition
where we do a cache clear while reading. This causes an issue with
the iterators and the cache does not get cleared.
This patch delays the signaling of the available cache until after
we have finished iterating over the cache and loading the old shaders.
BUG=176289
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193411
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Messages
Total messages: 7 (0 generated)
|