Module Name:xsrc
Committed By: macallan
Date: Fri Mar 1 02:22:27 UTC 2019
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
poll SX_BZ instead of SX_MT, also complain and dump register info if CG14Wait()
times out.
To generate a di
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 8 22:49:37 UTC 2017
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
do up to 4 pixels at a time CG14Comp_Over*()
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12
Module Name:xsrc
Committed By: macallan
Date: Thu Dec 7 19:23:22 UTC 2017
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
RGB/BGR-flip source images in CG14Comp_Over32*() with non-solid sources
as w
Module Name:xsrc
Committed By: macallan
Date: Mon Oct 30 22:09:54 UTC 2017
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
support PictOpAdd with A8 source and ARGB/ABGR destination
now labels in win
Module Name:xsrc
Committed By: macallan
Date: Sat Jan 14 00:20:16 UTC 2017
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
handle 8bit pixmaps in CG14PrepareCopy(), now the glyph cache works properly
To generate a diff of this com
Module Name:xsrc
Committed By: macallan
Date: Fri Jan 13 20:58:40 UTC 2017
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
CG14CheckComposite():
- don't crash with SX_DEBUG set
- check destination format
To generate a diff of this
Module Name:xsrc
Committed By: christos
Date: Sun Sep 18 02:05:38 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
There is no X_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
xsrc/external/mit/
Module Name:xsrc
Committed By: macallan
Date: Fri Sep 16 22:07:25 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
do PictOpOver operations 4 pixels at a time - this is a vector processor,
let's do some vector processing
->
Module Name:xsrc
Committed By: macallan
Date: Fri Sep 16 22:05:47 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
- DPRINTF() some debug output
- remove unused #defines
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:xsrc
Committed By: macallan
Date: Fri Sep 16 21:16:37 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
cg14_cursor.c cg14_driver.c cg14_render.c
Log Message:
adapt to xorg 1.18
To generate a diff of this commit:
Module Name:xsrc
Committed By: macallan
Date: Tue Apr 29 08:40:58 UTC 2014
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h
Log Message:
write all SX commands to 64bit-aligned addresses
now this works on rev. 27 hardware
To generate a diff of this co
Module Name:xsrc
Committed By: macallan
Date: Tue Jul 30 21:49:38 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
cg14_render.c
Log Message:
now we get PictOpOver with no source alpha and a 32bit mask right
( mostly gtk2 ico
Module Name:xsrc
Committed By: macallan
Date: Tue Jul 30 19:28:46 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
support PictOpOver with 32bit source and mask
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6
Module Name:xsrc
Committed By: macallan
Date: Thu Jul 25 17:37:30 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
"support" PictOpOver with 32bit source and 32bit mask
this needs more work b
Module Name:xsrc
Committed By: macallan
Date: Wed Jul 3 15:29:34 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
- fetch fill colour for text drawing in CheckComposite, swap red and blue
Module Name:xsrc
Committed By: macallan
Date: Wed Jul 3 02:05:53 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
support PictOpOver with 32bit source without alpha, alpha in mask
now KDE3 l
Module Name:xsrc
Committed By: macallan
Date: Tue Jun 25 12:31:29 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
cg14_render.c
Log Message:
missed one
( move CG14Comp_Over32Solid() too )
To generate a diff of this commit:
Module Name:xsrc
Committed By: macallan
Date: Tue Jun 25 12:26:57 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
Added Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
- support PictOpSrc,
Module Name:xsrc
Committed By: macallan
Date: Wed Jun 19 13:26:01 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_driver.c
Added Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
support hardware acc
Module Name:xsrc
Committed By: macallan
Date: Wed Jun 19 13:20:05 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_cursor.c
Log Message:
remove some unnecessary #includes
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
xsrc/e
Module Name:xsrc
Committed By: macallan
Date: Thu May 26 00:36:04 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
#include
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
xsrc/external/mit/xf86-video-s
Module Name:xsrc
Committed By: macallan
Date: Thu Apr 14 16:59:48 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
oops, missed some debug spam
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
xsrc/extern
Module Name:xsrc
Committed By: macallan
Date: Thu Apr 14 16:48:59 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_driver.c
Added Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_cursor.c
Log Message:
add shadowfb and ha
Module Name:xsrc
Committed By: macallan
Date: Thu Apr 14 01:37:22 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_driver.c
Log Message:
use ioctl(FBIOSVIDEO) in CG14SaveScreen(), now the Xserver can actually turn
the monitor off
TODO: hw
Module Name:xsrc
Committed By: mrg
Date: Thu Jun 17 04:50:43 UTC 2010
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
merge xf86-video-suncg14 1.1.1
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
xsrc/external/
Module Name:xsrc
Committed By: mrg
Date: Thu Jun 17 04:48:56 UTC 2010
Update of /cvsroot/xsrc/external/mit/xf86-video-suncg14/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv4667
Log Message:
initial import of xf86-video-suncg14-1.1.1
Status:
Vendor Tag: xorg
Release Tags:
Module Name:xsrc
Committed By: macallan
Date: Thu Jun 10 13:26:46 UTC 2010
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_driver.c
Log Message:
Make ioctl(CG14_SET_PIXELMODE) a proper NetBSD ioctl() ( as in use _IOW ),
also fix some bogosity in
Module Name:xsrc
Committed By: macallan
Date: Sun Mar 14 01:14:51 UTC 2010
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
xf86Version.h is no more
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/extern
28 matches
Mail list logo