mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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:
parent
86d5c28580
commit
5ae8c9c0ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue