On 7 July 2011 06:20, Vadim Girlin <vadimgir...@gmail.com> wrote:
> -static void r600_bc_src(struct r600_bc_alu_src *bc_src,
> +static inline void r600_bc_src(struct r600_bc_alu_src *bc_src,
This looks like an unrelated change. Personally I think "inline" is
best left up to the compiler to decide in the majority of cases. Note
that "static inline" will hide unused functions.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to