DescriptionReland of Separate out resource mailbox creation and fix synchronization issue. (patchset #1 id:1 of https://codereview.chromium.org/1678613002/ )
Reason for revert:
Trying to reland patch with fixes.
Original issue's description:
> Revert of Separate out resource mailbox creation and fix synchronization issue. (patchset #3 id:40001 of https://codereview.chromium.org/1666203003/ )
>
> Reason for revert:
> Causing renderer synchronization issues
>
> Original issue's description:
> > Separate out resource mailbox creation and fix synchronization issue.
> >
> > The resource transfer function has been split up so it does the lazy
> > resource mailbox creation in a separate pass. This allows us to setup
> > the sync token directly on the resource itself before the transfer.
> >
> > The texture binding code is also done on the first pass, this fixes
> > a subtle synchronization issue where previously the bound textures
> > could potentially not have a sync token attached to it if no mailboxes
> > were lazily created.
> >
> > BUG=584381
> > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
> >
> > Committed: https://crrev.com/d5650cab68401bcd2bb89e1a98c65378d493f785
> > Cr-Commit-Position: refs/heads/master@{#373847}
>
> TBR=reveman@chromium.org,piman@chromium.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=584381, 584780
>
> Committed: https://crrev.com/a14747b0409da6ca3700c03a0a4e5cb28de9f3b0
> Cr-Commit-Position: refs/heads/master@{#373974}
R=piman@chromium.org
BUG=584381
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/38e7e941648b23d1eb34602d63022884c3552e2d
Cr-Commit-Position: refs/heads/master@{#374280}
Patch Set 1 #Patch Set 2 : Fixed some style issues and inserted fix + TODO #Patch Set 3 : Moved sync token reset to a post process. #Patch Set 4 : force reset/rebase #
Total comments: 2
Patch Set 5 : Reapplied patch #3 #
Total comments: 15
Patch Set 6 : Applied fixes #
Messages
Total messages: 19 (7 generated)
|