mesa: disable ProgramParameteri until it is needed
ProgramParameteri will be required for ARB_geometry_shader4 or GLES3. Don't enable this function until either of those is supported. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
@@ -1734,10 +1734,6 @@ _mesa_init_shader_dispatch(const struct gl_context *ctx,
|
||||
SET_GetAttribLocationARB(exec, _mesa_GetAttribLocationARB);
|
||||
}
|
||||
|
||||
if (_mesa_is_desktop_gl(ctx)) {
|
||||
SET_ProgramParameteri(exec, _mesa_ProgramParameteriARB);
|
||||
}
|
||||
|
||||
if (ctx->API == API_OPENGL) {
|
||||
SET_UseShaderProgramEXT(exec, _mesa_UseShaderProgramEXT);
|
||||
SET_ActiveProgramEXT(exec, _mesa_ActiveProgramEXT);
|
||||
|
Reference in New Issue
Block a user