[PATCH] wined3d: Display state in state_undefined

Henri Verbeet hverbeet at gmail.com
Tue Feb 16 05:00:52 CST 2010


On 16 February 2010 11:49, Christian Costa <titan.costa at wanadoo.fr> wrote:
> -    ERR("Undefined state.\n");
> +    ERR("Undefined state %d\n", state);
Did you test this? "state" is supposed to be always 0. Also,
debug_d3dstate() is much more readable than the state number.



More information about the wine-devel mailing list