[Webkit-unassigned] [Bug 136551] New: Increase number of maximum active WebGL contexts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 4 15:24:49 PDT 2014


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

           Summary: Increase number of maximum active WebGL contexts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com
                CC: bfulgham at webkit.org, dino at apple.com, jonlee at apple.com


conformance/context/context-creation-and-destruction.html is failing because we are hitting are 16 context limit.
While the test creates and stops using the contexts (by leaving scope) they are only actually destroyed at the whim on the garbage collector.

We have a lot of room to play with the number of maximum active contexts. For the sake of this test passing I think we should raise the limit to 64.
(or at least 50)

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