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.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to