diff options
author | Brian Paul <[email protected]> | 2006-11-02 16:20:29 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-11-02 16:20:29 +0000 |
commit | f49c0d0dfbae5624c4db57b24fff23bd7dbaae01 (patch) | |
tree | 632fe4f715e789018360df89d9968035de4a19db /src/mesa/main/state.c | |
parent | f961d394e30586fa61d53d93b65fe4424b5cef36 (diff) |
Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the
OpenGL 2.0 function of the same name.
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 8bc4036c981..1ced2a081e5 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -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); |