RESOLVED INVALID 57144
[Qt] Assertion fail in RenderLayerBacking::paintIntoLayer when texmap is used
https://bugs.webkit.org/show_bug.cgi?id=57144
Summary [Qt] Assertion fail in RenderLayerBacking::paintIntoLayer when texmap is used
Kwang Yul Seo
Reported 2011-03-25 23:58:25 PDT
Qt WebKit fails on the following assertion when texmap is used: void RenderLayerBacking::paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context, const IntRect& paintDirtyRect, // in the coords of rootLayer PaintBehavior paintBehavior, GraphicsLayerPaintingPhase paintingPhase, RenderObject* paintingRoot) { if (paintingGoesToWindow()) { ASSERT_NOT_REACHED(); return; } If we skip these 3 lines, accelerated compositing seems to be working fine. I was able to run http://www.webkit.org/blog-files/leaves/index.html successfully. #if !USE(TEXTURE_MAPPER) if (paintingGoesToWindow()) { ASSERT_NOT_REACHED(); return; } #endif
Attachments
Noam Rosenthal
Comment 1 2012-02-23 18:02:01 PST
Can this be closed? I don't think it happens anymore.
Kwang Yul Seo
Comment 2 2012-02-25 05:03:26 PST
(In reply to comment #1) > Can this be closed? I don't think it happens anymore. Yes, let's close this bug.
Note You need to log in before you can comment on or make changes to this bug.