[Mesa-dev] [PATCH] i915: Fix build error.

Kenneth Graunke kenneth at whitecape.org
Tue Apr 8 00:32:03 PDT 2014


On 04/08/2014 12:27 AM, Iago Toral Quiroga wrote:
> is_power_of_two() is now provided by mesa so its definition must be removed
> from the i915 driver code.
> ---
>  src/mesa/drivers/dri/i915/intel_context.h | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/i915/intel_context.h b/src/mesa/drivers/dri/i915/intel_context.h
> index 94960f6..fccf821 100644
> --- a/src/mesa/drivers/dri/i915/intel_context.h
> +++ b/src/mesa/drivers/dri/i915/intel_context.h
> @@ -504,12 +504,6 @@ intel_context(struct gl_context * ctx)
>     return (struct intel_context *) ctx;
>  }
>  
> -static INLINE bool
> -is_power_of_two(uint32_t value)
> -{
> -   return (value & (value - 1)) == 0;
> -}
> -
>  #ifdef __cplusplus
>  }
>  #endif
> 

Yikes, sorry.  I remembered to build Gallium, but left my
--with-dri-drivers=i965 flag in place.  Thanks for the fix.

R-b and pushed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140408/49da4e56/attachment.sig>


More information about the mesa-dev mailing list