Closed Bug 1093967 Opened 11 years ago Closed 11 years ago

Implement BlitFramebuffer

Categories

(Core :: Graphics: CanvasWebGL, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38

People

(Reporter: jgilbert, Assigned: jgilbert)

Details

Attachments

(3 files)

No description provided.
Attachment #8517117 - Flags: review?(dvander)
Attachment #8517115 - Flags: review?(dvander)
Attachment #8517115 - Flags: review?(dvander) → review+
Comment on attachment 8517116 [details] [diff] [review] 0002-Fix-all-instances-of-mBoundFramebuffer.patch Review of attachment 8517116 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/canvas/WebGLContextValidate.cpp @@ +1799,5 @@ > + break; > + } > + > + if (MOZ_LIKELY(isValid)) { > + return true; I'd just return true in the above cases, unless something else will need to be validated in a later patch.
Attachment #8517116 - Flags: review?(dvander) → review+
Comment on attachment 8517117 [details] [diff] [review] 0003-Implement-BlitFramebuffer.patch Review of attachment 8517117 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/canvas/WebGL2ContextFramebuffers.cpp @@ +276,5 @@ > + * and destination depth and stencil buffer formats do not match. > + * > + * jgilbert: The wording is such that if only DEPTH_BUFFER_BIT is specified, > + * the stencil formats must match. This seems wrong. It could be a spec bug, > + * or I could be missing an interaction in one of the earlier paragraphs. Yeah, I read this as "if X or Y, then x or y should match respectively."
Attachment #8517117 - Flags: review?(dvander) → review+
The only unambiguous reading of the passage is problematic, though. 'Reasonable interpretation' doesn't really cut it for specs.
(In reply to Wes Kocher (:KWierso) from comment #7) > Backed out in > https://hg.mozilla.org/integration/mozilla-inbound/rev/8d48c34f44ed for > build bustage: > https://treeherder.mozilla.org/logviewer.html#?job_id=5300122&repo=mozilla- > inbound https://hg.mozilla.org/integration/mozilla-inbound/rev/32e93a36551d The bustage was from conflicts with the shader rewrite stuff, which was also backed out.
Flags: needinfo?(jgilbert)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: