Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa



Module Name:    xsrc
Committed By:   jmcneill
Date:           Sun Mar  1 21:29:42 UTC 2009

Modified Files:
        xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa: xaaInitAccel.c

Log Message:
PR# xsrc/40939: nvidia driver can not deal with COMPOSITE/DAMAGE extensions

Apply the following patches from Xorg head:

* 
http://cgit.freedesktop.org/xorg/xserver/patch/?id=0c6987df3b9b3a37d201d740d8248c326449835e
  XAA: Disable offscreen pixmaps by default.
    Say Option "XaaOffscreenPixmaps" to turn them back on.

* 
http://cgit.freedesktop.org/xorg/xserver/patch/?id=01879e583b0ce0d8fddc37e36d9b69fe4f1d1e72
  Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no".
    xf86IsOptionSet is rarely the right function to use for boolean options
    because it returns TRUE whenever the option is present, even if its
    value is "no", "off", "0", etc.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaaInitAccel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index