Re: [Mesa-dev] [PATCH 14/14] i965: Replace maxBatchSize variable with BATCH_SZ define.

2013-07-02 Thread Chad Versace
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 --- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 4 ++-- src/mesa/drivers/dri/i965/intel_batchbuffer.h | 2 +-

[Mesa-dev] [PATCH 14/14] i965: Replace maxBatchSize variable with BATCH_SZ define.

2013-07-02 Thread Kenneth Graunke
maxBatchSize was only ever initialized to BATCH_SZ, and a few places used BATCH_SZ directly anyway. Signed-off-by: Kenneth Graunke --- 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 -