Closed
Bug 705024
Opened 13 years ago
Closed 13 years ago
GLContext->Layers code doesn't properly guarantee that it resolves the GLContext before using its contents
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
3.98 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
We need to first guarantee we are correctly resolving buffers before we use their contents. We need to do this properly before we try to do it quickly.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #579813 -
Flags: review?(bjacob)
Comment 2•13 years ago
|
||
Comment on attachment 579813 [details] [diff] [review] Add flexible function for ordering resolves Review of attachment 579813 [details] [diff] [review]: ----------------------------------------------------------------- r=me with the following naming nit: ::: gfx/gl/GLContext.h @@ +758,5 @@ > +protected: > + bool mFlushGuaranteesResolve; > + > +public: > + void FlushGuaranteesResolve(bool aFlushGuaranteesResolve) { I would rename this to SetFlushGuaranteesResolve.
Attachment #579813 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 3•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9ba4a7f652fb Your nit is included.
Target Milestone: --- → mozilla11
Comment 4•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9ba4a7f652fb
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•