Stefan Dösinger stefan@codeweavers.com writes:
Note that the extension is disabled for now. This allows a bottom-up contruction of the GL_ATI_fragment_shader replacement pipeline in the code with separate patches, and activating it at the end when it is at the same feature level as the existing ARB_texture_env_combine code it can be enabled at once, thus avoiding additional troubles when running regression tests.
It may avoid trouble, but it also makes regression testing useless, since all problems with this code will point to the patch that enables it. It's not a good idea to add code without making use of it.