Gallium3D, GEM Ported To Genode OS

Posted by Michael Larabel on August 11, 2010

Genode OS, a framework created by German developers for building special-purpose operating systems and provides a choice of six different kernels with targeted uses for high-security computing, dependable computing, automotive applications, and mobile devices, has advanced a great deal with its just-released 10.08 version. Genode OS 10.08 brings support for Qt 4.6, a new ATAPI block driver, IS0 9660 file-system support, MadWiFi wireless networking support, and dynamic linking on ARM EABI platforms, but most interesting in this release are the hardware-accelerated graphics improvements. Genode developers have ported Gallium3D and the Graphics Execution Manager to the Genode OS.

Gallium3D has been ported to Genode OS with its device drivers, state trackers, winsys pieces, and other components. The code pulled into Genode OS 10.08 is based upon Mesa 7.8.1 and is designed to take advantage of Gallium3D rather than any classic Mesa code -- i.e. using the Gallium3D Softpipe driver (though they really should switch to using LLVMpipe) rather than the classic Mesa Software Rasterizer. Genode developers created their own Gallium3D EGL driver during this process and unlike the Mesa EGL drivers this one is designed to take advantage of Genode's Framebuffer_session interface.

Unfortunately, not all Gallium3D hardware drivers have been made compatible with Genode at this time, but only the i915 Gallium3D driver. This is actually unfortunate since the i915 driver isn't even maintained by Intel (it's just a work-in-progress by some of the VMware engineers) and is not nearly as complete as the R300g driver used for the ATI Radeon R300/400/500 ASICs. There is also the newer i965 Gallium3D driver, but that has not yet been ported. The i915 Gallium3D driver is designed to support the i915 G/GM, i945 G/GM/GME, G33G, Q33G, and Q35G GMA IGPs, thereby getting hardware-acceleration on Genode OS.

In order to get the Intel Gallium3D driver running they also had to port the Graphics Execution Manager (GEM) for in-kernel memory management, but with Genode it's not actually within the kernel. In their GEM port, they have made GEM capable of running in user-space. In this porting effort they also had to port the intel-agp subsystem, since it's a prerequisite for Intel's memory manager.

Some of the limitations in this unique port is that only a single application can take advantage of the graphics processor at a time, since the GEM and Gallium3D protocol stack are executed as a single process right now, thereby blocking GEM handling from other Gallium3D instances. Genode's EGL driver also uses CPU-based blitting, interrupt synchronization is not yet hooked up, GEM resource deallocation is currently lacking, and there's a few other items on their TODO list.

More details on the Genode 10.08 release can be found in its release notes.

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. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  2. Intel Linux OpenGL Driver Leading Over Apple OS X
  3. The Cost Of Ubuntu Disk Encryption
  4. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
Latest Linux News
  1. A New X.Org-Free Wayland LiveCD Released
  2. Unity 8, Mir Made Progress This Week On Features
  3. LLVM Clang 3.3 RC2 Is Ready For Testing
  4. AMD RadeonSI Gallium3D Begins Simple CL Demos
  5. Intel Shows Off GNOME3-Based Tizen Shell
  6. Linux Desktop Security Could Be A Whole Lot Better
  7. KDE 4.11 Will Be The Last Major KDE4 Workspaces Feature Release
  8. New NVIDIA Linux Driver Supports The GeForce GTX 780
  9. Chrome 28 To Offer More Speed Improvements
  10. Digia Announces "Boot To Qt" Project
  11. X.Org Libraries Hit By Round Of Security Issues
Latest Forum Talk
  1. Linux's "Ondemand" Governor Is No...
  2. A New X.Org-Free Wayland LiveCD Released
  3. Microsoft Releases Skype For Linux 4.2, Has...
  4. Unity 8, Mir Made Progress This Week On Features
  5. Linux Desktop Security Could Be A Whole Lot Better
  6. AMD RadeonSI Gallium3D Begins Simple CL Demos
  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