[Webkit-unassigned] [Bug 88704] [Qt][Texmap] Falling leaves demo missing clipping.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 23:53:23 PDT 2012


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





--- Comment #8 from Huang Dongsung <luxtella at company100.net>  2012-06-11 23:53:22 PST ---
(From update of attachment 147022)
View in context: https://bugs.webkit.org/attachment.cgi?id=147022&action=review

> Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:270
>      data().previousDepthState = glIsEnabled(GL_DEPTH_TEST);

I'm afraid that it is right to save previous states before begin NativePainting, because restoring previous states is before ending NativePainting in TextureMapperGL::endPainting().
It is asymmetric between beginPainting and endPainting.

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