From df7c7cd78d436df001d13ccb81dc66130758c4ac Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Tue, 8 Apr 2014 16:42:17 +0000 Subject: [PATCH] - Add 2014Q1 status report for the Graphics stack Submitted by: dumbbell --- .../news/status/report-2014-01-2014-03.xml | 76 ++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml b/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml index 774e1fcdc3..45b2c2a515 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml @@ -18,7 +18,7 @@

Thanks to all the reporters for the excellent work! This report - contains 32 entries and we hope you enjoy reading it.

+ contains 33 entries and we hope you enjoy reading it.

The deadline for submissions covering between April and June 2014 is July 7th, 2014.

@@ -2027,4 +2027,78 @@ device vt_efifb Move lang/gcc from GCC 4.7 to GCC 4.8. + + + The Graphics stack on &os; + + + + &os; Graphics Team + graphics-team@FreeBSD.org + + + + + Graphics stack roadmap and supported hardware matrix + WITH_NEW_XORG status + Ports-related development repository + + + +

On the kernel side, the Radeon KMS driver was merged in + stable/9 and will be available in &os; 9.3-RELEASE. + Now both the 9.x and 10.x branches share the same support for + Intel and AMD GPUs.

+ +

The next big tasks are the updates of the DRM generic code and + the i915 driver. Both are making good progress and the + DRM update should hopefully be ready for wider testing during + April. An update of the Radeon driver is on the to-do list, but + nothing is scheduled yet.

+ +

On the ports tree and packages side, the update to Cairo 1.12 + mentioned in the last quarterly report is ready to be committed, + as people who tested it either reported improvements or no + regressions. As a reminder, the switch from Cairo 1.10 to 1.12 + causes display artifacts with xf86-video-intel 2.7.1, but fixes + similar problems with other hardware/driver combinations. + Furthermore, Cairo 1.12 is required by Pango 1.36.0, GTK+ 3.10 + and Firefox 27.0. A Heads up mail will be posted to the + freebsd-x11 mailing-list when this update goes + live.

+ +

In the graphics stack's ports development tree, new Mesa ports + are being worked on. Those ports are required to support GLAMOR + (the GL-based 2D acceleration library used by Radeon HD 7000+ + cards for instance) and OpenCL (using the GPU to perform + non-graphical calculations). We were able to execute some + "Hello World" OpenCL programs and play with OpenCL in darktable, + but there are some compatibility issues between Clover (Mesa's + libOpenCL implementation) and Clang/libc++.

+ +

We are preparing an alternate pkg(8) repository with + packages built with WITH_NEW_XORG. The goal is to ease + the usage of the KMS drivers and move forward with the graphics + stack updates. The main pkg(8) repository will still + use the default setting (WITH_NEW_XORG set on + head, but not on the stable branches).

+ +

This will pave the way to WITH_NEW_XORG deprecation + and the removal of the older stack. The current plan is to do + this after 10.0-RELEASE End-of-Life, scheduled on January 31st, + 2015. By that time, the only supported releases will be + 8.4-RELEASE, 9.3-RELEASE and 10.1-RELEASE. &os; 9.3 and 10.1 + will be fully equipped to work with the newer stack. + Unfortunately, &os; 8.x misses the required kernel DRM + infrastructure: supporting X.Org here cripples progress on the + graphics stack and, once WITH_NEW_XORG is gone, we will + not support 8.x as a desktop anymore. Therefore, please upgrade + to 9.3 or 10.1 when they are available.

+ + + + See the Graphics and WITH_NEW_XORG wiki pages + for up-to-date information. + +