Azure Replacing Cairo In Mozilla Firefox

Posted by Michael Larabel on July 26, 2011

Mozilla Firefox -- particularly the Gecko rendering engine -- has long been a user of the Cairo graphics rendering library. Cairo is also used by GTK+, Mono, WebKit, and many other open-source projects for a vector-based, device-independent 2D drawing API. Cairo now has back-ends for OpenGL, Win32 GDI, Mac OS X Quartz, Direct2D, and many other APIs, but Mozilla developers are doing away with this library. To replace Cairo, Mozilla developers created "Azure" as a new 2D multi-platform graphics library.

Azure has been making some news recently since it's partially responsible for the Firefox 7/8 development builds being so much faster than earlier releases of this open-source web-browser. (Along with Azure has been improvements to reduce Gecko's memory foot-print and garbage collector.)

The Azure library was designed to be a state-less graphics API that's closer to the platform / hardware APIs than is the stateful Cairo API. The new library also requires less format conversions for Gecko's usage than does Cairo. Mozilla specifically designed Azure to be very close to the Direct2D API, but still suitable for targeting OpenGL and other low-level graphics APIs. Azure is also better suited to handle the canvas element of HTML5.

A nice introduction to Mozilla Azure can be found on the Mozilla blog from last April, but since then the project has matured a great deal and is ready for Firefox 7 with further refinements in Firefox 8.

The back-ends for the Azure library are Direct2D, Quartz, OpenGL, Direct3D, and Cairo. On Windows, Direct2D is the primary target for Azure while Apple Mac OS X users will have Quartz, and Linux users have OpenGL. If hardware acceleration fails, Azure can fall-back to having Cairo sit underneath. Cairo is also used for Gecko's printing support. Mozilla's copy of Cairo has also been modified to take advantage of Azure's internal stateless surface API. Direct3D 9 and Direct3D 10 back-ends for Azure are also being developed.

On this blog are some benchmarks comparing Cairo and Azure for those interested.

Mozilla's fierce competitor to Firefox, Google Chrome, meanwhile doesn't use either Azure or Cairo. Chrome is using the Skia 2D graphics library, which is also developed by Google and offers support for multiple rendering back-ends.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  2. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  3. F2FS File-System Shows Regressions On Linux 3.10
  4. Previewing The Radeon Gallium3D Shader Optimizations
Latest Linux News
  1. Mageia 3 Released, Still Using Legacy GRUB
  2. NetBSD 6.1 Brings In More Features
  3. Using Six Monitors With AMD's Open-Source Linux Driver
  4. Benchmarking The Intel P-State, CPUfreq Changes
  5. FreeBSD Still Working On Next-Gen Package Manager
  6. DNF Still Advancing As Experimental Yum For Fedora
  7. Logitech Begins Supporting Linux Users
  8. Modern Intel Gallium3D Driver Still Being Toyed With
  9. Linux 3.10 Kernel Benchmarks On A Core i7 Laptop
  10. GCC 4.8.1 Compiler Due To Be Out Next Week
  11. Linux 3.10 Kernel Benchmarks For Intel Ivy Bridge
Latest Forum Talk
  1. Kubuntu, KDE Has Little Hope For Ubuntu's Mir
  2. Mageia 3 Released, Still Using Legacy GRUB
  3. OpenSUSE Considers Replacing LXDE With E17
  4. Using Six Monitors With AMD's Open-Source Linux...
  5. Sumo Lounge Emperor
  6. BHyVe: A New Hypervisor Coming To FreeBSD 10.0
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite