diff options
author | Duncan Hopkins <[email protected]> | 2020-03-12 16:45:39 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-17 13:04:30 +0000 |
commit | 4c35bc7e612f806d2e8a8a7126ddcdf45597806a (patch) | |
tree | be605d1d0732a257b49237d403e85e52c485f47f /src/intel/blorp/blorp.h | |
parent | c923de68dd0ab10a5a5fb3196f539707d046d897 (diff) |
zink: zero out zink_render_pass_state
Since zink_render_pass_state is used as a hash-key, the entire struct gets
compared. This means we don't want any uninitialized padding in there, or
else we risk getting false negatives. This has led to issues on macOS builds.
So let's zero out the struct before we start filling it out.
Reviewed-by: Erik Faye-Lund <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4212>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4212>
Diffstat (limited to 'src/intel/blorp/blorp.h')
0 files changed, 0 insertions, 0 deletions