[Webkit-unassigned] [Bug 64879] [Qt] Implement WebGL antialiasing (part 3)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 08:30:04 PDT 2011


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


Noam Rosenthal <noam.rosenthal at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103248|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #14 from Noam Rosenthal <noam.rosenthal at nokia.com>  2011-08-08 08:30:04 PST ---
(From update of attachment 103248)
View in context: https://bugs.webkit.org/attachment.cgi?id=103248&action=review

Almost there.

> Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:143
> +    if (m_context->m_attrs.antialias)

This should be an early return inside blitMultisampleFramebufferAndRestoreContext

> Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:209
> +    if (m_context->m_attrs.antialias)

This should be an early return inside blitMultisampleFramebuffer

> Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:348
> +        // Bind canvas FBO

Period at end of sentence :)

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