[Webkit-unassigned] [Bug 41137] QtWebKit -webkit-transform:translate3d fails on big DIV elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 29 07:45:01 PDT 2010


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


Benjamin Poulain <benjamin.poulain at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #7 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-10-29 07:45:01 PST ---
I think MAX_TEXTURE_SIZE is 2048 in this case. Textures bigger than that just fail.

This could be worked around by adding tiling for texture, either in WebKit or (better) in the graphics system.

I am tempted to just ignore that for the graphics view implementation and  do a proper fix for the texture mapper. How important is the bug?

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