RESOLVED FIXED 136551
Increase number of maximum active WebGL contexts
https://bugs.webkit.org/show_bug.cgi?id=136551
Summary Increase number of maximum active WebGL contexts
Roger Fong
Reported 2014-09-04 15:24:54 PDT
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)
Attachments
patch (1.27 KB, patch)
2014-09-04 17:48 PDT, Roger Fong
bfulgham: review+
Roger Fong
Comment 1 2014-09-04 15:26:02 PDT
Roger Fong
Comment 2 2014-09-04 17:48:03 PDT
Brent Fulgham
Comment 3 2014-09-05 12:02:51 PDT
Comment on attachment 237662 [details] patch r=me. Please watch the test bots to make sure this doesn't create any issues.
Roger Fong
Comment 4 2014-09-05 12:18:06 PDT
Note You need to log in before you can comment on or make changes to this bug.