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

2019-12-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Mon Dec 30 18:27:50 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Add missing newlines in log messages. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 \ xsrc

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

2019-12-25 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Wed Dec 25 14:36:34 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Fix Xorg wsfb server "Rotate" corruption problem. PR xsrc/54167 Confirmed on zaurus SL-C1000, SL-C3000 (CW) an

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

2019-02-03 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Sun Feb 3 17:11:49 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: The modesetting driver and wsfb access the same hardware but through different interfaces (/dev/dri/card0 vs /d

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

2018-07-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Jul 22 14:54:32 UTC 2018 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: actually use wsdisplayio_fbinfo::fbi_fboffset To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 \

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

2017-03-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Mar 24 00:57:33 UTC 2017 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: support WSFB_VRAM_IS_SPLIT workaround for wildcat boards - use a shadow fb and copy dirty areas into both frame

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

2016-08-15 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Aug 16 06:28:25 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Added Files: xsrc/external/mit/xf86-video-wsfb/dist/src: compat-api.h Log Message: port xf86-video-wsfb to compat-

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

2016-02-17 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Feb 17 18:51:41 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: add a shadowfb update function which endian-swaps 32bit pixels, use if we have hardware with BGRA pixel

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

2014-07-21 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Mon Jul 21 19:03:03 UTC 2014 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Add kludge to use luna68k 4/8bpp framebuffers as a monochrome server. The idea is taken from mlterm-fb --depth

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

2014-07-20 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sun Jul 20 10:45:05 UTC 2014 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Add one more cmsize == 0 check before PUTCMAP ioctl. To generate a diff of this commit: cvs rdiff -u -r1.23 -r

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

2014-07-20 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sun Jul 20 09:45:20 UTC 2014 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: No need to handle colormap ioctls if cmsize == 0 even in WSFB_CI case. To generate a diff of this commit: cvs

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

2014-07-20 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sun Jul 20 08:53:00 UTC 2014 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Fix wrong VRAM size calculation on old drivers without GET_FBINFO ioctl. The linebytes is a byte number of widt

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

2014-01-21 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Jan 22 07:48:29 UTC 2014 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: make Option "HWCursor" actually work, default to true To generate a diff of this commit: cvs rdiff -u -r1.20

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

2013-10-18 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Oct 18 16:58:50 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: CARD32 might be unsigned int or unsigned long, depending on platform, so cast to unsigned int when printing. To ge

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

2013-06-04 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Jun 5 02:11:44 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: fix a merge botch. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 \ xsrc/external/mit/xf86-vide

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

2013-06-04 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Jun 5 01:45:34 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: merge xf86-video-wsfb 0.4.0 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ xsrc/external/mit/

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

2013-03-28 Thread Michael van Elst
Module Name:xsrc Committed By: mlelstv Date: Thu Mar 28 16:30:47 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Call removeShadow only when shadowFB has been initialized. To generate a diff of this commit: cvs rdiff -u -r1

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

2013-02-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 14 16:13:38 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: call ioctl(WSDISPLAYIO_SMODE, ...) in EnterTV/LeaveVT so kernel graphics drivers get notified when we switch in

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

2013-01-31 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jan 31 11:18:02 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: use WSDISPLAYIO_GET_FBINFO if available To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xs

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

2013-01-09 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Thu Jan 10 00:17:07 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: WSDISPLAY_TYPE_VC4 framebuffer is BGR To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ xsr

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

2011-07-22 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Fri Jul 22 15:12:01 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Make wsfb driver work with 1bpp wscons framebuffer on luna68k: - Pass proper args (a number of line dots, not b

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

2011-07-21 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Thu Jul 21 11:08:58 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks, which have been removed on xorg-server 1.6.1.1

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

2011-05-17 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue May 17 22:28:15 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: xf86LoaderReqSymbols() is no more To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ xsrc/ex

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

2009-12-30 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Dec 31 05:43:57 UTC 2009 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: use BGR on XVR-1000 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xf86-

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

2009-12-11 Thread NONAKA Kimihiro
Module Name:xsrc Committed By: nonaka Date: Sat Dec 12 07:52:36 UTC 2009 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: Enable shadowFB for rotate option. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/exte

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

2009-11-08 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Nov 9 05:24:05 UTC 2009 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: build fix for 0.3.0. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ xsrc/external/mit/xf86-vide

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

2009-11-08 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Nov 9 05:19:11 UTC 2009 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: merge xf86-video-wsfb 0.3.0 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf

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

2009-06-11 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Fri Jun 12 01:53:00 UTC 2009 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_cursor.c wsfb_driver.c Log Message: xf86_ansic.h is no more. use and always. remove no longer working 1 and 4 bpp. :