i965: Add _Format to intel_texobj.
authorChris Forbes <chrisf@ijw.co.nz>
Fri, 21 Feb 2014 18:15:59 +0000 (07:15 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Thu, 10 Apr 2014 06:27:41 +0000 (18:27 +1200)
commit771c2ae0afc485a63e4668f0eb7713ea161f1b97
tree954e4abf674b6b65a6eae9c5317f3b4ba8263b39
parentb7f011fdc9007c35921f6271b983ef4ccc6799e4
i965: Add _Format to intel_texobj.

This is the actual mesa_format to use. In non-view cases this is always
the same as the mt's format.

V4: Comment style

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/intel_tex.c
src/mesa/drivers/dri/i965/intel_tex_obj.h
src/mesa/drivers/dri/i965/intel_tex_validate.c