Closed
Bug 762259
Opened 13 years ago
Closed 13 years ago
Drop vendor suffixes from EGLImage for internal uses.
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
19.59 KB,
patch
|
bjacob
:
review+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Generally we drop vendor suffixes when including extensions, but the original EGLImage patch left them in. We tend towards dropping them since they only add noise, since the suffixes don't tell us anything other than that they are from some sort of extension. ('was this one OES or KHR?'...)
We're going to be using this extension a bunch so it'd be nice to clean it up first.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #630733 -
Flags: review?(bjacob)
Updated•13 years ago
|
Attachment #630733 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla16
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
Comment on attachment 630733 [details] [diff] [review]
patch
[Approval Request Comment]
Required by bug 728524
Attachment #630733 -
Flags: approval-mozilla-beta?
Comment 5•13 years ago
|
||
Comment on attachment 630733 [details] [diff] [review]
patch
Approving supporting patches for bug 687267
Attachment #630733 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•13 years ago
|
status-firefox15:
--- → affected
status-firefox16:
--- → fixed
Comment 6•13 years ago
|
||
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•