st/nine: Fix useless swapchain init checks
authorAxel Davy <axel.davy@ens.fr>
Wed, 19 Oct 2016 18:57:48 +0000 (20:57 +0200)
committerAxel Davy <axel.davy@ens.fr>
Tue, 20 Dec 2016 22:44:20 +0000 (23:44 +0100)
commitd38215fb175140050c721a357c0982377ce423bb
treed4a782ca19968451fe132b3375e4dedf5155093d
parent409ad787778461e774b5b0dfa4e6c77f355ca16f
st/nine: Fix useless swapchain init checks

In NineDevice9_SetDefaultState we can assume the
implicit swapchain is properly initialized.

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