[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
Tue May 31 05:56:22 PDT 2011


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #95367|review?                     |review-
               Flag|                            |




--- Comment #2 from Andreas Kling <kling at webkit.org>  2011-05-31 05:56:22 PST ---
(From update of attachment 95367)
View in context: https://bugs.webkit.org/attachment.cgi?id=95367&action=review

> Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:554
> +

One newline is enough.

> Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:596
> +    if (m_attrs.depth) {
> +            glClearDepth(clearDepth);
> +            glDepthMask(depthMask);
> +        }
> +        if (m_attrs.stencil) {
> +            glClearStencil(clearStencil);
> +            stencilMaskSeparate(GraphicsContext3D::FRONT, stencilMask);
> +        }
> +        if (isScissorEnabled)
> +            glEnable(GraphicsContext3D::SCISSOR_TEST);
> +        if (isDitherEnabled)
> +            glEnable(GraphicsContext3D::DITHER);
> +

Wrong indentation.

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