Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the

OpenGL 2.0 function of the same name.
This commit is contained in:
Brian Paul
2006-11-02 16:20:29 +00:00
parent f961d394e3
commit f49c0d0dfb
6 changed files with 35 additions and 34 deletions

View File

@@ -507,7 +507,7 @@ _mesa_init_exec_table(struct _glapi_table *exec)
SET_GetVertexAttribfvNV(exec, _mesa_GetVertexAttribfvNV);
SET_GetVertexAttribivNV(exec, _mesa_GetVertexAttribivNV);
SET_GetVertexAttribPointervNV(exec, _mesa_GetVertexAttribPointervNV);
SET_IsProgramNV(exec, _mesa_IsProgram);
SET_IsProgramNV(exec, _mesa_IsProgramARB);
SET_LoadProgramNV(exec, _mesa_LoadProgramNV);
SET_ProgramParameter4dNV(exec, _mesa_ProgramParameter4dNV);
SET_ProgramParameter4dvNV(exec, _mesa_ProgramParameter4dvNV);