Bug 13244 - Passing --enable-dri to configure disables damage support
Summary: Passing --enable-dri to configure disables damage support
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: unspecified
Hardware: x86 (IA32) All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL: http://gitweb.freedesktop.org/?p=xorg...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-14 04:17 UTC by Alan Swanson
Modified: 2007-11-15 20:29 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.