isl/formats: Integer formats are not filterable
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 23 Aug 2016 21:11:18 +0000 (14:11 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 23 Aug 2016 23:51:34 +0000 (16:51 -0700)
commit70bc891c42085c7344a70e366d5262533d5c529b
treeacf1b4d6f44c26e61876bd14756fa61c308d4a8c
parent361678edd776ca3012cbe231167e740f7af9c0b0
isl/formats: Integer formats are not filterable

In ca2a8e56285, we updated the format table to add more formats (most of
which are new on SKL) but accidentally marked some integer formats as
filterable.  You can't filter an integer format.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/isl/isl_format.c