st/nine: Ignore MULTISAMPLEMASK when RT is not multisampled
authorAxel Davy <axel.davy@ens.fr>
Sun, 20 Nov 2016 09:55:54 +0000 (10:55 +0100)
committerAxel Davy <axel.davy@ens.fr>
Tue, 20 Dec 2016 22:44:21 +0000 (23:44 +0100)
commit85811d0e87b4e460a1cf4cc6654482c05628c383
tree1340089ba9f8d95dec4da7fd9c75395469ac8920
parentbce9fe8db25d767d51ed995e2dcb56a89b40d21a
st/nine: Ignore MULTISAMPLEMASK when RT is not multisampled

We were ignoring MULTISAMPLEMASK for non-maskable multisample
modes, but we were missing the non-multisampled case.

Fixes a crash in Halo.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/device9.c
src/gallium/state_trackers/nine/nine_state.c