Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Glenn Watson 36a99a2cba Bug 1579235 - Part 11 - Refactor how external surfaces are composited. r=Bert,sotaro
This patch refactors how external surfaces are stored in the
CompositeState structure. This is primarily to simplify integration
with native compositor mode, but also simplifies the Draw compositor
path.

Previously, the ResolvedExternalSurface struct contained information
that was used to rasterize the external surface (YUV planes etc) and
also the information to composite it (device rect, clip rect, z_id).

Now, ResolvedExternalSurface contains just the information required
to rasterize the external surface, while the compositing information
is handled by adding the external surface as a regular tile. This
makes it possible to unify how external surfaces are drawn, via the
common draw_tile_list method.

Differential Revision: https://phabricator.services.mozilla.com/D65269

--HG--
extra : moz-landing-system : lando
2020-03-05 20:45:15 +00:00
.cargo Bug 1619375 - Update Neqo to 0.2.0 r=dragana 2020-03-03 17:03:45 +00:00
.vscode
accessible Bug 1616468 - Indicate required field in hint string. r=Jamie 2020-03-04 00:00:44 +00:00
browser Bug 1618879 - Do not send the telemetry session ID along with crash reports r=mconley 2020-03-05 16:00:43 +00:00
build Bug 1620035 - Convert build/appini_header.py to py3; r=firefox-build-system-reviewers,rstewart 2020-03-05 17:06:08 +00:00
caps Bug 1417655: Mark private operator= delete for NullPrincipalURI since there is a private copy constr.r=bholley 2020-03-05 16:42:57 +00:00
chrome Bug 1616912 - Remove unused locale related code from nsChromeRegistry. r=jfkthame 2020-02-22 00:20:03 +00:00
config Bug 1618620 - Convert run_spidermonkey_checks.py to py3; r=firefox-build-system-reviewers,rstewart 2020-02-28 00:28:36 +00:00
devtools Bug 1620035 - Run several GENERATED_FILES scripts in py3; r=firefox-build-system-reviewers,rstewart 2020-03-05 17:06:21 +00:00
docs Bug 1619059 - Update the link to Artifact Build docs, DONTBUILD.r=ahal 2020-03-05 19:41:30 +00:00
docshell Bug 1616570 - Part 2: Add the CookieJarSettingsArgs as a field in the window context. r=Ehsan,farre 2020-03-04 08:59:18 +00:00
dom Bug 1619602 - Part 2: Don't overwrite the existing ContentBlockingAllowListPrincipal when doing a recomputation in the Document. r=dimi,Ehsan 2020-03-05 19:04:31 +00:00
editor Backed out changeset 97a8f04641de (bug 1618906) on request by masayuki 2020-03-05 06:36:44 +02:00
extensions Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
gfx Bug 1579235 - Part 11 - Refactor how external surfaces are composited. r=Bert,sotaro 2020-03-05 20:45:15 +00:00
gradle/wrapper
hal Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
image Bug 1619946 - Ensure PNG decoder does not recreate sRGB transforms unnecessarily. r=tnikkel 2020-03-05 11:51:15 +00:00
intl Bug 1613985 - Use default for equivalent-to-default constructors/destructors in intl. r=hsivonen 2020-03-04 09:11:10 +00:00
ipc Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
js Bug 1619581 - Part 2: Rename bailout kind for FunApply and Spread calls to match current usage. r=jandem 2020-03-05 16:01:45 +00:00
layout Bug 1432250 - Updated tests for input image output for zero or negative radii for <feMorphology>. r=mstange 2020-02-27 19:20:30 +00:00
media Bug 1620035 - Convert media/libdav1d/generate_source.py to py3; r=firefox-build-system-reviewers,rstewart 2020-03-05 17:04:25 +00:00
memory Bug 1604095 - Add fix_stacks.py, which uses fix-stacks, and use it in DMD. r=gsvelto 2020-03-05 00:24:23 +00:00
mfbt Bug 1597954 - Add a class template for objects that can only be initialized once. r=froydnj 2020-03-05 17:26:26 +00:00
mobile Bug 1620364 - Always register for :CloseTab. r=droeh 2020-03-05 20:04:43 +00:00
modules Bug 1619582 - Rename SimpleHttpChannel to TRRServiceChannel r=valentin 2020-03-05 18:13:32 +00:00
mozglue Bug 1606635 - Remove suppression for fixed bug. r=janv 2020-03-05 09:45:58 +00:00
netwerk Bug 1619602 - Part 1: Recompute the ContentBlockingAllowListPrincipal if this is a top-level load. r=dimi,Ehsan 2020-03-05 10:48:39 +00:00
nsprpub Bug 1600803 - NSPR_4_25_RTM for Firefox 74. r=kjacobs UPGRADE_NSPR_RELEASE 2020-02-03 12:17:20 +00:00
other-licenses Bug 1618103 Part 2 - Update ATK header file to pick up new roles, r=Jamie 2020-02-27 21:45:55 +00:00
parser Bug 1618901 - Add null check for the returend BrowsingContext to follow up bug 1597495. r=hsivonen 2020-03-02 20:07:10 +00:00
python Bug 1619930 Update python-safety dependencies r=mtabara 2020-03-05 13:48:16 +00:00
remote Bug 1619548 - [remote] Update expectation states of Puppeteer unit tests to pass on MacOS. r=remote-protocol-reviewers,maja_zf 2020-03-03 18:05:42 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM 2020-03-05 17:17:28 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM 2020-03-05 17:17:28 +00:00
servo Bug 1619701 - Respect the cascade properly when in high-contrast mode. r=morgan 2020-03-04 21:25:24 +00:00
startupcache Bug 1616186 - Don't try to write StartupCache if it doesn't exist r=froydnj 2020-02-18 17:49:47 +00:00
storage Backed out 2 changesets (bug 1603703) for xpc failures on test_storage_aggregates.js. CLOSED TREE 2020-03-05 19:37:32 +02:00
taskcluster Backed out changeset 7bd703285a7c (bug 1585050) for Mochitest failures dom/media/test/test_background_video_no_suspend_short_vid.html 2020-03-05 22:17:18 +02:00
testing Bug 1619593 - Update metadata. a=test-only 2020-03-05 19:33:39 +02:00
third_party Backed out changeset 156832378185 (bug 1619094) for build bustages. CLOSED TREE 2020-03-03 19:19:08 +02:00
toolkit Bug 1618879 - Do not send the telemetry session ID along with crash reports r=mconley 2020-03-05 16:00:43 +00:00
tools Bug 1620163 Fix perfdocs to not skip missing tests r=sparky,perftest-reviewers 2020-03-05 13:13:00 +00:00
uriloader Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
view Bug 1503656 - Part 7. Notify of safe area insets changed. r=smaug 2020-03-04 08:16:31 +00:00
widget Bug 1620362 - Remove some copy-pasta in nsNativeBasicTheme. r=mstange 2020-03-05 19:48:56 +00:00
xpcom Bug 1600331. When an idle runnable is queued from a background thread, lazily queue it from a non-idle runnable. r=smaug 2020-03-03 01:47:24 +00:00
xpfe/appshell Bug 1618010 - use less NS_ADDREF in AppWindow; r=mossop 2020-02-26 17:55:00 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
.cron.yml Bug 1619944 Migrate partials and pipfile-updates to use requirements.txt r=bhearsum 2020-03-05 13:49:24 +00:00
.eslintignore Bug 1618962 - add Readability-readerable.js to eslintignore, r=Standard8 2020-02-28 19:43:59 +00:00
.eslintrc.js Bug 1614822 - Enable ESLint for testing/mochitest/tests/Harness_sanity/. r=kmag 2020-02-12 19:38:40 +00:00
.flake8 Bug 1597336 - add a fxa+sync scenario r=lina,markh 2020-02-23 23:17:23 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1614314 - Use GitHub as upstream for the Java code of the HTML parser. r=alchen 2020-02-10 15:05:17 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug - Tagging mozilla-central f53ecf8eee2a0d2a7705d7ea3ec8682028e922a0 with FIREFOX_NIGHTLY_74_END a=release DONTBUILD CLOSED TREE 2020-02-10 10:54:50 +00:00
.lldbinit
.mailmap
.prettierignore Bug 1609671 - Inspect binding should try to get the sourcemapped location while inspecting a function. r=jdescottes,vporof 2020-01-24 12:58:24 +00:00
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Backed out changeset 156832378185 (bug 1619094) for build bustages. CLOSED TREE 2020-03-03 19:19:08 +02:00
Cargo.toml Backed out changeset 156832378185 (bug 1619094) for build bustages. CLOSED TREE 2020-03-03 19:19:08 +02:00
client.mk
client.py
CLOBBER Bug 1525393 - Run generate_sources_mozbuild.sh; r=bryce 2020-02-27 18:32:00 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach Bug 1619280 - Port warnings-summary [mach] to Python 3.r=championshuttler,firefox-build-system-reviewers,rstewart 2020-03-03 19:18:52 +00:00
Makefile.in Bug 1618280 - make make distclean work again; r=dmajor 2020-02-26 18:14:36 +00:00
moz.build Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
moz.configure Bug 1619504 - Make the build system look for wine64. r=dmajor 2020-03-03 12:54:47 +00:00
mozilla-config.h.in
old-configure.in Bug 1618752 - Fix the Windows cross builds so they include MSVC runtime DLLs. r=froydnj 2020-02-28 12:33:36 +00:00
package-lock.json Bug 1607172 - Update ESLint to the latest version and use ignorePatterns to ignore paths listed in ThirdPartyPaths.txt. r=mossop 2020-01-21 20:46:06 +00:00
package.json Bug 1607172 - Update ESLint to the latest version and use ignorePatterns to ignore paths listed in ThirdPartyPaths.txt. r=mossop 2020-01-21 20:46:06 +00:00
README.txt Bug 1617846 - Replace IRC with matrix.r=firefox-source-docs-reviewers,sylvestre 2020-02-25 11:39:53 +00:00
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Mozilla from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/how_to_contribute_firefox.html

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.