xserver: Branch 'xorg-server-1.6-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sun Feb 1 15:12:55 PST 2009


 hw/xquartz/GL/indirect.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit fd08be749e0b3c5de02a6ae8b3d21f92c5986157
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Sun Feb 1 15:08:02 2009 -0800

    XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT
    (cherry picked from commit e01662cadcaa4052e3a5aa82cbaed00a2d0220e0)

diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c
index 01cf0c6..687d531 100644
--- a/hw/xquartz/GL/indirect.c
+++ b/hw/xquartz/GL/indirect.c
@@ -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);


More information about the xorg-commit mailing list