Module Name: xsrc Committed By: mrg Date: Mon Dec 31 22:17:21 UTC 2018
Modified Files: xsrc/external/mit/xf86-video-amdgpu/include: config.h xsrc/external/mit/xf86-video-ati-kms/include: config.h xsrc/external/mit/xf86-video-ati/dist/src: compat-api.h drmmode_display.c radeon_kms.c radeon_probe.c xsrc/external/mit/xf86-video-ati/include: config.h xsrc/external/mit/xf86-video-intel/dist/src: compat-api.h xsrc/external/mit/xf86-video-intel/dist/src/sna: sna.h sna_accel.c sna_driver.c xsrc/external/mit/xf86-video-mach64/dist/src: atipreinit.c xsrc/external/mit/xf86-video-nouveau/dist/src: drmmode_display.c nv_driver.c nv_proto.h xsrc/external/mit/xf86-video-nv/dist/src: compat-api.h xsrc/external/mit/xf86-video-openchrome/dist/src: via_driver.c xsrc/external/mit/xf86-video-rendition/dist/src: rendition.c xsrc/external/mit/xf86-video-s3virge/dist/src: s3v_driver.c xsrc/external/mit/xf86-video-savage/dist/src: compat-api.h savage_driver.c xsrc/external/mit/xf86-video-sis/dist/src: sis_driver.c xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c xsrc/external/mit/xf86-video-tdfx/dist/src: compat-api.h xsrc/external/mit/xf86-video-tga/dist/src: compat-api.h xsrc/external/mit/xf86-video-tseng/dist/src: compat-api.h tseng_driver.c xsrc/external/mit/xorg-server/include: dix-config.h Log Message: mostly fix amd64 xorg-server 1.20 builds: - avoid bswap_16 etc defines for now. ends up with code-in-decl - more ABI_VERSION 23 fixes (BlockHandler/WakeHandler) including re-fix from previous - more Notify API - more shadowUpdatePackedWeak() removal - remove fd_set handling from intel driver (part of ABI_VERSION 23) - cope better with PixMap/Drawable separation in new server - remove support for maxHValue and maxVValue (XXX?) - hide drmmode_udev_notify() when not building udev - comment out nouveau 'wfb' support, xorg-server 1.20 only supplies either 'wfb' or 'fb' interface, not both, and we choose 'fb' - define 'pointer' in nv_proto.h rather than relying upon Xdefs.h - normalise the value of _XTYPEDEF_POINTER - EGL is broken (missing) in xsrc currently To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/xf86-video-amdgpu/include/config.h cvs rdiff -u -r1.7 -r1.8 \ xsrc/external/mit/xf86-video-ati-kms/include/config.h cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-ati/dist/src/compat-api.h \ xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.c \ xsrc/external/mit/xf86-video-ati/dist/src/radeon_kms.c \ xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.c cvs rdiff -u -r1.15 -r1.16 xsrc/external/mit/xf86-video-ati/include/config.h cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-intel/dist/src/compat-api.h cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xf86-video-intel/dist/src/sna/sna.h \ xsrc/external/mit/xf86-video-intel/dist/src/sna/sna_driver.c cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-intel/dist/src/sna/sna_accel.c cvs rdiff -u -r1.7 -r1.8 \ xsrc/external/mit/xf86-video-mach64/dist/src/atipreinit.c cvs rdiff -u -r1.7 -r1.8 \ xsrc/external/mit/xf86-video-nouveau/dist/src/drmmode_display.c cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xf86-video-nouveau/dist/src/nv_driver.c cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-nouveau/dist/src/nv_proto.h cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/external/mit/xf86-video-nv/dist/src/compat-api.h cvs rdiff -u -r1.5 -r1.6 \ xsrc/external/mit/xf86-video-openchrome/dist/src/via_driver.c cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-video-rendition/dist/src/rendition.c cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xf86-video-s3virge/dist/src/s3v_driver.c cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/external/mit/xf86-video-savage/dist/src/compat-api.h cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.c cvs rdiff -u -r1.8 -r1.9 \ xsrc/external/mit/xf86-video-sis/dist/src/sis_driver.c cvs rdiff -u -r1.15 -r1.16 \ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.c cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/external/mit/xf86-video-tdfx/dist/src/compat-api.h cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/xf86-video-tga/dist/src/compat-api.h cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/xf86-video-tseng/dist/src/compat-api.h cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-tseng/dist/src/tseng_driver.c cvs rdiff -u -r1.29 -r1.30 xsrc/external/mit/xorg-server/include/dix-config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.