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. Intel Linux OpenGL Driver Leading Over Apple OS X
  2. The Cost Of Ubuntu Disk Encryption
  3. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  4. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
Latest Linux News
  1. Digia Announces "Boot To Qt" Project
  2. X.Org Libraries Hit By Round Of Security Issues
  3. Wayland's Weston Gets Output Scaling Support
  4. Raspberry Pi Gets New Wayland Weston Renderer
  5. Debian GNU/Hurd 2013 Release Brings New Packages
  6. Intel Ultrabook Performance Is Faster With Mesa 9.2
  7. Hot Relocation HDD To SSD Support For Btrfs
  8. Phoronix Test Suite 4.6.0 "Utsira" Released
  9. New Intel X.Org Driver Supports All Of Haswell
  10. SQLite Now Faster With Memory Mapped I/O
  11. Microsoft Releases Skype For Linux 4.2, Has Bug-Fixes
Latest Forum Talk
  1. X.Org Libraries Hit By Round Of Security Issues
  2. Xserver 1.14 support will arrive with Catalyst...
  3. Fedora 18 Comes To ARMv6, Raspberry Pi
  4. Digia Announces "Boot To Qt" Project
  5. Updated and Optimized Ubuntu Free Graphics Drivers
  6. Microsoft Releases Skype For Linux 4.2, Has...
  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