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

2013-01-27 Thread Eric Anholt
Kenneth Graunke kenn...@whitecape.org 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 e...@anholt.net

[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 kenn...@whitecape.org --- src/mesa/drivers/dri/intel/intel_blit.c | 8