[Webkit-unassigned] [Bug 147625] [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 05:18:32 PDT 2015


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

--- Comment #2 from Mario Sanchez Prada <mario at webkit.org> ---
Btw, it seems that the reason why this was not misbehaving in the 2.8.x releases is because of a typo in FindCairoGL.cmake:

In the stable series, the last call to find_package_handle_standard_args() in that file was passing 'CairoGL' as an argument, therefore always defining CAIROGL_FOUND afterwards. However, CAIRO_GL_FOUND was being checked from OptionsGTK.cmake to set ENABLE_ACCELERATED_2D_CANVAS, effectively causing it to be always OFF, no matter what happened before.

I'll be filing a new bug for the 2.8.x series soon, but I thought I would explain here why this was a problem now and not before, because it confused me too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150804/e0d0d800/attachment.html>


More information about the webkit-unassigned mailing list