--- old/modules/graphics/src/main/native-prism-es2/macosx/MacGLContext.c 2014-01-07 17:07:51.000000000 -0800 +++ new/modules/graphics/src/main/native-prism-es2/macosx/MacGLContext.c 2014-01-07 17:07:51.000000000 -0800 @@ -246,6 +246,8 @@ getProcAddress("glBufferSubData"); ctxInfo->glGetShaderInfoLog = (PFNGLGETSHADERINFOLOGPROC) getProcAddress("glGetShaderInfoLog"); + ctxInfo->glGetProgramInfoLog = (PFNGLGETPROGRAMINFOLOGPROC) + getProcAddress("glGetProgramInfoLog"); ctxInfo->glTexImage2DMultisample = (PFNGLTEXIMAGE2DMULTISAMPLEPROC) getProcAddress("glTexImage2DMultisample"); ctxInfo->glRenderbufferStorageMultisample = (PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC)