gecko-dev/gfx
Lee Salzman 29ccb70482 Bug 1732577 - Fix interpretation of Fontconfig hinting toggle in PrepareFontOptions. r=jfkthame
In bug 1547063, a bug was introduced where a logic condition was improperly negated.
!(printing || !hinting) became (!printing || hinting), when the negation is actually
!printing && hinting. This fixes that so that we do the right thing here and actually
ignore the following hint-style check if hinting is false.

Differential Revision: https://phabricator.services.mozilla.com/D128017
2021-10-11 13:56:52 +00:00
..
2d Bug 1732115 - Part 1. Add swizzling support for reorienting by row. r=tnikkel 2021-10-06 14:41:17 +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 1734505 - Add Feature::WINDOW_OCCLUSION r=gfx-reviewers,nical 2021-10-08 13:11:52 +00:00
docs Bug 1726672 - Remove PaintThread. r=mattwoodrow 2021-08-20 13:20:44 +00:00
gl Bug 1733094 - Assume UseWebRender for FindVisual, r=stransky,emilio 2021-10-06 11:30:37 +00:00
graphite2 Bug 1722127 - Modify rlbox graphite struct defs for windows compat r=tjr 2021-07-27 13:09:44 +00:00
harfbuzz 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
ipc Bug 1725854 - Check for the WebGPU pref before initializing the GPU process IPC side r=aosmond 2021-09-14 17:48:03 +00:00
layers Bug 1733335 - Convert the webrender profiler code to use the new API r=mattwoodrow 2021-10-11 07:59:10 +00:00
ots Bug 1696935 - Update OTS to 8.1.4. r=jfkthame 2021-03-10 15:45:45 +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 1711553 - Avoid use of GetRecommendedRenderingMode in Skia. r=jrmuizel 2021-08-09 19:16:16 +00:00
src Bug 1734511 - Remove unused TiledRegion. r=mstange 2021-10-07 15:40:22 +00:00
tests Bug 1734511 - Remove unused TiledRegion. r=mstange 2021-10-07 15:40:22 +00:00
thebes Bug 1732577 - Fix interpretation of Fontconfig hinting toggle in PrepareFontOptions. r=jfkthame 2021-10-11 13:56:52 +00:00
vr Bug 1732208 - Silence the unused-but-set-variable warning in gfx. r=gfx-reviewers,nical 2021-09-28 00:02:45 +00:00
webrender_bindings Bug 1733335 - Change the ProfilerHooks trait to use str instead of CStr r=mattwoodrow 2021-10-11 07:59:10 +00:00
wgpu_bindings Bug 1729751 - Update wgpu and ron 3rd parties r=jimb 2021-09-10 18:24:02 +00:00
wr Bug 1734815 - Fix component transfer filters in brush_blend on Adreno 3xx. r=gfx-reviewers,nical 2021-10-11 12:04:53 +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 1728423 - Migrate display list building time metric to glean. r=chutten,miko 2021-09-22 20:36:04 +00:00
moz.build Bug 1722653 - Remove --enable-system-cairo. r=firefox-build-system-reviewers,jrmuizel,andi 2021-07-29 23:38:30 +00:00