[Mesa-dev] [PATCH] i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.

Kenneth Graunke kenneth at whitecape.org
Sun Mar 24 09:33:36 PDT 2013


On 03/24/2013 09:05 AM, Paul Berry wrote:
> The new name clarifies that it represents *one more* than the maximum
> possible brw_varying_slot value.
> ---
>   src/mesa/drivers/dri/i965/brw_context.h | 8 ++++----
>   src/mesa/drivers/dri/i965/brw_gs.c      | 2 +-
>   src/mesa/drivers/dri/i965/brw_sf_emit.c | 2 +-
>   src/mesa/drivers/dri/i965/brw_vec4.h    | 4 ++--
>   src/mesa/drivers/dri/i965/brw_vs.c      | 4 ++--
>   5 files changed, 10 insertions(+), 10 deletions(-)

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>



More information about the mesa-dev mailing list