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. 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. Debian GNU/Hurd 2013 Release Brings New Packages
  2. Intel Ultrabook Performance Is Faster With Mesa 9.2
  3. Hot Relocation HDD To SSD Support For Btrfs
  4. Phoronix Test Suite 4.6.0 "Utsira" Released
  5. New Intel X.Org Driver Supports All Of Haswell
  6. SQLite Now Faster With Memory Mapped I/O
  7. Microsoft Releases Skype For Linux 4.2, Has Bug-Fixes
  8. Qt For Tizen Launches, Based On Qt 5.1
  9. KTAP Released For Linux Kernel Dynamic Tracing
  10. Linux 3.10-rc2 Kernel Takes In A Few Extra Pulls
  11. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
Latest Forum Talk
  1. Kubuntu, KDE Has Little Hope For Ubuntu's Mir
  2. DRM Moves Ahead With HTML5 Specification
  3. Linux's "Ondemand" Governor Is No...
  4. SQLite Now Faster With Memory Mapped I/O
  5. Intel Ultrabook Performance Is Faster With Mesa...
  6. New Intel X.Org Driver Supports All Of Haswell
  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