st/nine: Improve CheckDeviceFormat debug output
authorAxel Davy <axel.davy@ens.fr>
Sat, 10 Jan 2015 11:19:10 +0000 (12:19 +0100)
committerAxel Davy <axel.davy@ens.fr>
Thu, 5 Feb 2015 23:07:18 +0000 (00:07 +0100)
commit4cf5701160b104afa039c616a79dfce53f814952
treecd1f96ad25faecb60e4cf4ab70f7b91aa8a4493b
parent42ac71a4e20c04a2cd7cd441274e5c527012a03c
st/nine: Improve CheckDeviceFormat debug output

Because the debug output of this function was cut in two parts,
sometimes the second part wasn't print when we would return earlier,
whereas we would like to get it.

The reason of the separation was that it's only at the end of the function
we can print what we map to the d3d9 arguments, but we can always retrieve
that info by hand.

Reviewed-by: Tiziano Bacocco <tizbac2@gmail.com>
Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/adapter9.c