[Mesa-dev] [PATCH 14/14] i965: Replace maxBatchSize variable with BATCH_SZ define.
Chad Versace
chad.versace at linux.intel.com
Tue Jul 2 16:48:44 PDT 2013
On 07/02/2013 01:54 AM, Kenneth Graunke wrote:
> maxBatchSize was only ever initialized to BATCH_SZ, and a few places
> used BATCH_SZ directly anyway.
>
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
> ---
> src/mesa/drivers/dri/i965/intel_batchbuffer.c | 4 ++--
> src/mesa/drivers/dri/i965/intel_batchbuffer.h | 2 +-
> src/mesa/drivers/dri/i965/intel_context.c | 1 -
> src/mesa/drivers/dri/i965/intel_context.h | 1 -
> 4 files changed, 3 insertions(+), 5 deletions(-)
Patches 12-14 are
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
Thanks for breaking up the vtbl patches into digestible chunks.
More information about the mesa-dev
mailing list