September 02, 2011 -- In preparing for XDC2011 Chicago, the X.Org developers' summit that begins in just ten days that I have organized, the schedule is being worked out at the moment. One of the items that is set to be talked about at XDC2011 during the Nouveau driver discussion is TimeGraph. This is an open-source GPU command scheduler that sounds fairly interesting.
August 31, 2011 -- In early June there was the introduction of the Sandy Bridge New Acceleration Architecture by Intel that dramatically excelled the 2D and 3D performance of their processor graphics on their Sandy Bridge hardware along with previous-generation IGPs. Here is a look at how the SNA acceleration architecture is performing today.
August 26, 2011 -- A month ago we looked at the Radeon HD 6550D graphics performance from the AMD Fusion A8-3850 (a new "Llano" APU) under Linux when using the Catalyst driver. However, bugs at the time had barred a comparison of the Llano graphics under Linux with the open-source Mesa/Gallium3D driver. Fortunately, we now have a working open-source Radeon driver configuration to deliver these comparative AMD Llano Linux OpenGL benchmarks.
August 24, 2011 -- While the Linux power consumption may be up on recent kernels depending upon your hardware configuration, there's a few known but not too commonly used tweaks for reducing your system power consumption and extending your battery life when using Intel integrated graphics on your favorite Linux distribution.
August 17, 2011 -- While the BFS scheduler is getting ready to celebrate its second birthday, in just three weeks AMD's open-source Radeon graphics driver strategy for Linux will be turning four years old. It was on the 6th of September in 2007 that I exclusively broke the news to the world on AMD's open-source strategy, which has ended up being a game-changer in the Linux world. AMD continues to support open-source hardware enablement on their latest graphics processors and recently even hired more developers to work on the code and documentation. How far have they come though in four years?
August 05, 2011 -- Besides boosting the Intel Sandy Bridge performance, the Linux 3.1 kernel is also great for open-source graphics in that it has improved support for NVIDIA GeForce 400/500 "Fermi" graphics cards via the reverse-engineered Nouveau driver. The Linux kernel has already supported kernel mode-setting for these GPUs and then more recently there was 2D/X-Video acceleration as well as 3D acceleration when paired with the Nouveau Gallium3D "NVC0" driver. The accelerated support though has required manually extracting the graphics processor's microcode after the GPU was initialized by the proprietary driver. With the Linux 3.1 kernel, Nouveau can generate its own "FUC" microcode to circumvent this problem. In other words, there is now "out of the box" open-source support for NVIDIA GeForce 400/500 graphics cards.
August 03, 2011 -- Last week the DRM pull went in for the Linux 3.1 kernel. For the Intel DRM graphics driver in the Linux kernel there is frame-buffer compression clean-ups, high color support, ring frequency scaling, shared LLC support, and hang-check module disabling. Compared to the Linux 3.0 kernel, the driver improvements significantly boost the open-source graphics performance for Intel Sandy Bridge hardware.
August 01, 2011 -- After a short delay, Mesa 7.11 has been released. This is the user-space library for providing OpenGL support under Linux for the open-source Intel, ATI/AMD, and NVIDIA drivers, among other hardware and software-based drivers. The Mesa 7.11 release also offers updates to the Gallium3D driver architecture. Here is some of what you can expect to find on Mesa 7.11.
July 22, 2011 -- Following last week's benchmarks of Intel's New Sandy Bridge Acceleration architecture with the very latest open-source driver code, it was decided to throw a few NVIDIA and ATI/AMD graphics cards into the mix to see where the open-source driver performance is comparatively at for some other hardware. This article presents these Linux graphics results for eight configurations.
July 21, 2011 -- Being merged into the mainline Mesa tree once Mesa 7.11 has been released is the GLSL-To-TGSI translator. This allows core Mesa to translate directly from GLSL IR to TGSI, rather than stepping through the crufty Mesa IR, before reaching the Gallium3D hardware drivers. It's more efficient this way -- leading to possible performance improvements -- and it's also a stepping-stone in bringing GL Shading Language 1.30 support, which is required for OpenGL 3.0 compatibility.