CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2016-10-26 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Oct 26 14:29:48 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_driver.c Log Message: default to exa if we don't have xaa To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ xsrc

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2016-09-27 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Tue Sep 27 19:12:54 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_exa.c Log Message: CARD32 might not be an int, so cast explicitly to uint32_t and print that correctly. To generate a diff of this co

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2016-09-02 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Sep 2 21:24:49 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_accel.c ffb_accel_common.c Log Message: move ffb_fastfill_parms to ffb_accel_common.c so the EXA code can work without X

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2016-08-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Aug 22 08:47:22 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_dac.c Log Message: deal with an issue compat-api.h should deal with. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2016-08-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Aug 22 08:28:32 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_accel_common.c ffb_exa.c Log Message: include config.h #ifdef HAVE_CONFIG_H To generate a diff of this commit: cvs rdiff -u

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2015-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Aug 16 17:47:39 UTC 2015 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb.h ffb_accel.c ffb_exa.c Added Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_accel_common.c Log Messag

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2015-08-10 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 11 03:57:36 UTC 2015 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb.h ffb_accel.c ffb_driver.c ffb_regs.h Added Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_exa.c Log M

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2011-05-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun May 22 12:24:15 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb.h Log Message: declare VISmoveImageRL() and VISmoveImageLR() To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xsrc/exte

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2011-02-05 Thread Julian Coleman
Module Name:xsrc Committed By: jdc Date: Sat Feb 5 21:05:07 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_dac.c Log Message: When restoring the screen ("DPMS On") in FFBDacDPMSMode(), use the saved state to restore the timing generator control

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2011-01-31 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Feb 1 03:12:06 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_driver.c Log Message: add FFBDriverFunc() so we can tell the Xserver that we do not need PIO access enabled, now this works again. W