[Webkit-unassigned] [Bug 61743] [Qt] LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html fails for Qt based webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 13:13:30 PDT 2011


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





--- Comment #11 from Robert Hogan <robert at webkit.org>  2011-08-10 13:13:30 PST ---
(From update of attachment 97335)
View in context: https://bugs.webkit.org/attachment.cgi?id=97335&action=review

This is shared code with GraphicsContext3DOpenGL. Seems fair enough. Let me know what you think of the comment below and we'll bug one of the reviewers!

> Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:593
> +    if (isScissorEnabled)
> +        glEnable(GraphicsContext3D::SCISSOR_TEST);
> +    if (isDitherEnabled)
> +        glEnable(GraphicsContext3D::DITHER);
> +

No need for the glDisable() equivalents if false?

-- 
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