compiler/types: Serialize/deserialize subpass input types correctly
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 13 Oct 2018 00:03:30 +0000 (19:03 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Jan 2019 01:15:27 +0000 (19:15 -0600)
commitb90e55a5d5d6e30f5a48d80bbb9aef578003b522
treedff94ac7446d4d7b440f7c19ab490ec60c5bf350
parent73ddfbeb858bb6d22da20bc80c6d91cf0a5e776a
compiler/types: Serialize/deserialize subpass input types correctly

They have glsl_sampler_dim enum values of 8 and 9 which don't work when
you & them with 0x7.  Fortunately, we have plenty of bits.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/compiler/glsl_types.cpp