[Webkit-unassigned] [Bug 100706] New: [TexMap] Remove entries in the texture pool by the LRU order.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 15:23:56 PDT 2012


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

           Summary: [TexMap] Remove entries in the texture pool by the LRU
                    order.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


Previously, we did not remove entries in the texture pool of TextureMapper.
The texture pool is destroyed when TextureMapper is destroyed. It means the texture pool consumed texture memory until its destruction.
This patch removes entries on endPainting() if the entries were unused in this frame: between startPainting() 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