xf86-video-intel: 4 commits - configure.ac src/i830_dri.c src/i830_driver.c src/i830_exa.c src/i830.h src/i830_render.c src/i915_reg.h src/i915_render.c src/i915_video.c src/i965_render.c src/i965_video.c

Michel Dänzer michel at tungstengraphics.com
Wed Jun 13 00:39:36 PDT 2007


On Tue, 2007-06-12 at 10:03 -0700, Eric Anholt wrote:
> 
> diff-tree c2b130354aecffbeb2a2d23c7371461feaf5766a (from 0e1deb607f94e4aa3ec4b9df8ff7a07a1c95e31d)
> Author: Eric Anholt <eric at anholt.net>
> Date:   Tue Jun 12 08:49:21 2007 -0700
> 
>     Replace failure-prone configure test for fresh libdrm with a simple ifndef.

[...]

> diff --git a/src/i830_dri.c b/src/i830_dri.c
> index a17770b..4746be0 100644
> --- a/src/i830_dri.c
> +++ b/src/i830_dri.c
> @@ -83,10 +83,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
>  
>  #include "i915_drm.h"
>  
> -/* This block and the corresponding configure test can be removed when
> - * libdrm >= 2.3.1 is required.
> - */
> -#ifndef HAVE_I915_FLIP
> +/* This block can be removed when libdrm >= 2.3.1 is required. */
> +#ifndef DRM_IOCTL_I915_FLIP
>  
>  #define DRM_VBLANK_FLIP 0x8000000
>  

This is not correct; DRM_IOCTL_I915_FLIP was already defined before the
addition of drm_i915_flip_t.


-- 
Earthling Michel Dänzer           |          http://tungstengraphics.com
Libre software enthusiast         |          Debian, X and DRI developer




More information about the xorg mailing list