i965: Rename intel_miptree_get_dimensions_for_image()
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 19 Aug 2015 23:26:59 +0000 (16:26 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Mon, 28 Sep 2015 19:43:43 +0000 (12:43 -0700)
commit4c5308bbf4fa5c6ac274f6e1ab7c8846a2866976
treec46e51512652ba6f006920c870a6758bf918d3c0
parent0bfd914f9f02c85a4ad8e6892f1a31e37c14f2b2
i965: Rename intel_miptree_get_dimensions_for_image()

This function isn't specific to miptrees. So, drop the "miptree"
from function name.

V3: Add a comment explaining how the 1D Array texture height and
    depth is interpreted by Intel hardware.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Chad Versace <chad.versace@intel.com>
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_image.c
src/mesa/drivers/dri/i965/intel_tex_validate.c