[Mesa-dev] [PATCH 1/2] r600g: introduce r600_bc_src_set_abs helper and fix LOG

Henri Verbeet hverbeet at gmail.com
Thu Jul 7 12:18:59 PDT 2011


On 7 July 2011 06:20, Vadim Girlin <vadimgirlin at 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.


More information about the mesa-dev mailing list