0
Files
src/gpu
sunnyps 6125ed888b gpu: Do not call MakeCurrent in wait sync token callback.
The wait sync token completion callback is called while commands are
being processed in the releasing context. Therefore, it is not safe to
call MakeCurrent on the waiting context and pull texture updates from
MailboxManagerSync. Moreoever, the wait sync token command is executed
again when the context is scheduled, and PullTextureUpdates will be
called there.

R=jbauman@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2726743002
Cr-Commit-Position: refs/heads/master@{#454728}
2017-03-04 00:51:23 +00:00
..
2017-03-03 19:17:01 +00:00
2017-02-28 02:48:47 +00:00
2017-03-01 20:14:15 +00:00