Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/suncg6
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 05/03/2005 06:24:12
Module Name: xsrc
Committed By: macallan
Date: Tue May 3 06:24:12 UTC 2005
Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/suncg6: Imakefile
cg6.h cg6_driver.c
Added Files:
xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/suncg6: cg6_accel.c
Log Message:
added acceleration:
- screen-to-screen copies
- solid filled rectangles
- mono-to-colour expansion
- off-screen buffers
off-screen buffers require a change in cgsix to allow mapping of the whole
framebuffer, if this fails the driver will fall back to map only
width*height bytes and not use any off-screen memory.
approved by martin.
To generate a diff of this commit:
cvs rdiff -r1.1.1.4 -r1.2 \
xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/suncg6/Imakefile \
xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6.h
cvs rdiff -r0 -r1.1 \
xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6_accel.c
cvs rdiff -r1.1.1.6 -r1.2 \
xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.