gecko-dev/gfx
Nicolas Silva 4fad2a558b Bug 1744052 - Speed up the guillotine allocator. r=jrmuizel
- Store the free rect sizes with fewer bits in a spearate array to scan it faster (the bulk of the optimization is here)
 - Round up the allocation sizes to reduce fragmentation a bit
 - Remove the dead best-area-fit code, we can resurrect it later if need be.

With this patch the guillotine allocator almost disappears from the profile.

Differential Revision: https://phabricator.services.mozilla.com/D134009
2021-12-16 18:18:20 +00:00
..
2d Bug 1454152 - Allow bitmaps from emoji fonts that have no outlines with Fontconfig. r=jfkthame 2021-12-09 22:12:18 +00:00
angle Bug 1731194 - [ANGLE] Add system_utils_apple too. r=gfx-reviewers,mstange 2021-09-17 18:50:58 +00:00
cairo Bug 1733545 - Remove REQUIRES_UNIFIED_BUILD from third-party directories that don't need it. r=firefox-build-system-reviewers,andi 2021-10-01 09:01:27 +00:00
config Bug 1739996 - Select compositor or renderer thread for WebGL OOP depending on threadsafe GL status. r=jgilbert 2021-11-09 17:33:46 +00:00
docs Bug 1733746 - Add a section about Fission integration. r=tnikkel 2021-10-17 21:14:42 +00:00
gl Bug 1746111 - (Re)serialize WebRTC frame SurfaceDescriptorBuffers for convert-and-upload on WebGLParent. r=gfx-reviewers,nika,lsalzman 2021-12-15 01:54:21 +00:00
graphite2
harfbuzz Bug 1743434 - Update HarfBuzz to 3.1.2. r=jfkthame 2021-11-29 16:02:56 +00:00
ipc Bug 1745444 - Replace the arbitrary values in RecvTestTriggerMetrics with the PROCESS_TYPE_ constants, r=chutten. 2021-12-15 22:18:33 +00:00
layers Bug 1746135 - Fix a crash on (some) tier2 Android. r=gfx-reviewers,sotaro 2021-12-16 08:01:42 +00:00
ots Bug 1744460 part 2 - Update woff2 RLBoxSandboxPool to track minimum sandbox size r=bholley 2021-12-09 00:01:17 +00:00
qcms Bug 1729539 - Hit MOZ_CRASH(assertion failed: y2 > 1. / 12. && y2 <= 1.) at gfx/qcms/src/iccread.rs:1392. r=jrmuizel 2021-09-17 17:41:26 +00:00
skia Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
src Backed out changeset 145c64b7ac17 (bug 1531223) for causing failures at gfxFontEntry.cpp. CLOSED TREE 2021-12-06 14:57:31 +02:00
tests Bug 1744468. Change annotation for gfx/tests/reftest/1724901-2.html. r=aosmond 2021-12-14 09:43:53 +00:00
thebes Bug 1746065 - Use a static pref for dcomp overlay. r=aosmond 2021-12-15 02:16:26 +00:00
vr Bug 1738971 - Part 1. Split out plumbing for AnimationFrameProvider from Document. r=dom-worker-reviewers,smaug 2021-12-10 02:57:49 +00:00
webrender_bindings Bug 1744842 - Use LayoutVector2D to set scroll offset (the off main-thread part). r=gw,botond 2021-12-09 04:39:10 +00:00
wgpu_bindings Bug 1617369 - Reformat recent rust changes with rustfmt r=necko-reviewers,kershaw 2021-12-06 17:15:33 +00:00
wr Bug 1744052 - Speed up the guillotine allocator. r=jrmuizel 2021-12-16 18:18:20 +00:00
ycbcr Bug 1732481 - Fix non-unified build errors in gfx. r=gfx-reviewers,jrmuizel 2021-09-24 19:14:46 +00:00
metrics.yaml Bug 1741674 - Advise in each metrics.yaml that we have docs for adding metrics r=TravisLong,nalexander 2021-11-22 20:07:38 +00:00
moz.build