gecko-dev/gfx/wr/webrender_api
Nicolas Silva 51efadfa3e Bug 1737648 - Don't batch uploads for items larger than a certain size. r=gfx-reviewers,bradwerth
The default size on most platforms is 256*256 which corresponds to the default blob tile size. I didn't check on android so I set it to 512*512 above which we never batch the upload so that the behavior is unchanged, but I suspect that a smaller threshold like 256*256 would also work better there.

On Windows with heavy blob image workloads, not batching gives a 20%-30% improvement to the time spent in update_texture_cache.

Differential Revision: https://phabricator.services.mozilla.com/D129516
2021-11-03 16:42:42 +00:00
..
src Bug 1737648 - Don't batch uploads for items larger than a certain size. r=gfx-reviewers,bradwerth 2021-11-03 16:42:42 +00:00
Cargo.toml Bug 1711648 - Update euclid to 0.22.6. r=gfx-reviewers,jrmuizel 2021-06-02 12:47:02 +00:00