CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]      02/09/18 11:15:00

Log message:
   330. Fix problem where DRIUnlock was called when DRI fails to load
        (Kevin Martin)
   329. Fix erroneous warnings about removing DRM signal handler when DRI
        fails to load (Kevin Martin)
   328. Add LINE_LIMIT_COORDS option to XAA to work around limited coordinate
        space for lines on Radeons (Kevin Martin)
   327. Fix Radeon DGA code to use XAA sync function (Michel D�nzer)
   326. Major rework of Radeon accel code:
        - Merge CP and MMIO code (Kevin Martin and Michel D�nzer)
        - Fix indirect buffer CP code (Kevin Martin and Michel D�nzer)
        - Add CP support for scanline color expansion and image writes
          (Michel D�nzer)
        - Fix Mono8x8 problems (Kevin Martin and Michel D�nzer)
        - Fix clipping routine to properly set transparency and
          dp_gui_master_cntl reg (Kevin Martin and Michel D�nzer)
        - Fix clipping calculation errors (Kevin Martin)
        - Properly set line bias so that sw rendered solid and dashed lines
          match the accel TwoPoint lines (Kevin Martin)
        - Fix drawing last point for solid and dashed lines (Kevin Martin)
        - Remove NoLineAccel option since two point lines work (Kevin Martin)

Modified files:
      xc/programs/Xserver/GL/dri/:
        dri.c dristruct.h 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        radeon.h radeon_accel.c radeon_dga.c radeon_driver.c 
        radeon_video.c 
      xc/programs/Xserver/hw/xfree86/xaa/:
        xaa.h xaaDashLine.c xaaLine.c 
Added files:
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        radeon_accelfuncs.c 
  
  Revision      Changes    Path
  1.35          +13 -5     xc/programs/Xserver/GL/dri/dri.c
  1.11          +3 -1      xc/programs/Xserver/GL/dri/dristruct.h
  3.2302        +21 -1     xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.28          +29 -16    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
  1.27          +53 -1315  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
  1.11          +2 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dga.c
  1.63          +1 -6      xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.17          +3 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c
  1.37          +6 -3      xc/programs/Xserver/hw/xfree86/xaa/xaa.h
  1.5           +53 -1     xc/programs/Xserver/hw/xfree86/xaa/xaaDashLine.c
  1.6           +53 -1     xc/programs/Xserver/hw/xfree86/xaa/xaaLine.c

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

Reply via email to