Closed
Bug 774059
Opened 12 years ago
Closed 12 years ago
fImageTargetTexture2DOES re-added to GLLibraryEGL after being moved to GLContext and renamed to fImageTargetTexture2D
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
glImageTargetTexture2D is not an EGL function, and should not live in EGL function land. It also shouldn't have vendor suffixes. Also we shouldn't have two of them.
Assignee | ||
Updated•12 years ago
|
Summary: fImageTargetTexture2DOES readded to GLLibraryEGL after being moved to GLContext and renamed to fImageTargetTexture2D → fImageTargetTexture2DOES re-added to GLLibraryEGL after being moved to GLContext and renamed to fImageTargetTexture2D
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #643560 -
Flags: review?(bjacob)
Updated•12 years ago
|
Attachment #643560 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla17
Assignee | ||
Comment 3•12 years ago
|
||
Target Milestone: mozilla17 → ---
Assignee | ||
Comment 4•12 years ago
|
||
Missed a 'mGLContext->' in an ifdef GONK block. :<
Carrying forward r+.
Attachment #643560 -
Attachment is obsolete: true
Attachment #643902 -
Flags: review+
Assignee | ||
Comment 5•12 years ago
|
||
Now with less bitrot!
Attachment #643902 -
Attachment is obsolete: true
Attachment #644103 -
Flags: review+
Assignee | ||
Comment 6•12 years ago
|
||
Target Milestone: --- → mozilla17
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•