Closed
Bug 837687
Opened 13 years ago
Closed 13 years ago
GL_OES_EGL_image not detected on Galaxy Nexus
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: snorp, Assigned: snorp)
Details
Attachments
(1 file)
|
1.08 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
Galaxy Nexus has the GL_OES_EGL_image extension, but it reports it as GL_OES_egl_image. We use strcmp() to match these, so we don't correctly detect it.
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Attachment #709713 -
Flags: review?(jgilbert)
Updated•13 years ago
|
Attachment #709713 -
Flags: review?(jgilbert) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Comment 3•13 years ago
|
||
Backed out because strcasecmp() isn't on Windows. Relanded using PL_strcasecmp.
https://hg.mozilla.org/integration/mozilla-inbound/rev/a9b703ded09c
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•