Closed
Bug 1207672
Opened 4 years ago
Closed 4 years ago
Support APPLE_framebuffer_multisample on iOS
Categories
(Core :: Graphics, defect)
Not set
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: snorp, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file, 1 obsolete file)
15.61 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
We use GL_EXT_framebuffer_blit, which is not available on iOS devices when using GLES2. It's built into GLES3, though, so we can use that instead.
Reporter | ||
Comment 1•4 years ago
|
||
Attachment #8664968 -
Flags: review?(jgilbert)
Comment 2•4 years ago
|
||
Comment on attachment 8664968 [details] [diff] [review] Use a GLES3 context on iOS Review of attachment 8664968 [details] [diff] [review]: ----------------------------------------------------------------- You should support GLES2 as well, if you want to support the 5 and 5c. (Which don't have GLES3) As such, I don't think this is the right change.
Attachment #8664968 -
Flags: review?(jgilbert) → review-
Reporter | ||
Comment 3•4 years ago
|
||
Morphing this bug into the real issue, which is that we mis-detect whether or not the device can do separate draw/read FBs.
Summary: Use a GLES3 context on iOS → Support APPLE_framebuffer_multisample on iOS
Reporter | ||
Comment 4•4 years ago
|
||
This patch is from Jeff, I just fixed up some typos and tested it.
Attachment #8666048 -
Flags: review+
Reporter | ||
Comment 5•4 years ago
|
||
Jeff, is this good to go or do you want to have someone else look at it too?
Flags: needinfo?(jgilbert)
Reporter | ||
Updated•4 years ago
|
Attachment #8664968 -
Attachment is obsolete: true
Comment 6•4 years ago
|
||
I wrote it and you looked at it. That should be fine.
Flags: needinfo?(jgilbert)
Updated•4 years ago
|
Whiteboard: [gfx-noted]
Comment 8•4 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2ff6d5250364
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•