i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.
authorMatt Turner <mattst88@gmail.com>
Thu, 6 Aug 2015 17:59:15 +0000 (10:59 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 6 Aug 2015 19:33:26 +0000 (12:33 -0700)
commit9f78e27fc60b3473b708ab4ca04e4ebd6be6cf4e
tree0d88aa57df43a199e954da696e577ab4a8aa87d9
parent1c175fc2e3a685b531920dec247086463ab9a154
i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.

Ben suggested that I rename MIPTREE_LAYOUT_ALLOC_ANY_TILED since it
needed to include no tiling at all, but the name
MIPTREE_LAYOUT_ALLOC_ANY is pretty nondescriptive. We can avoid
confusion by replacing "ALLOC" with "TILING" in the identifiers.

Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
src/mesa/drivers/dri/i965/brw_tex_layout.c
src/mesa/drivers/dri/i965/intel_fbo.c
src/mesa/drivers/dri/i965/intel_mipmap_tree.c
src/mesa/drivers/dri/i965/intel_mipmap_tree.h
src/mesa/drivers/dri/i965/intel_tex.c
src/mesa/drivers/dri/i965/intel_tex_image.c
src/mesa/drivers/dri/i965/intel_tex_validate.c