st/mesa: add missing GLSL_TYPE_[U]INT8 cases in st_glsl_type_dword_size()
authorBrian Paul <brianp@vmware.com>
Thu, 29 Mar 2018 01:38:00 +0000 (19:38 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 30 Mar 2018 17:04:32 +0000 (11:04 -0600)
commitfa18a427e929ecc04a9980e517db96663debea29
tree0813c4d9141a5a587b60052be7135c8409c1bf34
parente16b92ad7eee358dd419f82912ca23f7b6843baa
st/mesa: add missing GLSL_TYPE_[U]INT8 cases in st_glsl_type_dword_size()

Silences a compiler warning about unhandled enum switch cases.

Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
src/mesa/state_tracker/st_glsl_types.cpp