Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1869569 - Avoid CompositorOGL::BeginFrame's glInvalidateFramebuff…
…er optimization on Xclipse 920 GPU. a=RyanVM In CompositorOGL (used by software webrender on Android) as an optimization we use glInvalidateFramebuffer rather than glClear for the color attachment if there is no non-opaque invalid region. This causes rendering glitches on the Samsung Xclipse 920 GPU. This patch marks GLfeature::invalidate_framebuffer as unsupported on this GPU, causing us to fall back to the glClear pach which avoids the glitches. Original Revision: https://phabricator.services.mozilla.com/D196416 Differential Revision: https://phabricator.services.mozilla.com/D196427
- Loading branch information