Skip to content

Commit

Permalink
Bug 1757011 - Unify some Moz2D documentation. r=gfx-reviewers,mstange
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmuizel committed Feb 26, 2022
1 parent 60e3d37 commit 544b425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gfx/docs/GraphicsOverview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~

Expand Down
2 changes: 2 additions & 0 deletions gfx/docs/Moz2D.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.

0 comments on commit 544b425

Please sign in to comment.