Bug 1757011 - Unify some Moz2D documentation. r=gfx-reviewers,mstange

Differential Revision: https://phabricator.services.mozilla.com/D139601
This commit is contained in:
Jeff Muizelaar 2022-02-26 18:54:49 +00:00
Родитель 60e3d370b3
Коммит 544b42554c
2 изменённых файлов: 2 добавлений и 10 удалений

Просмотреть файл

@ -123,16 +123,6 @@ Compositing for the final result
Graphics API
~~~~~~~~~~~~
Moz2D
~~~~~
- The Moz2D graphics API, part of the Azure project, is a
cross-platform interface onto the various graphics backends that
Gecko uses for rendering such as Direct2D (1.0 and 1.1), Skia, Cairo,
Quartz, and NV Path. Adding a new graphics platform to Gecko is
accomplished by adding a backend to Moz2D.
See `Moz2D documentation on wiki <https://wiki.mozilla.org/Platform/GFX/Moz2D>`__.
Compositing
~~~~~~~~~~~

Просмотреть файл

@ -12,3 +12,5 @@ Gecko but we've slipped from this because C++/Gecko don't have a good
mechanism for modularization/dependencies. That being said, we still try
to keep the coupling with the rest of Gecko low for hygiene, simplicity
and perhaps a more modular future.
See also `Moz2D documentation on wiki <https://wiki.mozilla.org/Platform/GFX/Moz2D>`.