Signed-off-by: Jordan Justen <jordan.l.jus...@intel.com>
---
 src/mesa/main/shaderapi.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mesa/main/shaderapi.c b/src/mesa/main/shaderapi.c
index 04cdfba..a8be5c5 100644
--- a/src/mesa/main/shaderapi.c
+++ b/src/mesa/main/shaderapi.c
@@ -1732,10 +1732,6 @@ _mesa_init_shader_dispatch(const struct gl_context *ctx,
    SET_GetActiveAttribARB(exec, _mesa_GetActiveAttribARB);
    SET_GetAttribLocationARB(exec, _mesa_GetAttribLocationARB);
 
-   if (ctx->API != API_OPENGLES2) {
-      SET_ProgramParameteri(exec, _mesa_ProgramParameteriARB);
-   }
-
    if (ctx->API != API_OPENGLES2 && ctx->API != API_OPENGL_CORE) {
       SET_UseShaderProgramEXT(exec, _mesa_UseShaderProgramEXT);
       SET_ActiveProgramEXT(exec, _mesa_ActiveProgramEXT);
-- 
1.7.9.5

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to