commit | b90e55a5d5d6e30f5a48d80bbb9aef578003b522 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Fri Oct 12 19:03:30 2018 -0500 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Jan 10 19:15:27 2019 -0600 |
tree | dff94ac7446d4d7b440f7c19ab490ec60c5bf350 | |
parent | 73ddfbeb858bb6d22da20bc80c6d91cf0a5e776a [diff] |
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>