Closed Bug 1880011 Opened 1 year ago Closed 1 year ago

mSyncObject->Synchronize() in RenderCompositorANGLE::BeginFrame() is called when it is not necessary.

Categories

(Core :: Graphics, defect)

defect

Tracking

()

RESOLVED FIXED
124 Branch
Tracking Status
firefox-esr115 --- unaffected
firefox122 --- wontfix
firefox123 --- wontfix
firefox124 --- fixed

People

(Reporter: sotaro, Assigned: sotaro)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

When RenderDXGITextureHost has keyed mutex, RenderDXGITextureHost::SyncObjectNeeded() should return false. But RenderDXGITextureHost::SyncObjectNeeded() return true. Then the Synchronize() is called when it is not necessary.

This is a regression from Bug 1866412.

Assignee: nobody → sotaro.ikeda.g
Keywords: regression
Regressed by: 1866412
Blocks: 1877726

Set release status flags based on info from the regressing bug 1866412

Pushed by sikeda.birchill@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5f6ad5b21119 RenderDXGITextureHost::SyncObjectNeeded() r=gfx-reviewers,lsalzman
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch

The patch landed in nightly and beta is affected.
:sotaro, is this bug important enough to require an uplift?

  • If yes, please nominate the patch for beta approval.
  • If no, please set status-firefox123 to wontfix.

For more information, please visit BugBot documentation.

Flags: needinfo?(sotaro.ikeda.g)

Comment on attachment 9379863 [details]
Bug 1880011 - RenderDXGITextureHost::SyncObjectNeeded()

Beta/Release Uplift Approval Request

  • User impact if declined: mSyncObject->Synchronize() is called more than necessary. That increases a risk of Bug 1877726.
  • Is this code covered by automated tests?: Yes
  • Has the fix been verified in Nightly?: No
  • Needs manual test from QE?: No
  • If yes, steps to reproduce:
  • List of other uplifts needed: none
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): It just reduces unnecessary mSyncObject->Synchronize() call.
  • String changes made/needed: none
  • Is Android affected?: No
Flags: needinfo?(sotaro.ikeda.g)
Attachment #9379863 - Flags: approval-mozilla-beta?

Comment on attachment 9379863 [details]
Bug 1880011 - RenderDXGITextureHost::SyncObjectNeeded()

Fx123 is in RC week now, moving over the request.

Attachment #9379863 - Flags: approval-mozilla-beta? → approval-mozilla-release?

Comment on attachment 9379863 [details]
Bug 1880011 - RenderDXGITextureHost::SyncObjectNeeded()

Cancel the request.

Attachment #9379863 - Flags: approval-mozilla-release?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: