diff options
author | Erik Faye-Lund <[email protected]> | 2020-03-13 13:56:44 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-21 21:56:21 +0000 |
commit | 013d9e40feed336d983b728357e4ce77b871c36d (patch) | |
tree | aee6961976f2466386c8503903c1583c989810ce /src/egl | |
parent | a842dc154d3cac5af7ff30f7d0501ae42a1d1d7b (diff) |
mesa/gallium: do not use enum for bit-allocated member
The signedness of enums are undefined, so on platforms with signed
enums, this isn't going to work. One such platform is Microsoft Windows.
So let's just use an unsigned here instead.
Fixes: b1c4c4c7f53 ("mesa/gallium: automatically lower alpha-testing")
Acked-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4648>
Diffstat (limited to 'src/egl')
0 files changed, 0 insertions, 0 deletions