Closed
Bug 1665289
Opened 4 years ago
Closed 4 years ago
Convert kDefaultCmdsShmemSize to a pref
Categories
(Core :: Graphics: CanvasWebGL, task, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(2 files)
This makes tuning/testing much easier, and generally feels like a worthwhile knob.
Assignee | ||
Comment 1•4 years ago
|
||
Also reduce it from 100KB to 10KB, since we want more concurrency.
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac35188e80fb
Convert WebGLChild's kDefaultCmdsShmemSize to a pref. r=lsalzman
Assignee | ||
Comment 3•4 years ago
|
||
On https://threejs.org/examples/#webgl_instancing_performance with {method: NAIVE, count: 10000} I get notably better framerate with 100KB over 10KB, with mild further improvement at 300KB.
Assignee | ||
Comment 4•4 years ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe89930f06ce
Revert webgl shmem size to 100kb for better perf. r=lsalzman
Comment 6•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Comment 7•4 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•