Running The Radeon Driver With GLAMOR

Posted by Michael Larabel on July 22, 2012

While the open-source ATI driver doesn't have some super fast 2D acceleration architecture equivalent to Intel's SNA or a developer making prolific contributions to the DDX, as of earlier this month the Radeon driver has support for GLAMOR.

GLAMOR is the OpenGL-based acceleration architecture that comes out of Intel as well, but namely the Intel China team. GLAMOR isn't some highly-optimized and large code-base within the DDX, but basically pipes the 2D calls over OpenGL with Mesa. There's a GLAMOR shared library that other 2D drivers can tap into with just a few hundred lines of code added into the respective driver's DDX. This is the approach that the AMD developers are using for 2D acceleration on the Radeon HD 7000 series rather than writing up a new EXA 2D implementation, but it also works just the same for previous generations of Radeon hardware.

Early Cairo-based benchmarks of Radeon GLAMOR by Chris Wilson have shown real promise for this open-source driver over Radeon EXA, since the Radeon driver's EXA implementation isn't the best. My tests on the Intel side of UXA vs. SNA vs. GLAMOR have shown that SNA is by far the best and usually GLAMOR is in a premature, shoddy state.

For those wishing to try out Radeon GLAMOR, it's unfortunately not as easy as just building the xf86-video-ati Git code with a special build switch for enabling the support.

The xf86-video-ati Git code must be built with the --enable-glamor switch and then at run-time within the xorg.conf there must be glamor set as the AccelMethod. However, prior to dealing with a Glamor'ized ATI driver, GLAMOR itself must first be setup.

For those wanting to know how to setup GLAMOR, there is documentation on its FreeDesktop.org web-site. Prior to building GLAMOR, at present Mesa must be rebuilt with certain parameters as well (enabling GBM, GLX TLS, and a shared GLAPI), which is covered on the page. Building and installing Glamor itself is quite straightforward and easy from its Git code.

When all of those components are setup, it should be possible to use the Radeon open-source Linux driver with the OpenGL-based GLAMOR rather than the conventional EXA. However, your mileage may vary. If you're a Radeon HD 7000 series owner, while this support is designed to be the default for these "Southern Islands" GPUs, that's not actually the case but ShadowFB is the default means of CPU-based acceleration since the RadeonSI driver isn't far enough along yet.

Radeon GLAMOR benchmarks will appear on Phoronix in the near future.

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. Intel Haswell HD Graphics 4600 vs. AMD Radeon Graphics On Linux
  2. Intel Haswell HD Graphics 4600 Performance On Ubuntu Linux
  3. Intel Core i7 4770K "Haswell" Benchmarks On Ubuntu Linux
  4. The First Experience Of Intel Haswell On Linux
Latest Software Articles
  1. Optimized Binaries Provide Great Benefits For Intel Haswell
  2. 11-Way Linux, BSD Platform Comparison
  3. SNA Acceleration Works Great For Intel Core i7 Haswell
  4. The Linux Evolution For Intel Haswell's Performance
Latest Linux News
  1. Mir's GPLv3 License Is Now Raising Concerns
  2. NVIDIA Driver Soon Likely To Support EGL, Mir
  3. OpenMandriva Goes Into Alpha Form, Russian-Based
  4. NVIDIA Brings Their Linux Driver To ARM
  5. D Language Still Showing Promise, Advancements
  6. Planetary Annihilation Released For Linux Gamers
  7. Gentoo Starts Work On KDE-Wayland Support
  8. NVIDIA To License Its Kepler GPU Technology
  9. KDE's KWin Made Lots Of Progress In 4.11
  10. Ubuntu Announces Carrier Advisory Group
  11. Qt 5.1 Release Candidate 1 Has Arrived
Latest Forum Talk
  1. D Language Still Showing Promise, Advancements
  2. Mir's GPLv3 License Is Now Raising Concerns
  3. PulseAudio 4.0 Brings Many Changes
  4. Intel GPU Driver Tries To Rip Out FBDEV Support
  5. In-Fighting Continues Over Mir On Non-Unity Ubuntu
  6. VP9 Codec Now Enabled By Default In Chrome
  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