intel: Add the MESA_FORMAT as a field of the miptree.
authorEric Anholt <eric@anholt.net>
Thu, 9 Jun 2011 16:16:47 +0000 (09:16 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 14 Jun 2011 18:15:43 +0000 (11:15 -0700)
commitd5809115b568d8b74f47316607dce0730964517a
tree749ef15a999b65f3e35ae1bfaa53426cd331ab37
parent51ce86b7811871896d3b838888ab4adbfb77413d
intel: Add the MESA_FORMAT as a field of the miptree.

We only had internal_format before, which is way more irritating to
work with.
src/mesa/drivers/dri/intel/intel_fbo.c
src/mesa/drivers/dri/intel/intel_mipmap_tree.c
src/mesa/drivers/dri/intel/intel_mipmap_tree.h
src/mesa/drivers/dri/intel/intel_tex_image.c
src/mesa/drivers/dri/intel/intel_tex_validate.c