XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT

(cherry picked from commit e01662cadc)
(cherry picked from commit fd08be749e)

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Jeremy Huddleston 2009-02-01 15:08:02 -08:00 committed by Keith Packard
parent 519ae3a0df
commit 6bbe98f01d

View file

@ -855,7 +855,9 @@ static void setup_dispatch_table(void) {
SET_BlendEquationSeparateEXT(disp, glBlendEquationSeparateEXT);
SET_BlendFunc(disp, glBlendFunc);
SET_BlendFuncSeparateEXT(disp, glBlendFuncSeparateEXT);
#if MAC_OS_X_VERSION_MIN_REQUIRED > 1050
SET_BlitFramebufferEXT(disp, glBlitFramebufferEXT);
#endif
SET_BufferDataARB(disp, glBufferDataARB);
SET_BufferSubDataARB(disp, glBufferSubDataARB);
SET_CallList(disp, glCallList);