Files
mesa/src
Kenneth Graunke 992e2cf57f i965: Only set key->high_quality_derivatives when it matters.
This avoids recompiles for shaders that don't use explicit derivatives
when ctx->Hint.FragmentShaderDerivative == GL_NICEST.

For example, GFXBench 5 Aztec Ruins sets the GL_NICEST hint before
compiling any shaders, but none of them use dFdx() or dFdy() - only
implicit derivatives.  This doesn't eliminate any recompiles, but
does eliminate one of the reasons for doing so.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2017-10-29 20:54:16 -07:00
..
2017-10-29 00:28:45 +02:00
2017-10-27 11:57:03 +01:00
2017-10-20 16:46:48 -07:00
2017-10-26 16:25:33 +01:00
2017-10-09 13:42:44 -07:00
2017-10-27 11:06:45 -07:00