/* * linux/drivers/video/s3d2xfb.c -- Framebuffer driver for S3 Trio 3D/2X * * Created by Alexander E. Patrakov * * Version history: * 20050928: * First released version. Tested with my video card only. No acceleration. * Support for all progressive non-doublescan resolutions * Support for 8, 15, 16, 24 and 32 bpp * Support for PseudoColor, TrueColor and DirectColor visuals * (note: DirectColor is not supported in X.Org "s3virge" driver) * Signed-off-by: Alexander E. Patrakov * * My enhancements over the X.Org "s3virge" driver are marked by the * "not in X.Org" label * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of Linux source for * more details. * * As a special exception, X.Org developers can use this file as if it * carried the same license as X.Org. * */ #define VERSION "20050928" #include #include #include #include #include #include #include #include #include #include #include