Closed
Bug 1532942
Opened 6 years ago
Closed 6 years ago
Use EGLConfig as argument of CreateEGLSurfaceForCompositorWidget()
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
GLContextEGL::CreateEGLSurfaceForCompositorWidget() does not use EGLConfig as argument. But We could get it from GLContextEGL. It is better to use it than re-creating EGLConfig.
And CreateEGLSurfaceForCompositorWidget() is going to be used also on android at Bug 1532929.
Assignee | ||
Updated•6 years ago
|
Summary: Change CreateEGLSurfaceForCompositorWidget() as to apply EGLConfig as argument → Use EGLConfig as argument of CreateEGLSurfaceForCompositorWidget()
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/35bcd02a8ef4
Use EGLConfig as argument of CreateEGLSurfaceForCompositorWidget() r=jgilbert
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•