Re: [Mesa-dev] [PATCH] intel: Un-hardcode lengths from blitter commands.

2013-01-27 Thread Eric Anholt
Kenneth Graunke writes: > The packet length may change at some point in the future. Specifying it > explicitly (rather than hardcoding it in the command #define) allows us > to change it much more easily in the future. Reviewed-by: Eric Anholt pgpcuE0hqajYU.pgp Description: PGP signature ___

[Mesa-dev] [PATCH] intel: Un-hardcode lengths from blitter commands.

2013-01-25 Thread Kenneth Graunke
The packet length may change at some point in the future. Specifying it explicitly (rather than hardcoding it in the command #define) allows us to change it much more easily in the future. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/intel/intel_blit.c | 8 src/mesa/drivers/