2016-07-22 12:28 GMT+02:00 Józef Kucia jkucia@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.