[Webkit-unassigned] [Bug 58905] [Qt][Texmap] Do not create a texture if it will not be used.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 10:53:23 PDT 2011


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





--- Comment #2 from Young Han Lee <joybro at company100.net>  2011-04-19 10:53:23 PST ---
Currently, all TextureMapperNodes create it's own texture even if the texture will not be used.
A lot of memory is being wasted due to this.

Whether a TextureMapperNode will be painted or not is determined in the sync-phase, before a texture is created. So, do not create a texture if it is not really needed.

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