- set video mode: clear vga memory in graphics mode
[vgabios.git] / ChangeLog
blobd49f8f10e37e21784019efc91919ff226dd5c19c
1 cvs-current:
3 vgabios-0.3b
4   - "Christophe Bothamy" <cbothamy@free.fr>: Mar 10 2002
5     . added lfb-mode numbers (patch from mathis)
6     . updated the Makefile
7     . removed display of copyrights. 
8     . changed the Copyright string to "LGPL VGABios developers"
9   - Volker 
10     . set the cursor shape depending on the current font height
11     . clear BL before calling int 0x10 function 0x1103 in vgabios_init_func
12     . added some text font functions
13   - "Jeroen Janssen" <japj@darius.demon.nl>
14     . Forced to new DISPI (0xb0c1) interface (requires latest bochs vbe code)
15     . Added multibuffering support
16     . Added new DISPI interface for: virt width, height, x offset, y offset
17     . Added LFB modes (to be used with the vbe-lfb patch in bochs)
18       see VBE_HAVE_LFB in vbe.c (currently default enabled)
19     . updated TODO & docs for changes after bochs 1.4
21 vgabios-0.3a 
22   - "Christophe Bothamy" <cbothamy@free.fr>: Mar 10 2002
23     . Fixed bug in function ah=13
24   - "Jeroen Janssen" <japj@darius.demon.nl>
25     . updated vbebios implementation to new api
26     . added vbe_display_api documentation
27     . added 640x400x8, 640x480x8, 800x600x8, 1024x768 (>640x480 needs a special bochs patch atm)
28     . added 320x200x8 vbe support (uses the standard 320x200x8 vga mode to
29       display, this allows for testing & having something on screen as well,
30       at least until bochs host side display is up & running)
31     . adding lfbprof (vbe) testprogram (+some small fixes to it)
32     . merging with vbebios 0.2
34 vgabios-0.2b
35   - "Christophe Bothamy" <cbothamy@free.fr>: Nov 19 2001
36     . Fixed bug in function ah=13
38 vgabios-0.2a
39   - "Christophe Bothamy" <cbothamy@free.fr>: Nov 09 2001
40     . Included bugfix from techt@pikeonline.net about grayscale summing
41     . Added the "IBM" string at org 0x1e as Bart Oldeman suggested
42     . Fixed DS and ES that where inverted in the int10 parameters list!
43     . The following have been implemented :
44         - function ax=1a00, ax=1a01, ah=1b
45         - function ax=1130                
46     . Added debug messages for unimplemented/unknown functions
47       Must be compiled with DEBUG defined. The output is trapped
48       by the unknown-ioport driver of plex/bochs (port 0xfff0 is used)
50 vgabios-0.1a
51   - "Christophe Bothamy" <cbothamy@free.fr>: May 8 2001
52     . First release. The work has been focused only on text mode.
53     . The following have been implemented :
54         - inits
55         - int 10 handler
56         - functions ah=00, ah=01, ah=02, ah=03, ah=05, ah=06, ah=07, ah=08
57           ah=09, ah=0a, ah=0e, ah=0f, ax=1000, ax=1001, ax=1002, ax=1003
58           ax=1007, ax=1008, ax=1009, ax=1010, ax=1012, ax=1013, ax=1015
59           ax=1017, ax=1018, ax=1019, ax=101a, ax=101b, ah=12 bl=10,
60           ah=12 bl=30, ah=12 bl=31, ah=12 bl=32, ah=12 bl=33, ah=12 bl=34
61           ah=13