RESOLVED FIXED 165864
Progress towards using ANGLE to do WebGL rendering
https://bugs.webkit.org/show_bug.cgi?id=165864
Summary Progress towards using ANGLE to do WebGL rendering
Alex Christensen
Reported 2016-12-14 13:05:00 PST
Progress towards using ANGLE to do WebGL rendering
Attachments
Patch (40.48 KB, patch)
2016-12-14 13:17 PST, Alex Christensen
dino: review+
Alex Christensen
Comment 1 2016-12-14 13:17:36 PST
Dean Jackson
Comment 2 2016-12-14 13:20:08 PST
Comment on attachment 297119 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=297119&action=review > Source/ThirdParty/ANGLE/ANGLE/egl.h:1 > +#include "include/EGL/egl.h" Shame we'll have to remember to do this on all updates to ANGLE. > Source/ThirdParty/ANGLE/include/EGL/egl.h:63 > -#include <KHR/khrplatform.h> > -#include <EGL/eglplatform.h> > +#include <ANGLE/khrplatform.h> > +#include <ANGLE/eglplatform.h> And this.
Alex Christensen
Comment 3 2016-12-14 13:46:14 PST
Hunseop Jeong
Comment 4 2016-12-14 21:16:16 PST
Fixed build on GCC Compiler. Committed r209854: <http://trac.webkit.org/changeset/209854>
Note You need to log in before you can comment on or make changes to this bug.