st/nine: fix D3DRS_DITHERENABLE wrong state group
authorAxel Davy <axel.davy@ens.fr>
Sun, 15 Feb 2015 20:30:44 +0000 (21:30 +0100)
committerAxel Davy <axel.davy@ens.fr>
Fri, 21 Aug 2015 20:21:45 +0000 (22:21 +0200)
commit34708783833bb99e9e42cd40a745fed1354317f2
tree0ec34dd68b31d558b430030ae78e71d2022b6b58
parent1b645df2f309833cca5dbeaa2deceeda36a7426c
st/nine: fix D3DRS_DITHERENABLE wrong state group

D3DRS_DITHERENABLE was assigned to the rasterizer state
group, but it was used for the blend group.

Assign it to the blend group.

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