CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/06/29 18:45:13

Log message:
  Add direct GLX rendering on Mac OS X and Apple-DRI extension (Apple).

Modified files:
      xc/config/cf/:
        darwin.cf 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/:
        Imakefile 
      xc/lib/GL/:
        Imakefile 
      xc/lib/GL/GL/:
        Imakefile 
      xc/lib/GL/glx/:
        dispatch.c glxext.c 
      xc/lib/GL/include/GL/internal/:
        glcore.h 
      xc/programs/Xserver/GL/:
        Imakefile 
      xc/programs/Xserver/hw/darwin/quartz/:
        quartzCommon.h quartzStartup.c 
      xc/programs/Xserver/hw/darwin/quartz/XDarwin.pbproj/:
        project.pbxproj 
      xc/programs/Xserver/hw/darwin/quartz/cr/:
        crScreen.m 
      xc/programs/Xserver/hw/darwin/quartz/xpr/:
        Imakefile x-hash.c x-hash.h x-list.c x-list.h xpr.h 
        xprFrame.c xprScreen.c 
      xc/programs/Xserver/miext/rootless/:
        rootless.h rootlessCommon.c rootlessCommon.h 
        rootlessScreen.c rootlessWindow.c rootlessWindow.h 
Added files:
      xc/lib/GL/apple/:
        Imakefile appledri.c appledri.h appledristr.h 
        build-dispatch dri_dispatch.c dri_dispatch.defs 
        dri_dispatch.h dri_driver.c dri_driver.h dri_glx.c 
        dri_glx.h 
      xc/programs/Xserver/GL/apple/:
        Imakefile aglGlx.c indirect.c 
      xc/programs/Xserver/hw/darwin/quartz/xpr/:
        appledri.c dri.c dri.h dristruct.h x-hook.c x-hook.h 
Removed files:
      xc/programs/Xserver/GL/aqua/:
        Imakefile aquaGlx.c 
  
  Revision      Changes    Path
  1.37          +18 -6     xc/config/cf/darwin.cf
  3.2756        +2 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.285         +17 -11    xc/programs/Xserver/Imakefile
  1.43          +5 -1      xc/lib/GL/Imakefile
  1.18          +13 -1     xc/lib/GL/GL/Imakefile
  1.5           +5 -1      xc/lib/GL/glx/dispatch.c
  1.17          +7 -1      xc/lib/GL/glx/glxext.c
  1.10          +2 -2      xc/lib/GL/include/GL/internal/glcore.h
  1.11          +3 -3      xc/programs/Xserver/GL/Imakefile
  1.11          +4 -1      xc/programs/Xserver/hw/darwin/quartz/quartzCommon.h
  1.5           +6 -3      xc/programs/Xserver/hw/darwin/quartz/quartzStartup.c
  1.15          +198 -89   
xc/programs/Xserver/hw/darwin/quartz/XDarwin.pbproj/project.pbxproj
  1.2           +4 -1      xc/programs/Xserver/hw/darwin/quartz/cr/crScreen.m
  1.2           +10 -4     xc/programs/Xserver/hw/darwin/quartz/xpr/Imakefile
  1.2           +10 -10    xc/programs/Xserver/hw/darwin/quartz/xpr/x-hash.c
  1.2           +21 -22    xc/programs/Xserver/hw/darwin/quartz/xpr/x-hash.h
  1.2           +50 -29    xc/programs/Xserver/hw/darwin/quartz/xpr/x-list.c
  1.2           +28 -24    xc/programs/Xserver/hw/darwin/quartz/xpr/x-list.h
  1.2           +2 -1      xc/programs/Xserver/hw/darwin/quartz/xpr/xpr.h
  1.2           +19 -1     xc/programs/Xserver/hw/darwin/quartz/xpr/xprFrame.c
  1.2           +13 -3     xc/programs/Xserver/hw/darwin/quartz/xpr/xprScreen.c
  1.3           +32 -5     xc/programs/Xserver/miext/rootless/rootless.h
  1.3           +3 -2      xc/programs/Xserver/miext/rootless/rootlessCommon.c
  1.3           +2 -6      xc/programs/Xserver/miext/rootless/rootlessCommon.h
  1.3           +3 -2      xc/programs/Xserver/miext/rootless/rootlessScreen.c
  1.5           +128 -38   xc/programs/Xserver/miext/rootless/rootlessWindow.c
  1.2           +2 -1      xc/programs/Xserver/miext/rootless/rootlessWindow.h

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to