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

xorg-server: Changes to 'refs/tags/upstream/1.3.0.0'



Tag 'upstream/1.3.0.0' created by Julien Cristau <jcristau@debian.org> at 2010-06-07 23:56 +0000

Upstream version 1.3.0.0

Changes since xorg-server-1.2.99.901:
Drew Parsons (1):
      Xprint: shorten font filename to fit in tar length limit

Erik Andrén (1):
      Syncmaster 226 monitor needs 60Hz refresh (#10545).

Julien Cristau (1):
      Imported Upstream version 1.3.0.0

Keith Packard (39):
      Move xf86SetSingleMode into X server from intel driver.
      Add xf86SetDesiredModes to apply desired modes to crtcs.
      Use EDID data to set screen physical size at server startup.
      Allow relative positions to use output names or monitor identifiers.
      Add xf86CrtcScreenInit to share initialization across drivers.
      Add hw/xfree86/docs/README.modes, documenting new mode setting APIs.
      Remove stale monitor data when output becomes disconnected.
      Revert "Xprint includes a filename which is too long for tar."
      Revert "Xext: Update device's lastx/lasty when sending a motion event with XTest."
      Update to version 1.2.99.902
      Create driver-independent CRTC-based cursor layer.
      Allow xf86_reload_cursors during server init.
      Don't wedge when rotating more than one CRTC.
      Correct ref counting of RRMode structures
      Remove extra (and wrong) I2C ByteTimeout setting in DDC code.
      Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors.
      Clean up Rotate state on server reset.
      Clear allocated RandR screen private structure.
      Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.
      Make sure RandR events are delivered from RRCrtcSet.
      Fix Pending property API, adding RRPostPendingProperty.
      Incorrect extra memory copy in RRChangeOutputProperty.
      Ensure that crtc desired values track most recent mode.
      Make pending properties force mode set. And, remove AttachScreen calls.
      Set version to 1.2.99.903 (1.3 RC3)
      Don't erase current crtc for outputs on CloseScreen
      Bump version to 1.2.99.904 (1.3 RC4)
      Bump to version 1.2.99.905 (1.3 RC5)
      In AIGLX EnterVT processing, invoke driver EnterVT before resuming glx.
      Disable CRTC when SetSingleMode has no matching mode. Update RandR as well.
      Rotate screen size as needed from RandR 1.1 change requests.
      Add quirk for Acer AL1706 monitor to force 60hz refresh.
      RandR 1.2 spec says CRTC info contains screen-relative geometry.
      typo in built-in module log message
      Use default screen monitor for one of the outputs.
      Allow outputs to be explicitly enabled in config, overriding detect.
      Was accidentally disabling rotation updates in mode set.
      Disable SourceValidate in rotation to capture cursor.
      Update version to 1.3.0.0

Matthieu Herrb (1):
      CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList() Memory Corruption

Michel Dänzer (8):
      fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.
      fbdevhw: Fix some issues with the previous commit.
      fbdevhw: Use displayWidth for fbdev virtual width when appropriate.
      fbdevhw: Override RGB offsets and masks after setting initial mode.
      fbdevhw: Consider mode set equal to mode requested if virtual width is larger.
      fbdevhw: Only deal with RGB weight if default visual is True- or DirectColor.
      Add per-drawable Xv colour key helper function.
      Bump video driver ABI version to 1.2.

Peter Hutterer (1):
      Xext: Update device's lastx/lasty when sending a motion event with XTest.

Tomas Janousek (1):
      Bug #10296: Fix timer rescheduling.

---
 .gitignore                                                                 |  269 
 GL/Makefile.in                                                             |  851 
 GL/glx/.gitignore                                                          |    5 
 GL/glx/Makefile.in                                                         |  909 
 GL/glx/glxdri.c                                                            |    6 
 GL/mesa/.gitignore                                                         |   32 
 GL/mesa/Makefile.in                                                        |  913 
 GL/mesa/X/Makefile.in                                                      |  842 
 GL/mesa/array_cache/Makefile.in                                            |  806 
 GL/mesa/glapi/Makefile.in                                                  |  806 
 GL/mesa/main/Makefile.in                                                   |  942 
 GL/mesa/math/Makefile.in                                                   |  822 
 GL/mesa/shader/Makefile.in                                                 |  942 
 GL/mesa/shader/grammar/Makefile.in                                         |  805 
 GL/mesa/shader/slang/Makefile.in                                           |  854 
 GL/mesa/swrast/Makefile.in                                                 |  872 
 GL/mesa/swrast_setup/Makefile.in                                           |  806 
 GL/mesa/tnl/Makefile.in                                                    |  870 
 Makefile.in                                                                | 1085 
 XTrap/Makefile.in                                                          |  792 
 Xext/Makefile.in                                                           | 1073 
 Xext/xcmisc.c                                                              |   13 
 Xi/Makefile.in                                                             |  906 
 aclocal.m4                                                                 | 7860 
 afb/Makefile.in                                                            |  907 
 afb/afbbltC.c                                                              |    2 
 afb/afbbltCI.c                                                             |    2 
 afb/afbbltG.c                                                              |    2 
 afb/afbbltO.c                                                              |    2 
 afb/afbbltX.c                                                              |    2 
 afb/afbseg.c                                                               |    2 
 afb/afbtileC.c                                                             |    2 
 afb/afbtileG.c                                                             |    2 
 autogen.sh                                                                 |   12 
 cfb/Makefile.in                                                            | 1221 
 cfb/cfb8lineCO.c                                                           |    2 
 cfb/cfb8lineCP.c                                                           |    3 
 cfb/cfb8lineG.c                                                            |    2 
 cfb/cfb8lineX.c                                                            |    2 
 cfb/cfb8segC.c                                                             |    3 
 cfb/cfb8segCS.c                                                            |    4 
 cfb/cfb8segX.c                                                             |    3 
 cfb/cfb8setG.c                                                             |    3 
 cfb/cfbbltC.c                                                              |    2 
 cfb/cfbbltG.c                                                              |    2 
 cfb/cfbbltO.c                                                              |    2 
 cfb/cfbbltX.c                                                              |    2 
 cfb/cfbfillarcC.c                                                          |    2 
 cfb/cfbfillarcG.c                                                          |    2 
 cfb/cfbglrop8.c                                                            |    2 
 cfb/cfbply1rctC.c                                                          |    2 
 cfb/cfbply1rctG.c                                                          |    2 
 cfb/cfbseg.c                                                               |    2 
 cfb/cfbsolidC.c                                                            |    2 
 cfb/cfbsolidG.c                                                            |    2 
 cfb/cfbsolidX.c                                                            |    2 
 cfb/cfbtile32C.c                                                           |    2 
 cfb/cfbtile32G.c                                                           |    2 
 cfb/cfbtileoddC.c                                                          |    2 
 cfb/cfbtileoddG.c                                                          |    2 
 cfb/cfbzerarcC.c                                                           |    2 
 cfb/cfbzerarcG.c                                                           |    2 
 cfb/cfbzerarcX.c                                                           |    2 
 cfb32/Makefile.in                                                          | 1176 
 cfb32/cfb8lineCO.c                                                         |    2 
 cfb32/cfb8lineCP.c                                                         |    3 
 cfb32/cfb8lineG.c                                                          |    2 
 cfb32/cfb8lineX.c                                                          |    2 
 cfb32/cfb8segC.c                                                           |    3 
 cfb32/cfb8segCS.c                                                          |    4 
 cfb32/cfb8segX.c                                                           |    3 
 cfb32/cfb8setG.c                                                           |    3 
 cfb32/cfbbltC.c                                                            |    2 
 cfb32/cfbbltG.c                                                            |    2 
 cfb32/cfbbltO.c                                                            |    2 
 cfb32/cfbbltX.c                                                            |    2 
 cfb32/cfbfillarcC.c                                                        |    2 
 cfb32/cfbfillarcG.c                                                        |    2 
 cfb32/cfbply1rctC.c                                                        |    2 
 cfb32/cfbply1rctG.c                                                        |    2 
 cfb32/cfbseg.c                                                             |    2 
 cfb32/cfbsolidC.c                                                          |    2 
 cfb32/cfbsolidG.c                                                          |    2 
 cfb32/cfbsolidX.c                                                          |    2 
 cfb32/cfbtile32C.c                                                         |    2 
 cfb32/cfbtile32G.c                                                         |    2 
 cfb32/cfbtileoddC.c                                                        |    2 
 cfb32/cfbtileoddG.c                                                        |    2 
 cfb32/cfbzerarcC.c                                                         |    2 
 cfb32/cfbzerarcG.c                                                         |    2 
 cfb32/cfbzerarcX.c                                                         |    2 
 compile                                                                    |  142 
 composite/Makefile.in                                                      |  798 
 config.guess                                                               | 1497 
 config.sub                                                                 | 1608 
 configure                                                                  |36760 ++
 configure.ac                                                               |   10 
 damageext/Makefile.in                                                      |  792 
 dbe/Makefile.in                                                            |  827 
 depcomp                                                                    |  530 
 dev/null                                                                   |binary
 dix/Makefile.in                                                            |  857 
 doc/.gitignore                                                             |    2 
 doc/Makefile.in                                                            |  775 
 exa/Makefile.in                                                            |  843 
 fb/Makefile.in                                                             |  935 
 hw/Makefile.in                                                             |  857 
 hw/darwin/Makefile.in                                                      |  796 
 hw/dmx/Makefile.in                                                         | 1456 
 hw/dmx/config/Makefile.in                                                  | 1034 
 hw/dmx/config/parser.c                                                     | 1888 
 hw/dmx/config/parser.h                                                     |   99 
 hw/dmx/config/scanner.c                                                    | 1991 
 hw/dmx/doc/Makefile.in                                                     |  985 
 hw/dmx/examples/Makefile.in                                                | 1189 
 hw/dmx/glxProxy/Makefile.in                                                |  847 
 hw/dmx/input/Makefile.in                                                   |  884 
 hw/kdrive/Kdrive.tmpl                                                      |   17 
 hw/kdrive/Makefile.in                                                      |  852 
 hw/kdrive/Xkdrive.man                                                      |   77 
 hw/kdrive/ati/Makefile.in                                                  |  903 
 hw/kdrive/ati/ati_drawtmp.h                                                |  240 
 hw/kdrive/ati/ati_dri.c                                                    | 1141 
 hw/kdrive/ati/ati_dri.h                                                    |  100 
 hw/kdrive/ati/ati_dripriv.h                                                |   57 
 hw/kdrive/ati/ati_sarea.h                                                  |   42 
 hw/kdrive/ati/r128_blendtmp.h                                              |  137 
 hw/kdrive/ati/r128_common.h                                                |  170 
 hw/kdrive/ati/r128_sarea.h                                                 |  185 
 hw/kdrive/ati/radeon_common.h                                              |  460 
 hw/kdrive/ati/radeon_sarea.h                                               |  221 
 hw/kdrive/chips/Makefile.in                                                |  857 
 hw/kdrive/ephyr/Makefile.in                                                |  873 
 hw/kdrive/epson/Makefile.in                                                |  853 
 hw/kdrive/epson/Xepson.man                                                 |   26 
 hw/kdrive/fake/Makefile.in                                                 |  857 
 hw/kdrive/fbdev/Makefile.in                                                |  846 
 hw/kdrive/fbdev/Xfbdev.man                                                 |   28 
 hw/kdrive/i810/Makefile.in                                                 |  858 
 hw/kdrive/igs/igs.c                                                        |  669 
 hw/kdrive/igs/igs.h                                                        |  329 
 hw/kdrive/igs/igscmap.c                                                    |   64 
 hw/kdrive/igs/igscurs.c                                                    |  347 
 hw/kdrive/igs/igsdraw.c                                                    | 1535 
 hw/kdrive/igs/igsdraw.h                                                    |  260 
 hw/kdrive/igs/igsreg.c                                                     |  971 
 hw/kdrive/igs/igsreg.h                                                     |  157 
 hw/kdrive/igs/igsstub.c                                                    |   72 
 hw/kdrive/ipaq/ipaq.c                                                      |   71 
 hw/kdrive/itsy/itsy.c                                                      |  328 
 hw/kdrive/itsy/itsy.h                                                      |   42 
 hw/kdrive/itsy/kbd.c                                                       |  237 
 hw/kdrive/itsy/ts.c                                                        |  212 
 hw/kdrive/linux/Makefile.in                                                |  837 
 hw/kdrive/mach64/Makefile.in                                               |  860 
 hw/kdrive/mach64/mach64curs.c                                              |  392 
 hw/kdrive/mga/Makefile.in                                                  |  863 
 hw/kdrive/neomagic/Makefile.in                                             |  873 
 hw/kdrive/nvidia/Makefile.in                                               |  861 
 hw/kdrive/nvidia/nvidiacurs.c                                              |  392 
 hw/kdrive/nvidia/nvidiavideo.c                                             | 1018 
 hw/kdrive/pcmcia/modes.h                                                   |   66 
 hw/kdrive/pcmcia/pcmcia.c                                                  | 1200 
 hw/kdrive/pcmcia/pcmcia.h                                                  |  268 
 hw/kdrive/pcmcia/pcmciacurs.c                                              |  452 
 hw/kdrive/pcmcia/pcmciarotate.c                                            |  335 
 hw/kdrive/pcmcia/pcmciashadow.c                                            |  200 
 hw/kdrive/pcmcia/pcmciastub.c                                              |   63 
 hw/kdrive/pm2/Makefile.in                                                  |  857 
 hw/kdrive/r128/Makefile.in                                                 |  857 
 hw/kdrive/savage/s3.c                                                      | 1838 
 hw/kdrive/savage/s3.h                                                      |  537 
 hw/kdrive/savage/s3.nick                                                   |   41 
 hw/kdrive/savage/s3clock.c                                                 |   87 
 hw/kdrive/savage/s3cmap.c                                                  |  125 
 hw/kdrive/savage/s3curs.c                                                  |  433 
 hw/kdrive/savage/s3draw.c                                                  | 3244 
 hw/kdrive/savage/s3draw.h                                                  |  471 
 hw/kdrive/savage/s3gc.c                                                    |  302 
 hw/kdrive/savage/s3reg.c                                                   | 1304 
 hw/kdrive/savage/s3reg.h                                                   |  230 
 hw/kdrive/savage/s3rtst.c                                                  |  144 
 hw/kdrive/savage/s3stub.c                                                  |  100 
 hw/kdrive/sdl/Makefile.in                                                  |  824 
 hw/kdrive/sis300/Makefile.in                                               |  868 
 hw/kdrive/sis530/sis.c                                                     |  924 
 hw/kdrive/sis530/sis.h                                                     | 1218 
 hw/kdrive/sis530/sisclock.c                                                |  235 
 hw/kdrive/sis530/siscmap.c                                                 |   67 
 hw/kdrive/sis530/siscurs.c                                                 |  367 
 hw/kdrive/sis530/sisdraw.c                                                 | 1723 
 hw/kdrive/sis530/sisdraw.h                                                 |  183 
 hw/kdrive/sis530/sisio.c                                                   |   33 
 hw/kdrive/sis530/sisstub.c                                                 |   69 
 hw/kdrive/smi/Makefile.in                                                  |  864 
 hw/kdrive/smi/smivideo.c                                                   | 1015 
 hw/kdrive/src/Makefile.in                                                  |  900 
 hw/kdrive/src/kcolor.c                                                     |  884 
 hw/kdrive/src/kkeymap.c                                                    |  238 
 hw/kdrive/src/kloadmap.c                                                   |  203 
 hw/kdrive/trident/trident.c                                                |  613 
 hw/kdrive/trident/trident.h                                                |  272 
 hw/kdrive/trident/tridentcurs.c                                            |  392 
 hw/kdrive/trident/tridentdraw.c                                            |  499 
 hw/kdrive/trident/tridentdraw.h                                            |   72 
 hw/kdrive/trident/tridentstub.c                                            |   96 
 hw/kdrive/trio/s3.c                                                        | 1016 
 hw/kdrive/trio/s3.h                                                        | 1203 
 hw/kdrive/trio/s3clock.c                                                   |   88 
 hw/kdrive/trio/s3cmap.c                                                    |   73 
 hw/kdrive/trio/s3curs.c                                                    |  419 
 hw/kdrive/trio/s3stub.c                                                    |   68 
 hw/kdrive/ts300/ts300.c                                                    |  139 
 hw/kdrive/vesa/Makefile.in                                                 |  857 
 hw/kdrive/vesa/Xvesa.man                                                   |  105 
 hw/kdrive/via/Makefile.in                                                  |  857 
 hw/kdrive/vxworks/vxkbd.c                                                  |  265 
 hw/kdrive/vxworks/vxmouse.c                                                |  124 
 hw/kdrive/vxworks/vxworks.c                                                |   69 
 hw/vfb/.gitignore                                                          |    2 
 hw/vfb/Makefile.in                                                         |  992 
 hw/xfree86/Makefile.am                                                     |    1 
 hw/xfree86/Makefile.in                                                     | 1109 
 hw/xfree86/common/Makefile.in                                              |  997 
 hw/xfree86/common/xf86Build.h                                              |    1 
 hw/xfree86/common/xf86Module.h                                             |    2 
 hw/xfree86/common/xf86xv.c                                                 |   66 
 hw/xfree86/common/xf86xv.h                                                 |    3 
 hw/xfree86/common/xf86xvpriv.h                                             |    1 
 hw/xfree86/ddc/Makefile.in                                                 |  831 
 hw/xfree86/ddc/xf86DDC.c                                                   |    7 
 hw/xfree86/dixmods/Makefile.in                                             | 1208 
 hw/xfree86/dixmods/extmod/Makefile.in                                      |  874 
 hw/xfree86/doc/Makefile.in                                                 |  841 
 hw/xfree86/doc/devel/Makefile.in                                           |  688 
 hw/xfree86/doc/man/.gitignore                                              |    4 
 hw/xfree86/doc/man/Makefile.in                                             |  793 
 hw/xfree86/doc/sgml/Makefile.in                                            |  727 
 hw/xfree86/dri/Makefile.in                                                 |  886 
 hw/xfree86/dummylib/Makefile.in                                            |  903 
 hw/xfree86/exa/Makefile.in                                                 |  906 
 hw/xfree86/fbdevhw/.gitignore                                              |    2 
 hw/xfree86/fbdevhw/Makefile.in                                             |  926 
 hw/xfree86/fbdevhw/fbdevhw.c                                               |  160 
 hw/xfree86/i2c/Makefile.in                                                 |  935 
 hw/xfree86/i2c/xf86i2cmodule.c                                             |   36 
 hw/xfree86/int10/Makefile.in                                               |  907 
 hw/xfree86/loader/Makefile.am                                              |    3 
 hw/xfree86/loader/Makefile.in                                              |  845 
 hw/xfree86/loader/loadmod.c                                                |    5 
 hw/xfree86/loader/xf86sym.c                                                |    7 
 hw/xfree86/modes/Makefile.am                                               |    4 
 hw/xfree86/modes/Makefile.in                                               |  851 
 hw/xfree86/modes/xf86Crtc.c                                                |  388 
 hw/xfree86/modes/xf86Crtc.h                                                |  163 
 hw/xfree86/modes/xf86Cursors.c                                             |  607 
 hw/xfree86/modes/xf86EdidModes.c                                           |   10 
 hw/xfree86/modes/xf86RandR12.c                                             |   53 
 hw/xfree86/modes/xf86RandR12.h                                             |    1 
 hw/xfree86/modes/xf86Rename.h                                              |    4 
 hw/xfree86/modes/xf86Rotate.c                                              |  113 
 hw/xfree86/os-support/Makefile.in                                          |  953 
 hw/xfree86/os-support/bsd/Makefile.in                                      | 1016 
 hw/xfree86/os-support/bus/Makefile.in                                      |  877 
 hw/xfree86/os-support/hurd/Makefile.in                                     |  889 
 hw/xfree86/os-support/linux/Makefile.in                                    |  963 
 hw/xfree86/os-support/lynxos/Makefile.in                                   |  687 
 hw/xfree86/os-support/misc/Makefile.in                                     |  809 
 hw/xfree86/os-support/sco/Makefile.in                                      |  688 
 hw/xfree86/os-support/solaris/Makefile.in                                  | 1010 
 hw/xfree86/os-support/sysv/Makefile.in                                     |  678 
 hw/xfree86/os-support/usl/Makefile.in                                      |  690 
 hw/xfree86/parser/Makefile.in                                              |  908 
 hw/xfree86/rac/Makefile.in                                                 |  819 
 hw/xfree86/ramdac/Makefile.am                                              |    6 
 hw/xfree86/ramdac/Makefile.in                                              |  842 
 hw/xfree86/ramdac/xf86BitOrder.c                                           |    2 
 hw/xfree86/ramdac/xf86Cursor.h                                             |    3 
 hw/xfree86/ramdac/xf86RamDacMod.c                                          |   46 
 hw/xfree86/scanpci/Makefile.in                                             |  852 
 hw/xfree86/scanpci/xf86PciData.c                                           |    2 
 hw/xfree86/scanpci/xf86PciIds.h                                            |143342 ++++++++++
 hw/xfree86/shadowfb/Makefile.in                                            |  844 
 hw/xfree86/utils/Makefile.in                                               |  844 
 hw/xfree86/utils/cvt/Makefile.in                                           |  976 
 hw/xfree86/utils/gtf/.gitignore                                            |    2 
 hw/xfree86/utils/gtf/Makefile.in                                           |  944 
 hw/xfree86/utils/ioport/Makefile.in                                        |  881 
 hw/xfree86/utils/kbd_mode/Makefile.in                                      |  973 
 hw/xfree86/utils/pcitweak/.gitignore                                       |    3 
 hw/xfree86/utils/pcitweak/Makefile.in                                      |  955 
 hw/xfree86/utils/scanpci/.gitignore                                        |    2 
 hw/xfree86/utils/scanpci/Makefile.in                                       |  958 
 hw/xfree86/utils/xorgcfg/.gitignore                                        |    2 
 hw/xfree86/utils/xorgcfg/Makefile.in                                       | 1469 
 hw/xfree86/utils/xorgconfig/.gitignore                                     |    1 
 hw/xfree86/utils/xorgconfig/Makefile.in                                    | 1000 
 hw/xfree86/vbe/Makefile.in                                                 |  847 
 hw/xfree86/vgahw/Makefile.in                                               |  845 
 hw/xfree86/x86emu/Makefile.in                                              |  816 
 hw/xfree86/xaa/Makefile.in                                                 |  978 
 hw/xfree86/xaa/l-xaaBitmap.c                                               |    2 
 hw/xfree86/xaa/l-xaaStipple.c                                              |    2 
 hw/xfree86/xaa/l-xaaTEGlyph.c                                              |    2 
 hw/xfree86/xaa/l3-xaaBitmap.c                                              |    3 
 hw/xfree86/xaa/l3-xaaStipple.c                                             |    3 
 hw/xfree86/xaa/lf-xaaBitmap.c                                              |    3 
 hw/xfree86/xaa/lf-xaaStipple.c                                             |    3 
 hw/xfree86/xaa/lf-xaaTEGlyph.c                                             |    3 
 hw/xfree86/xaa/lf3-xaaBitmap.c                                             |    4 
 hw/xfree86/xaa/lf3-xaaStipple.c                                            |    4 
 hw/xfree86/xaa/m-xaaBitmap.c                                               |    2 
 hw/xfree86/xaa/m-xaaStipple.c                                              |    2 
 hw/xfree86/xaa/m-xaaTEGlyph.c                                              |    2 
 hw/xfree86/xaa/m3-xaaBitmap.c                                              |    3 
 hw/xfree86/xaa/m3-xaaStipple.c                                             |    3 
 hw/xfree86/xaa/mf-xaaBitmap.c                                              |    3 
 hw/xfree86/xaa/mf-xaaStipple.c                                             |    3 
 hw/xfree86/xaa/mf-xaaTEGlyph.c                                             |    3 
 hw/xfree86/xaa/mf3-xaaBitmap.c                                             |    4 
 hw/xfree86/xaa/mf3-xaaStipple.c                                            |    4 
 hw/xfree86/xaa/s-xaaDashLine.c                                             |    2 
 hw/xfree86/xaa/s-xaaLine.c                                                 |    2 
 hw/xfree86/xf1bpp/Makefile.in                                              | 1076 
 hw/xfree86/xf1bpp/maskbits.c                                               |    2 
 hw/xfree86/xf1bpp/mfbbitblt.c                                              |    2 
 hw/xfree86/xf1bpp/mfbbltC.c                                                |    2 
 hw/xfree86/xf1bpp/mfbbltCI.c                                               |    2 
 hw/xfree86/xf1bpp/mfbbltG.c                                                |    2 
 hw/xfree86/xf1bpp/mfbbltO.c                                                |    2 
 hw/xfree86/xf1bpp/mfbbltX.c                                                |    2 
 hw/xfree86/xf1bpp/mfbbres.c                                                |    2 
 hw/xfree86/xf1bpp/mfbbresd.c                                               |    2 
 hw/xfree86/xf1bpp/mfbbstore.c                                              |    2 
 hw/xfree86/xf1bpp/mfbclip.c                                                |    2 
 hw/xfree86/xf1bpp/mfbcmap.c                                                |    2 
 hw/xfree86/xf1bpp/mfbfillarc.c                                             |    2 
 hw/xfree86/xf1bpp/mfbfillrct.c                                             |    2 
 hw/xfree86/xf1bpp/mfbfillsp.c                                              |    2 
 hw/xfree86/xf1bpp/mfbfont.c                                                |    2 
 hw/xfree86/xf1bpp/mfbgc.c                                                  |    2 
 hw/xfree86/xf1bpp/mfbgetsp.c                                               |    2 
 hw/xfree86/xf1bpp/mfbhrzvert.c                                             |    2 
 hw/xfree86/xf1bpp/mfbigbblak.c                                             |    3 
 hw/xfree86/xf1bpp/mfbigbwht.c                                              |    3 
 hw/xfree86/xf1bpp/mfbimage.c                                               |    2 
 hw/xfree86/xf1bpp/mfbline.c                                                |    2 
 hw/xfree86/xf1bpp/mfbmisc.c                                                |    2 
 hw/xfree86/xf1bpp/mfbpablack.c                                             |    5 
 hw/xfree86/xf1bpp/mfbpainv.c                                               |    5 
 hw/xfree86/xf1bpp/mfbpawhite.c                                             |    5 
 hw/xfree86/xf1bpp/mfbpgbblak.c                                             |    3 
 hw/xfree86/xf1bpp/mfbpgbinv.c                                              |    3 
 hw/xfree86/xf1bpp/mfbpgbwht.c                                              |    3 
 hw/xfree86/xf1bpp/mfbpixmap.c                                              |    2 
 hw/xfree86/xf1bpp/mfbplyblack.c                                            |    4 
 hw/xfree86/xf1bpp/mfbplyinv.c                                              |    4 
 hw/xfree86/xf1bpp/mfbplywhite.c                                            |    4 
 hw/xfree86/xf1bpp/mfbpntwin.c                                              |    2 
 hw/xfree86/xf1bpp/mfbpolypnt.c                                             |    2 
 hw/xfree86/xf1bpp/mfbpushpxl.c                                             |    2 
 hw/xfree86/xf1bpp/mfbscrclse.c                                             |    2 
 hw/xfree86/xf1bpp/mfbscrinit.c                                             |    2 
 hw/xfree86/xf1bpp/mfbseg.c                                                 |    2 
 hw/xfree86/xf1bpp/mfbsetsp.c                                               |    2 
 hw/xfree86/xf1bpp/mfbteblack.c                                             |    4 
 hw/xfree86/xf1bpp/mfbtewhite.c                                             |    4 
 hw/xfree86/xf1bpp/mfbtileC.c                                               |    2 
 hw/xfree86/xf1bpp/mfbtileG.c                                               |    2 
 hw/xfree86/xf1bpp/mfbwindow.c                                              |    2 
 hw/xfree86/xf1bpp/mfbzerarc.c                                              |    2 
 hw/xfree86/xf4bpp/Makefile.in                                              |  941 
 hw/xfree86/xf4bpp/mfbseg.c                                                 |    2 
 hw/xfree86/xf8_16bpp/Makefile.in                                           |  843 
 hw/xfree86/xf8_32bpp/Makefile.in                                           |  884 
 hw/xfree86/xf8_32bpp/cfbgc32.c                                             |    2 
 hw/xfree86/xf8_32bpp/cfbgc8.c                                              |    2 
 hw/xgl/Makefile.in                                                         | 1105 
 hw/xgl/egl/Makefile.in                                                     | 1044 
 hw/xgl/egl/module/Makefile.in                                              |  829 
 hw/xgl/glx/Makefile.in                                                     |  940 
 hw/xgl/glx/module/Makefile.in                                              |  833 
 hw/xgl/glx/xglxinit.c                                                      |  172 
 hw/xgl/glxext/Makefile.in                                                  |  916 
 hw/xgl/glxext/module/Makefile.in                                           |  840 
 hw/xnest/.gitignore                                                        |    2 
 hw/xnest/Makefile.in                                                       | 1053 
 hw/xprint/Makefile.in                                                      | 1133 
 hw/xprint/config/C/Makefile.in                                             |  835 
 hw/xprint/config/C/print/Makefile.in                                       |  895 
 hw/xprint/config/C/print/attributes/Makefile.in                            |  711 
 hw/xprint/config/C/print/ddx-config/Makefile.in                            |  835 
 hw/xprint/config/C/print/ddx-config/raster/Makefile.in                     |  711 
 hw/xprint/config/C/print/models/CANONBJ10E-GS/Makefile.in                  |  711 
 hw/xprint/config/C/print/models/CANONC3200-PS/Makefile.in                  |  869 
 hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am            |    8 
 hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.in            |  733 
 hw/xprint/config/C/print/models/GSdefault/Makefile.in                      |  711 
 hw/xprint/config/C/print/models/HPDJ1600C/Makefile.in                      |  869 
 hw/xprint/config/C/print/models/HPDJ1600C/fonts/Makefile.in                |  759 
 hw/xprint/config/C/print/models/HPLJ4050-PS/Makefile.in                    |  869 
 hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am              |    8 
 hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.in              |  733 
 hw/xprint/config/C/print/models/HPLJ4family/Makefile.in                    |  869 
 hw/xprint/config/C/print/models/HPLJ4family/fonts/Makefile.in              |  759 
 hw/xprint/config/C/print/models/Makefile.in                                |  846 
 hw/xprint/config/C/print/models/PS2PDFspooldir-GS/Makefile.in              |  736 
 hw/xprint/config/C/print/models/PSdefault/Makefile.in                      |  869 
 hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am                |    7 
 hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.in                |  755 
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Bold.pmf     |binary
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-BoldItal.pmf |binary
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Ital.pmf     |binary
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Roman.pmf    |binary
 hw/xprint/config/C/print/models/PSspooldir/Makefile.in                     |  736 
 hw/xprint/config/C/print/models/SPSPARC2/Makefile.in                       |  869 
 hw/xprint/config/C/print/models/SPSPARC2/fonts/Makefile.in                 |  716 
 hw/xprint/config/Makefile.in                                               | 1572 
 hw/xprint/config/en_US/Makefile.in                                         |  835 
 hw/xprint/config/en_US/print/Makefile.in                                   |  835 
 hw/xprint/config/en_US/print/attributes/Makefile.in                        |  711 
 hw/xprint/doc/Makefile.in                                                  |  770 
 hw/xprint/dpmsstubs-wrapper.c                                              |    1 
 hw/xprint/etc/Makefile.in                                                  |  835 
 hw/xprint/etc/Xsession.d/Makefile.in                                       |  711 
 hw/xprint/etc/init.d/Makefile.in                                           |  737 
 hw/xprint/etc/profile.d/Makefile.in                                        |  678 
 hw/xprint/miinitext-wrapper.c                                              |    1 
 hw/xprint/pcl-mono/Makefile.in                                             |  961 
 hw/xprint/pcl/Makefile.in                                                  |  961 
 hw/xprint/ps/Makefile.in                                                   |  839 
 hw/xprint/raster/Makefile.in                                               |  794 
 hw/xwin/Makefile.in                                                        | 1241 
 hw/xwin/winprefslex.c                                                      | 2024 
 hw/xwin/winprefsyacc.c                                                     | 2002 
 hw/xwin/winprefsyacc.h                                                     |  105 
 hw/xwin/xlaunch/Makefile                                                   |   79 
 hw/xwin/xlaunch/config.h                                                   |   60 
 include/Makefile.in                                                        |  903 
 include/dix-config.h                                                       |  444 
 include/do-not-use-config.h                                                |  647 
 include/do-not-use-config.h.in                                             |  646 
 include/xorg-config.h                                                      |  119 
 include/xorg-server.h                                                      |  242 
 install-sh                                                                 |  323 
 ltmain.sh                                                                  | 6871 
 mfb/Makefile.in                                                            | 1003 
 mfb/mfbbltC.c                                                              |    2 
 mfb/mfbbltCI.c                                                             |    2 
 mfb/mfbbltG.c                                                              |    2 
 mfb/mfbbltO.c                                                              |    2 
 mfb/mfbbltX.c                                                              |    2 
 mfb/mfbigbblak.c                                                           |    3 
 mfb/mfbigbwht.c                                                            |    3 
 mfb/mfbpablack.c                                                           |    5 
 mfb/mfbpainv.c                                                             |    5 
 mfb/mfbpawhite.c                                                           |    5 
 mfb/mfbpgbblak.c                                                           |    3 
 mfb/mfbpgbinv.c                                                            |    3 
 mfb/mfbpgbwht.c                                                            |    3 
 mfb/mfbplyblack.c                                                          |    4 
 mfb/mfbplyinv.c                                                            |    4 
 mfb/mfbplywhite.c                                                          |    4 
 mfb/mfbseg.c                                                               |    2 
 mfb/mfbteblack.c                                                           |    4 
 mfb/mfbtewhite.c                                                           |    4 
 mfb/mfbtileC.c                                                             |    2 
 mfb/mfbtileG.c                                                             |    2 
 mi/Makefile.in                                                             |  947 
 miext/Makefile.in                                                          |  836 
 miext/cw/Makefile.in                                                       |  796 
 miext/damage/Makefile.in                                                   |  826 
 miext/rootless/Makefile.in                                                 |  702 
 miext/shadow/Makefile.in                                                   |  870 
 missing                                                                    |  360 
 os/Makefile.in                                                             |  857 
 os/WaitFor.c                                                               |    9 
 randr/Makefile.in                                                          |  848 
 randr/mirandr.c                                                            |   11 
 randr/randr.c                                                              |    2 
 randr/randrstr.h                                                           |   27 
 randr/rrcrtc.c                                                             |  181 
 randr/rrinfo.c                                                             |   11 
 randr/rroutput.c                                                           |   54 
 randr/rrproperty.c                                                         |  184 
 randr/rrscreen.c                                                           |   13 
 record/Makefile.in                                                         |  790 
 render/Makefile.in                                                         |  848 
 xfixes/Makefile.in                                                         |  801 
 xkb/Makefile.in                                                            |  915 
 490 files changed, 359298 insertions(+), 35229 deletions(-)
---


Reply to: