Closed
Bug 1712039
Opened 4 years ago
Closed 4 years ago
Move ActivateProgram() from CompositorOGL to ShaderProgramOGLsHolder
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
When sw-wr is used on Android, one GLContext is shared between CompositorOGLs. Then the CompositorOGL does not know what is current program. ShaderProgramOGLsHolder knows it.
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Attachment #9222753 -
Attachment description: WIP: Bug 1712039 - Move ActivateProgram() from CompositorOGL to ShaderProgramOGLsHolder → Bug 1712039 - Move ActivateProgram() from CompositorOGL to ShaderProgramOGLsHolder
| Assignee | ||
Comment 2•4 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/60cd280eaa9c
Move ActivateProgram() from CompositorOGL to ShaderProgramOGLsHolder r=gfx-reviewers,jrmuizel
Comment 4•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•