Closed
Bug 1395417
Opened 7 years ago
Closed 7 years ago
Expose eglCreateDeviceANGLE and eglReleaseDeviceANGLE in GLLibraryEGL
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
eglCreateDeviceANGLE and eglReleaseDeviceANGLE needs to be exposed for Bug 1395107.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Updated•7 years ago
|
Attachment #8902988 -
Flags: review?(jgilbert)
Comment 2•7 years ago
|
||
Comment on attachment 8902988 [details] [diff] [review]
patch - Expose eglCreateDeviceANGLE and eglReleaseDeviceANGLE
Review of attachment 8902988 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/gl/GLLibraryEGL.h
@@ +491,5 @@
> void* texture,
> const EGLAttrib* attrib_list);
> + // ANGLE_device_creation
> + EGLDeviceEXT (GLAPIENTRY * fCreateDeviceANGLE) (EGLint device_type,
> + void *native_device,
Star against type, here and elsewhere.
Attachment #8902988 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #2)
> Comment on attachment 8902988 [details] [diff] [review]
> patch - Expose eglCreateDeviceANGLE and eglReleaseDeviceANGLE
>
> Review of attachment 8902988 [details] [diff] [review]:
> -----------------------------------------------------------------
> > + // ANGLE_device_creation
> > + EGLDeviceEXT (GLAPIENTRY * fCreateDeviceANGLE) (EGLint device_type,
> > + void *native_device,
>
> Star against type, here and elsewhere.
Thanks! I am going to update it.
Assignee | ||
Comment 4•7 years ago
|
||
Attachment #8902988 -
Attachment is obsolete: true
Attachment #8903037 -
Flags: review+
Assignee | ||
Comment 5•7 years ago
|
||
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9dedf8ea07cd
Expose eglCreateDeviceANGLE and eglReleaseDeviceANGLE r=jgilbert
Assignee | ||
Comment 7•7 years ago
|
||
There was fallouts of applying the comment. Very trivial fix.
Attachment #8903037 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8903037 -
Attachment is obsolete: false
Assignee | ||
Updated•7 years ago
|
Attachment #8903044 -
Flags: review+
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7584d9067b54
Fix as star against type r=jgilbert
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9dedf8ea07cd
https://hg.mozilla.org/mozilla-central/rev/7584d9067b54
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•