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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Mon Feb 2 12:34:33 PST 2009


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

New commits:
commit 29cf2954bf3c685936af182cbd6062cc2e3369d7
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Mon Feb 2 12:30:57 2009 -0800

    XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on Leopard
    (cherry picked from commit 8620579483789ae9ac1b68dbefe32b70011386de)

diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c
index 0b67e4a..5ab7ecd 100644
--- a/hw/xquartz/GL/indirect.c
+++ b/hw/xquartz/GL/indirect.c
@@ -1359,7 +1359,7 @@ 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
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
   SET_BlitFramebufferEXT(disp, glBlitFramebufferEXT);
 #endif
   SET_BufferDataARB(disp, glBufferDataARB);


More information about the xorg-commit mailing list