[PATCH 3/8] wined3d: Implement SM5 deriv_rtx_coarse instruction.

Matteo Bruni matteo.mystral at gmail.com
Mon Jul 25 18:41:06 CDT 2016


2016-07-22 12:28 GMT+02:00 Józef Kucia <jkucia at codeweavers.com>:
> +    if (!gl_info->supported[ARB_DERIVATIVE_CONTROL])
> +    {
> +        FIXME("OpenGL implementation does not support ARB_derivative_control.\n");
> +        return;
> +    }

What about using the generic dFdx()/dFdy() builtins (maybe with a
WARN) for the coarse and fine variants when ARB_derivative_control
isn't supported?
I don't know that it's particularly relevant in practice, it just
seems something we don't need to strictly depend on.



More information about the wine-devel mailing list