[webkit-reviews] review granted: [Bug 74077] REGRESSION(r101683): QQuickWebView doesn't work with OpenGL/ES 2.0 : [Attachment 118366] REGRESSION(r101683): QQuickWebView doesn't work with OpenGL/ES 2.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 05:13:14 PST 2011


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Simon Hausmann
<hausmann at webkit.org>'s request for review:
Bug 74077: REGRESSION(r101683): QQuickWebView doesn't work with OpenGL/ES 2.0
https://bugs.webkit.org/show_bug.cgi?id=74077

Attachment 118366: REGRESSION(r101683): QQuickWebView doesn't work with
OpenGL/ES 2.0
https://bugs.webkit.org/attachment.cgi?id=118366&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=118366&action=review


rs=me

> Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp:239
> +	   return
> +		  "attribute highp vec4 vertex; \n"
> +		   "void main() { gl_Position = vertex; }";

why 3 lines?


More information about the webkit-reviews mailing list