[Webkit-unassigned] [Bug 59064] [GTK] Support EGL backend for WebGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 03:36:19 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59064





--- Comment #10 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2011-08-02 03:36:16 PST ---
(From update of attachment 101722)
View in context: https://bugs.webkit.org/attachment.cgi?id=101722&action=review

Thank you for review. :)

I split GraphicsContext3DOpenGL.cpp into three files, GraphicsContext3DOpenGLBase.cpp, GraphicsContext3DOpenGL.cpp and GraphicsContext3DOpenGLES.cpp as you mentioned.

>> Source/WebCore/platform/graphics/gtk/GraphicsContext3DGtk.cpp:94
>> +#endif
> 
> GL_CLAMP_TO_EDGE should be used in both cases.

Done.

>> Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGL.cpp:1587
>> +        return false; // Not supported in GLES 2.0
> 
> If the GL_OES_texture_float extension is available, then this would be supported.

Done. I removed this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list