intel/isl: Add format metadata for typed reads/writes
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 13 Feb 2017 17:14:07 +0000 (09:14 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 14 Feb 2017 15:50:13 +0000 (07:50 -0800)
commitf8dfe9b8265d79ac577e193e5ba2215d82fddf52
treecde09c8363d894f98c664b72863e5dc07511fe18
parent0ef14cdc980549cc7e7bafd06aaad356da7137ff
intel/isl: Add format metadata for typed reads/writes

This adds two columns to the format table as well as two helpers for
determining whether or not a given format is supported for typed reads
and writes.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/isl/isl.h
src/intel/isl/isl_format.c