CVS Update: xc (branch: trunk)

Eric Anholt xorg-commit at cvs.freedesktop.org
Tue Aug 30 07:41:04 EEST 2005


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	anholt at gabe.freedesktop.org	05/08/29 21:41:04

Log message:
  Remove existing broken maxX/maxY code for composite (results in infinite
  loops, doesn't deal with failure, doesn't present the interface to
  drivers that I expected) and instead replace it with a simple fallback
  to software when coordinate limits could be violated.  Act similarly in
  other acceleration cases as well.
  
  The solution I want to see (and intend to do soon) is to (when
  necessary) create temporary pictures/pixmaps pointing towards the real
  ones' bits, with the offsets adjusted, then render from/to those using
  adjusted coordinates.

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/hw/xfree86/exa/:
        exa.c exapict.c 
  
  Revision      Changes    Path
  1.1285        +18 -0     xc/ChangeLog
  1.16          +28 -1     xc/programs/Xserver/hw/xfree86/exa/exa.c
  1.4           +11 -56    xc/programs/Xserver/hw/xfree86/exa/exapict.c




More information about the xorg-commit mailing list