Closed
Bug 1474847
Opened 6 years ago
Closed 6 years ago
WebGL context is lost when entering and exiting WebVR immersive mode.
Categories
(Core :: WebVR, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: rbarker, Assigned: mortimergoro)
Details
Attachments
(2 files)
When entering and exiting immersive mode multiple time (~30) the WebGL context can be lost. This occurs in FxR in conjunction with the gfxVRExternal implementation.
Assignee | ||
Comment 1•6 years ago
|
||
When entering and exiting immersive mode multiple time (~30) the WebGL context can be lost. This is caused because GeckoSurfaceTexture things there are more than 200 textures created.
Assignee | ||
Comment 2•6 years ago
|
||
When entering and exiting immersive mode multiple time (~30) the WebGL context can be lost. This is caused because GeckoSurfaceTexture things there are more than 200 textures created.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → imanol
Reporter | ||
Comment 3•6 years ago
|
||
Comment on attachment 9003830 [details]
Bug 1474847 - Fix GeckoSurfaceTexture not correctly removed from container when released:
Randall Barker [:rbarker] has approved the revision.
Attachment #9003830 -
Flags: review+
Comment on attachment 9003831 [details]
Bug 1474847 - Fix GeckoSurfaceTexture not correctly removed from container when released:
James Willcox (:snorp) (jwillcox@mozilla.com) has approved the revision.
Attachment #9003831 -
Flags: review+
Reporter | ||
Comment 5•6 years ago
|
||
Comment on attachment 9003831 [details]
Bug 1474847 - Fix GeckoSurfaceTexture not correctly removed from container when released:
Randall Barker [:rbarker] has approved the revision.
Attachment #9003831 -
Flags: review+
Pushed by rbarker@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ca0f02aa22ea
Fix GeckoSurfaceTexture not correctly removed from container when released: r=snorp,rbarker
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment on attachment 9003830 [details]
Bug 1474847 - Fix GeckoSurfaceTexture not correctly removed from container when released:
James Willcox (:snorp) (jwillcox@mozilla.com) has approved the revision.
Attachment #9003830 -
Flags: review+
Pushed by rbarker@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0a43224df469
Fix GeckoSurfaceTexture not correctly removed from container when released: r=snorp,rbarker
Comment 10•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•