i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 26 Mar 2018 22:19:15 +0000 (15:19 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Mar 2018 01:41:44 +0000 (18:41 -0700)
commitb9a54b18f6a6f5dd8007f8490ef57ddd80e4e847
treebbb9ad7005162a6c6e4801e7db00705f745dbd9b
parent2c01215c1b2c80817cbc6bcdbecd3f19029b287d
i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().

intel_miptree_create_for_bo does not actually allocate a BO, so
specifying allocation flags accomplishes nothing and is confusing.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/intel_mipmap_tree.c