ilo: fix builder size checks for BLT buffer clear/copy
authorChia-I Wu <olvaffe@gmail.com>
Fri, 12 Sep 2014 06:37:40 +0000 (14:37 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 12 Sep 2014 08:58:31 +0000 (16:58 +0800)
commit802018df5f4c193f1c642a187ecf3c429e2c2ada
tree44cabfa4be98bc56880f04e49fd0e7a1263240fe
parent07e0923203f2ede30f8023f223a096e66ab9e841
ilo: fix builder size checks for BLT buffer clear/copy

In buf_clear_region() and buf_copy_region(), max_cmd_size was set to 0.  If
either of the functions is called and there is not enough space in the
builder, the next ilo_cp_flush() will fail silently in a release build.

Replace magic numbers by size defines in tex_clear_region()/tex_copy_region()
for consistency and readability.
src/gallium/drivers/ilo/ilo_blitter_blt.c