WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
143216
[GStreamer] More GL shared context fixes
https://bugs.webkit.org/show_bug.cgi?id=143216
Summary
[GStreamer] More GL shared context fixes
Philippe Normand
Reported
2015-03-30 05:13:42 PDT
The patch from
Bug 143049
has various incorrect changes.
Attachments
patch
(4.82 KB, patch)
2015-03-30 05:20 PDT
,
Philippe Normand
cgarcia
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2015-03-30 05:20:36 PDT
Created
attachment 249721
[details]
patch
Martin Robinson
Comment 2
2015-03-30 08:17:05 PDT
Comment on
attachment 249721
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=249721&action=review
Looks good apart from the a naming nit:
> Source/WebCore/platform/graphics/glx/GLContextGLX.h:52 > + virtual bool isEGLCompliant() const { return false; }
A context isn't really "EGL compliant" it's either an EGL context or something else. I recommend just calling this method "isEGLContext."
Philippe Normand
Comment 3
2015-03-30 08:23:23 PDT
Committed
r182139
: <
http://trac.webkit.org/changeset/182139
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug