CVS Update: xserver (branch: trunk)

Eric Anholt xorg-commit at cvs.freedesktop.org
Fri Mar 31 00:44:36 EEST 2006


CVSROOT:	/cvs/xorg
Module name:	xserver
Changes by:	anholt at kemper.freedesktop.org	06/03/30 21:44:36

Log message:
  Remove the exaAsyncPixmapGCOps mostly-unaccelerated ops vector, and
  always plug in the accelerated one, even if the destination pixmap is
  currently offscreen. This was a leftover from when kaa originally got
  accelerated offscreen pixmap support, and its only concievable use
  was to avoid a little overhead on ops to in-system pixmaps that weren't
  going to get migrated.  At this point, we probably care more about just
  getting everything accelerated that we easily can, which should happen
  with the new migration support.

Modified files:
      xserver/xorg/:
        ChangeLog 
      xserver/xorg/exa/:
        exa.c exa_priv.h exa_unaccel.c 
  
  Revision      Changes    Path
  1.372         +14 -0     xserver/xorg/ChangeLog
  http://cvs.freedesktop.org/xorg/xserver/xorg/ChangeLog
  1.43          +3 -18     xserver/xorg/exa/exa.c
  http://cvs.freedesktop.org/xorg/xserver/xorg/exa/exa.c
  1.22          +1 -1      xserver/xorg/exa/exa_priv.h
  http://cvs.freedesktop.org/xorg/xserver/xorg/exa/exa_priv.h
  1.13          +0 -30     xserver/xorg/exa/exa_unaccel.c
  http://cvs.freedesktop.org/xorg/xserver/xorg/exa/exa_unaccel.c




More information about the xorg-commit mailing list