CVS Update: xc (branch: trunk)

Torrey Lyons xorg-commit at pdx.freedesktop.org
Tue Jul 27 23:24:00 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	torrey at pdx.	04/07/27 13:24:00

Log message:
  Fix XDarwin's broken build of libGL and server side GLX. GL library is only
  known to build correctly on Mac OS X 10.3.4 and still needs some work for
  earlier versions.

Modified files:
      xc/lib/GL/apple/:
        Imakefile dri_dispatch.c dri_dispatch.defs dri_dispatch.h 
        dri_driver.c dri_glx.c dri_glx.h 
      xc/lib/GL/glx/:
        Imakefile glxext.c 
      xc/programs/Xserver/GL/apple/:
        Imakefile aglGlx.c indirect.c 
      xc/programs/Xserver/GL/glx/:
        single2.c 
  
  Revision      Changes    Path
  1.3           +5 -5      xc/lib/GL/apple/Imakefile
  1.3           +11 -2     xc/lib/GL/apple/dri_dispatch.c
  1.3           +61 -3     xc/lib/GL/apple/dri_dispatch.defs
  1.3           +176 -0    xc/lib/GL/apple/dri_dispatch.h
  1.3           +128 -60   xc/lib/GL/apple/dri_driver.c
  1.3           +142 -12   xc/lib/GL/apple/dri_glx.c
  1.3           +1 -1      xc/lib/GL/apple/dri_glx.h
  1.5           +11 -5     xc/lib/GL/glx/Imakefile
  1.5           +3 -1      xc/lib/GL/glx/glxext.c
  1.3           +2 -1      xc/programs/Xserver/GL/apple/Imakefile
  1.3           +298 -235  xc/programs/Xserver/GL/apple/aglGlx.c
  1.4           +468 -407  xc/programs/Xserver/GL/apple/indirect.c
  1.5           +1 -1      xc/programs/Xserver/GL/glx/single2.c




More information about the xorg-commit mailing list