Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2001 03:30:17 -0800 (PST)
From:      Nicolas Souchu <nsouch@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libvgl bitmap.c main.c simple.c vgl.h
Message-ID:  <200101131130.f0DBUHP12372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sos@freebsd.dk>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101131130.f0DBUHP12372>