Bug 13244

Summary: Passing --enable-dri to configure disables damage support
Product: xorg Reporter: Alan Swanson <reiver>
Component: Driver/RadeonAssignee: xf86-video-ati maintainers <xorg-driver-ati>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium CC: ghepeu
Version: unspecified   
Hardware: x86 (IA32)   
OS: All   
URL: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=commitdiff;h=c9264aa53bf1470ad9104d1e7c4a8ce13c49c270
Whiteboard:
i915 platform: i915 features:

Description Alan Swanson 2007-11-14 04:17:43 UTC
The commit in the provided URL for a portability fix from NetBSD to configure.ac causes DAMAGE support to not be built in radeon driver when "--enable-dri" is passed to configure. Support for DRI itself is still enabled though.

This commit causes the tests for dri.h, sarea.h, dristruct.h and damage.h to be not actually be done as the preceding test --- if test "x$DRI" = xauto; then --- does not match as DRI is set to yes.
Comment 1 Giacomo Perale 2007-11-15 08:43:22 UTC
Same problem here, my distro compiles the driver with --enable-dri and in my log I found: "Page Flipping disabled because Damage layer not available at build time".
Comment 2 Alex Deucher 2007-11-15 20:29:41 UTC
patch reverted.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.