Open
Bug 717938
Opened 12 years ago
Updated 1 year ago
OMTC: ChildView's access to compositor's GL context should be thread-safe
Categories
(Core :: Graphics, defect)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
e10s | later | --- |
People
(Reporter: ajuma, Unassigned)
References
Details
With OMTC and GL layers on OS X, LayerManagerOGL (on the compositor thread) owns the GL context, but ChildView (on the main thread) also needs access to this GL context (e.g. so it can call [mGLContext update] to notify the GL context of a size change). We need to ensure that the main thread and the compositor thread never simultaneously access the GL context.
Updated•12 years ago
|
Keywords: fennecnative-betablocker
Updated•12 years ago
|
Keywords: fennecnative-betablocker
Comment 1•10 years ago
|
||
Mass tracking-e10s flag change. Filter bugmail on "2be0fcce-e36a-4e2c-aa80-0e3d33eb5406".
tracking-e10s:
--- → +
Updated•10 years ago
|
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•