Closed
Bug 715190
Opened 12 years ago
Closed 12 years ago
glEGLImageTargetTexture2DOES shows error 501 frequently
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox11 fixed, fennec11+)
RESOLVED
FIXED
Firefox 12
People
(Reporter: snorp, Assigned: snorp)
Details
Attachments
(1 file, 1 obsolete file)
1.75 KB,
patch
|
cwiiis
:
review+
blassey
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This is actually from other GL commands and not the one it is reporting. Should fix this up so at least it doesn't show bogus errors.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #585797 -
Flags: review?(chrislord.net)
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #585797 -
Attachment is obsolete: true
Attachment #585797 -
Flags: review?(chrislord.net)
Assignee | ||
Updated•12 years ago
|
Attachment #585798 -
Flags: review?(chrislord.net)
Comment 3•12 years ago
|
||
Comment on attachment 585798 [details] [diff] [review] Clear existing GL errors before trying to check for a new one Review of attachment 585798 [details] [diff] [review]: ----------------------------------------------------------------- Fine by me - I wonder if we want to have wrappers for GL commands though (I think gfx does this?) that will read and report errors automatically for debug builds, or something along those lines... But this can be addressed in a future patch. Optionally, it'd be cool to have comments above the while loops, at least in the Java file, explaining why it's being done - something like "GL errors may have been encountered elsewhere, but we're only interested in those that occur here"
Attachment #585798 -
Flags: review?(chrislord.net) → review+
Assignee | ||
Comment 4•12 years ago
|
||
I think there might be a debug EGLContext in Android that basically wraps everything and checks for errors. Maybe we should just add support for using that and ditch the specific error checking. In the mean time I'll add the comment and check this in.
Assignee | ||
Comment 5•12 years ago
|
||
Pushed to mozilla-inbound: http://hg.mozilla.org/integration/mozilla-inbound/rev/4d652a824f11
Assignee | ||
Comment 6•12 years ago
|
||
Landed on mozilla-central: https://hg.mozilla.org/mozilla-central/rev/4d652a824f11
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → Firefox 12
Comment 7•12 years ago
|
||
Comment on attachment 585798 [details] [diff] [review] Clear existing GL errors before trying to check for a new one [Triage Comment]
Attachment #585798 -
Flags: approval-mozilla-aurora+
Comment 8•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/d53dfe552b54
tracking-fennec: --- → 11+
status-firefox11:
--- → fixed
Updated•3 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
•