glapi: alias ProgramParameteriARB to ProgramParameteri

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-10-26 15:38:23 -07:00
parent 1c3a64793a
commit 31c03f2f8c
3 changed files with 5 additions and 5 deletions

View File

@@ -1735,7 +1735,7 @@ _mesa_init_shader_dispatch(const struct gl_context *ctx,
}
if (_mesa_is_desktop_gl(ctx)) {
SET_ProgramParameteriARB(exec, _mesa_ProgramParameteriARB);
SET_ProgramParameteri(exec, _mesa_ProgramParameteriARB);
}
if (ctx->API == API_OPENGL) {