From owner-cvs-all Sat Jan 13 3:30:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5978E37B400; Sat, 13 Jan 2001 03:30:17 -0800 (PST) Received: (from nsouch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DBUHP12372; Sat, 13 Jan 2001 03:30:17 -0800 (PST) (envelope-from nsouch) Message-Id: <200101131130.f0DBUHP12372@freefall.freebsd.org> From: Nicolas Souchu Date: Sat, 13 Jan 2001 03:30:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl bitmap.c main.c simple.c vgl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsouch 2001/01/13 03:30:17 PST Modified files: lib/libvgl bitmap.c main.c simple.c vgl.h Log: Add Truecolor 16 and 32bits support. Note that 24bits modes are not supported since it's not easy to put 3 bytes accross 64Kb windows of memory. This should not be such a problem with linear framebuffers. There is no major interface modification except that the color type becomes u_long instead of byte. So one just need to recompile his application. Approved by: Soren Schmidt Revision Changes Path 1.6 +41 -2 src/lib/libvgl/bitmap.c 1.8 +76 -5 src/lib/libvgl/main.c 1.6 +122 -23 src/lib/libvgl/simple.c 1.6 +16 -9 src/lib/libvgl/vgl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message