wined3d: add zero/near zero vertex rhw special case

H. Verbeet hverbeet at gmail.com
Mon Dec 24 14:58:35 CST 2007


On 25/12/2007, Alexander Dorofeyev <alexd4 at inbox.lv> wrote:
>
> +    if ((pos[3] < 1e-8) && (pos[3] > -1e-8))
You should probably use eps and -eps there, like the rest of the code does.
Also, please write a test case to prevent this from regressing in the future.



More information about the wine-patches mailing list