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
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
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
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 \
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
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-
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
22 matches
Mail list logo