mesa api_exec: disable StencilFuncSeparateATI for API_OPENGL_CORE

This was mistakenly enabled in a21116f.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
Jordan Justen 2012-11-02 16:05:25 -07:00
parent 86d5c28580
commit 5ae8c9c0ca

View file

@ -734,7 +734,7 @@ _mesa_create_exec_table(struct gl_context *ctx)
}
/* GL_ATI_separate_stencil */
if (_mesa_is_desktop_gl(ctx)) {
if (ctx->API == API_OPENGL) {
SET_StencilFuncSeparateATI(exec, _mesa_StencilFuncSeparateATI);
}