mesa: add sanity check assertion in update_array_format
authorBrian Paul <brianp@vmware.com>
Fri, 7 Oct 2016 21:21:58 +0000 (15:21 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 13 Oct 2016 23:38:49 +0000 (17:38 -0600)
commit743a52637258a602eb4ea891b5c3bca0032724c7
treec101cb2d6872d74f798c34060f688d47970abe8e
parentd6b00021950a03fc6ff39e63f4c079b956c80c92
mesa: add sanity check assertion in update_array_format

At most, one of the normalized, integer, doubles bools can be true.

Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
src/mesa/main/varray.c