util/u_format: Tighten the meaning of is_array bit to exclude mixed type formats.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 28 Nov 2012 19:18:09 +0000 (19:18 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 29 Nov 2012 14:08:42 +0000 (14:08 +0000)
commita47674ee89f9f41c3be96ee47c476144bf6b779b
treeab7110fdbbfbf5808c4ad19c5dc7fbd8e185fe89
parent64e9ec634b1d8ea20b83ab49f889121c17691368
util/u_format: Tighten the meaning of is_array bit to exclude mixed type formats.

This is what we want in practice.

The only change is in PIPE_FORMAT_R8SG8SB8UX8U_NORM, which no longer is
considered an array format.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/util/u_format.h
src/gallium/auxiliary/util/u_format_parse.py