FS#34236 - [xf86-video-ati] add glamor support
Attached to Project:
Arch Linux
Opened by Alex (aion) - Saturday, 09 March 2013, 20:24 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 18 March 2013, 19:36 GMT
Opened by Alex (aion) - Saturday, 09 March 2013, 20:24 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 18 March 2013, 19:36 GMT
|
Details
hardware acceleration doesn't work without it on Radeon SI
|
This task depends upon
everything works fine if I build glamor from this PKGBUILD: https://gist.github.com/5128263
sh autogen.sh \
--prefix=/usr \
--with-xorg-conf-dir=/etc/X11/xorg.conf.d
ld.so.conf hack seems necessary for workaround issue with xorg-server>1.12
Here my log with hack enabled.
http://lists.x.org/archives/xorg-devel/2013-March/035719.html
But this should be fixed upstream in a proper way. I'll keep this open for now.
For now after Chris statement I see no need to also build the intel driver with glamor support enabled.
Upstream ticket: https://bugs.freedesktop.org/show_bug.cgi?id=62259
You want
61879504f86c5cb326cc06a5873283234cfbbcd2
f2d7f1cf351bdc3a8a00fe564cd6a937db3b4e19
81aadb8ae204f58d77a948c8624f1e72659dcdf0
First one contains some fixes from AMD developer, second one makes libglamor.so versioned library installed in /usr/lib (no ld.so.conf entry needed) and third one disables static libraries properly. There are two more, but are not important unless you want to create a tarball using "make dist".