i965/miptree: Delete MIPTREE_CREATE_LINEAR
authorNanley Chery <nanley.g.chery@intel.com>
Tue, 12 Jun 2018 14:16:16 +0000 (07:16 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Fri, 13 Jul 2018 15:31:21 +0000 (08:31 -0700)
commit6c9947c3ef3f1ce81fb4409a0970590d5da44184
treeb12645400f8e55882ff9acb3de1d1190c27d627b
parent684fa59eb6bf02c267770365e267dc7f14083658
i965/miptree: Delete MIPTREE_CREATE_LINEAR

This enum constant was introduced to enable blit maps with
intel_miptree_create da2880bea05bfc87109477ab026a7f5401fc8f0c. Now that
such maps use the more direct make_surface function which allows you to
specify the tiling directly, the constant is no longer being used.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/intel_mipmap_tree.c
src/mesa/drivers/dri/i965/intel_mipmap_tree.h