VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/BIOS/ChangeLog@ 1

Last change on this file since 1 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 29.8 KB
Line 
12005-07-02 18:39 vruppert
2
3 * vgabios.c (1.62):
4
5 - BIOS configuration word usually reports initial mode 80x25 color text
6 - vgabios function 0x0e (write teletype): linefeed (0x0a) only increments the
7 cursor row value
8
92005-05-24 16:50 vruppert
10
11 * vbe.c (1.47), vgabios.c (1.61):
12
13 - output to the vgabios info port can be disabled now. It is still enabled by
14 default and always possible in debug mode. (based on a patch from Alex Beregszaszi)
15
162005-05-20 16:06 vruppert
17
18 * vbe.c (1.46), vgabios.c (1.60):
19
20 - fixed return value for the default case in the VBE section (non-debug mode)
21 - removed unused macros HALT and PANIC_PORT
22
232005-03-07 20:39 vruppert
24
25 * README (1.9):
26
27 - updates for 0.5a release
28
292005-03-06 13:06 vruppert
30
31 * Makefile (1.17):
32
33 - vgabios files with cirrus support added to release target
34
352005-03-06 12:24 vruppert
36
37 * Makefile (1.16):
38
39 - cross compilation support added (patch from Alex Beregszaszi)
40
412005-03-05 13:03 vruppert
42
43 * BUGS (1.3), README (1.8), TODO (1.11):
44
45 - documentation updates
46
472004-12-04 15:26 vruppert
48
49 * VGABIOS-lgpl-latest.bin (1.61), VGABIOS-lgpl-latest.cirrus.bin
50 (1.13), VGABIOS-lgpl-latest.cirrus.debug.bin (1.13),
51 VGABIOS-lgpl-latest.debug.bin (1.61), clext.c (1.9):
52
53 - Cirrus extension: support for 1280x1024x15 and 1280x1024x16 modes added (patch
54 from Fabrice Bellard)
55
562004-08-08 16:53 vruppert
57
58 * VGABIOS-lgpl-latest.bin (1.60), VGABIOS-lgpl-latest.cirrus.bin (1.12),
59 VGABIOS-lgpl-latest.cirrus.debug.bin (1.12),
60 VGABIOS-lgpl-latest.debug.bin (1.60), clext.c (1.8):
61
62 - use single bank mode for VBE
63 - enable 16k granularity for VBE only
64
652004-07-30 19:33 vruppert
66
67 * VGABIOS-lgpl-latest.bin (1.59), VGABIOS-lgpl-latest.cirrus.bin (1.11),
68 VGABIOS-lgpl-latest.cirrus.debug.bin (1.11),
69 VGABIOS-lgpl-latest.debug.bin (1.59), clext.c (1.7):
70
71 - cirrus init: set standard vga mode and reset bitblt
72
732004-07-22 18:38 vruppert
74
75 * VGABIOS-lgpl-latest.bin (1.58), VGABIOS-lgpl-latest.cirrus.bin (1.10),
76 VGABIOS-lgpl-latest.cirrus.debug.bin (1.10),
77 VGABIOS-lgpl-latest.debug.bin (1.58), clext.c (1.6), vbe.c (1.45),
78 vbetables.h (1.24):
79
80 - cirrus extension: tables for mode 1280x1024x8 added
81 - vbe: dispi_set_xres() and dispi_set_virt_width() now modify vga compatible
82 registers
83 - vbe: mode list entry for mode 800x600x4 fixed
84
852004-07-18 20:23 vruppert
86
87 * VGABIOS-lgpl-latest.bin (1.57), VGABIOS-lgpl-latest.cirrus.bin (1.9),
88 VGABIOS-lgpl-latest.cirrus.debug.bin (1.9),
89 VGABIOS-lgpl-latest.debug.bin (1.57), vgabios.c (1.59), vgatables.h (1.8):
90
91 - disable CRTC write protection before setting new values
92 - CRTC line for mode 0x6a fixed
93
942004-07-07 16:08 vruppert
95
96 * Makefile (1.15), VGABIOS-lgpl-latest.bin (1.56),
97 VGABIOS-lgpl-latest.cirrus.bin (1.8), VGABIOS-lgpl-latest.cirrus.debug.bin (1.8),
98 VGABIOS-lgpl-latest.debug.bin (1.56), biossums.c (1.1), clext.c (1.5):
99
100 - biossums utility for the Bochs BIOS adapted for the LGPL'd VGABIOS
101 - VESA3 PMINFO checksum calculated in the source
102 - 24 bpp mode entries fixed (patch from Fabrice Bellard)
103
1042004-06-25 18:28 vruppert
105
106 * VGABIOS-lgpl-latest.cirrus.bin (1.7), VGABIOS-lgpl-latest.cirrus.debug.bin (1.7),
107 clext.c (1.4):
108
109 - 4MB memory probe added (patch from Fabrice Bellard)
110
1112004-06-25 17:31 vruppert
112
113 * VGABIOS-lgpl-latest.bin (1.55), VGABIOS-lgpl-latest.cirrus.bin (1.6),
114 VGABIOS-lgpl-latest.cirrus.debug.bin (1.6),
115 VGABIOS-lgpl-latest.debug.bin (1.55), clext.c (1.3):
116
117 - fixed value of sequencer reset register in cirrus mode table
118 - fixed possible overflow error if cirrus start address is >256k
119
1202004-06-23 21:11 vruppert
121
122 * VGABIOS-lgpl-latest.bin (1.54), VGABIOS-lgpl-latest.cirrus.bin (1.5),
123 VGABIOS-lgpl-latest.cirrus.debug.bin (1.5),
124 VGABIOS-lgpl-latest.debug.bin (1.54), clext.c (1.2):
125
126 - applied new patch for the cirrus extension from suzu
127 * enable VESA LFB support if a Cirrus PCI adapter is detected
128 * prepared VBE3 protected mode info block (test case required)
129 - added VBE functions 4F06h and 4F07h
130 - some bugfixes
131
1322004-06-17 18:57 vruppert
133
134 * Makefile (1.14), VGABIOS-lgpl-latest.bin (1.53),
135 VGABIOS-lgpl-latest.cirrus.bin (1.2), VGABIOS-lgpl-latest.cirrus.debug.bin (1.2),
136 VGABIOS-lgpl-latest.debug.bin (1.53):
137
138 - fixed makefile targets for the binaries with cirrus extension
139
1402004-06-16 21:11 vruppert
141
142 * Makefile (1.13), VGABIOS-lgpl-latest.bin (1.52),
143 VGABIOS-lgpl-latest.cirrus.bin (1.1), VGABIOS-lgpl-latest.cirrus.debug.bin (1.1),
144 VGABIOS-lgpl-latest.debug.bin (1.52), clext.c (1.1), vgabios.c (1.58):
145
146 - applied suzu's cirrus extension patch. Cirrus SVGA detection, most of the
147 cirrus-specific modes and some basic VBE features are present now.
148
1492004-05-31 21:15 vruppert
150
151 * VGABIOS-lgpl-latest.bin (1.51), VGABIOS-lgpl-latest.debug.bin (1.51),
152 vgabios.c (1.57):
153
154 - write character in planar graphics modes: sequencer map mask must be 0x0f and
155 bit operation must be 'replace' if bit 7 of attribute is clear
156 - read/write pixel in planar graphics modes: bit mask setup simplified
157
1582004-05-11 18:08 vruppert
159
160 * VGABIOS-lgpl-latest.bin (1.50), VGABIOS-lgpl-latest.debug.bin (1.50),
161 vgabios.c (1.56):
162
163 - biosfn_select_vert_res rewritten in assembler
164 - scroll text in planar graphics modes: attribute for blank line fixed
165 - write character in planar graphics modes: graphics controller values fixed
166
1672004-05-09 20:32 vruppert
168
169 * VGABIOS-lgpl-latest.bin (1.49), VGABIOS-lgpl-latest.debug.bin (1.49),
170 vbe.c (1.44), vbe.h (1.24), vgabios.c (1.55):
171
172 - VBE init code and some dispi ioport functions rewritten in assembler
173 - text scroll functions for CGA graphics modes added
174 - scroll text in graphics modes: attribute for blank line fixed
175
1762004-05-08 16:06 vruppert
177
178 * BUGS (1.2), README (1.7), TODO (1.10), VGABIOS-lgpl-latest.bin (1.48),
179 VGABIOS-lgpl-latest.debug.bin (1.48), vbe.c (1.43), vbe.h (1.23),
180 vbe_display_api.txt (1.11), vgabios.c (1.54):
181
182 - VBE internal functions dispi_set_enable and dispi_set_bank now called both from C
183 and asm code
184 - VBE function 0x03 rewritten in assembler
185 - VBE function 0x08 cleaned up
186 - text output and scroll functions for graphics modes rewritten using case
187 structures
188 - documentation and comments updated
189
1902004-05-06 21:18 vruppert
191
192 * VGABIOS-lgpl-latest.bin (1.47), VGABIOS-lgpl-latest.debug.bin (1.47),
193 vbe.c (1.42), vbe.h (1.22), vgabios.c (1.53):
194
195 - VBE functions 0x05, 0x06, 0x07 and some dispi ioport functions rewritten in
196 assembler
197 - VBE functions 0x06 and 0x07: get functions now supported, 15 bpp bug fixed
198
1992004-05-05 19:24 vruppert
200
201 * VGABIOS-lgpl-latest.bin (1.46), VGABIOS-lgpl-latest.debug.bin (1.46),
202 vbe.c (1.41), vbe.h (1.21), vbe_display_api.txt (1.10), vgabios.c (1.52):
203
204 - 8 bit DAC capability flag set
205 - vbe_biosfn_set_get_dac_palette_format implemented
206 - VBE api description updated
207 - C definitions from header files now used assembler code
208
2092004-05-02 17:27 vruppert
210
211 * VGABIOS-lgpl-latest.bin (1.45), VGABIOS-lgpl-latest.debug.bin (1.45),
212 vgabios.c (1.51):
213
214 - text scroll functions for PLANAR1/PLANAR4 graphics modes added
215 - function biosfn_get_ega_info rewritten in assembler
216 - read/write graphics pixel functions rewritten using a case structure
217
2182004-05-01 16:03 vruppert
219
220 * VGABIOS-lgpl-latest.bin (1.44), VGABIOS-lgpl-latest.debug.bin (1.44),
221 vgabios.c (1.50):
222
223 - biosfn_enable_cursor_emulation rewritten in assembler
224 - remap of the cursor shape depends on modeset control bit 0
225 - text output in PLANAR4 modes now supports attribute bit 7 (XOR with background)
226
2272004-04-25 20:13 vruppert
228
229 * VGABIOS-lgpl-latest.bin (1.43), VGABIOS-lgpl-latest.debug.bin (1.43),
230 vgabios.c (1.49), vgatables.h (1.7):
231
232 - table entries for vga mode 0x0f fixed (PLANAR2 exists on EGA only)
233 - function release_font_access now supports the monochrome text mode
234 - PLANAR1 modes now supported in text output functions and read/write pixel
235 - function AH=0x12/BL=0x32 rewritten in assembler
236
2372004-04-25 08:45 vruppert
238
239 * VGABIOS-lgpl-latest.bin (1.42), VGABIOS-lgpl-latest.debug.bin (1.42),
240 vgabios.c (1.48):
241
242 - block address calculation in font functions fixed
243 - functions AX=0x1103, AH=0x12/BL=0x31 and AH=0x12/BL=0x33 rewritten in assembler
244
2452004-04-24 09:59 vruppert
246
247 * VGABIOS-lgpl-latest.bin (1.41), VGABIOS-lgpl-latest.debug.bin (1.41),
248 vgabios.c (1.47):
249
250 - read/write graphics pixel for PLANAR4 modes added
251 - CGA specific functions (group AH = 0x0B) implemented
252
2532004-04-23 14:34 vruppert
254
255 * VGABIOS-lgpl-latest.bin (1.40), VGABIOS-lgpl-latest.debug.bin (1.40),
256 vgabios.c (1.46):
257
258 - remaining palette and dac read/write functions (except gray scale summing)
259 rewritten in assembler
260
2612004-04-18 13:43 vruppert
262
263 * VGABIOS-lgpl-latest.bin (1.39), VGABIOS-lgpl-latest.debug.bin (1.39),
264 vgabios.c (1.45):
265
266 - some palette and dac read/write functions rewritten in assembler
267 - main int10 debug message now works with assembler functions, too
268
2692004-04-18 09:15 japj
270
271 * vbe.c (1.40):
272
273 updated my email address + put vgabios url in the bios copyright string
274 (instead of my old email address)
275
2762004-04-17 07:18 vruppert
277
278 * VGABIOS-lgpl-latest.bin (1.38), VGABIOS-lgpl-latest.debug.bin (1.38),
279 vgabios.c (1.44):
280
281 - biosfn_set_video_mode: don't load DAC registers if default palette loading is
282 disabled. Perform gray scale summing if enabled.
283 - biosfn_perform_gray_scale_summing: switch between DAC read and write mode is
284 required to make this function work. Maximum DAC value always set to 0x3f.
285
2862004-04-08 17:50 vruppert
287
288 * VGABIOS-lgpl-latest.bin (1.37), VGABIOS-lgpl-latest.debug.bin (1.37),
289 vgabios.c (1.43):
290
291 - write character function for the LINEAR8 mode
292 - get_font_access() and release_font_access() rewritten in assembler
293 - fixed wrong variable name in the init code
294
2952004-04-06 19:31 vruppert
296
297 * VGABIOS-lgpl-latest.bin (1.36), VGABIOS-lgpl-latest.debug.bin (1.36),
298 vgabios.c (1.42):
299
300 - init functions rewitten in assembler
301 - function biosfn_set_display_code rewritten in assembler
302
3032004-04-05 19:40 vruppert
304
305 * VGABIOS-lgpl-latest.bin (1.35), VGABIOS-lgpl-latest.debug.bin (1.35),
306 vgabios.c (1.41):
307
308 - functions biosfn_get_video_mode() and biosfn_read_display_code() rewritten
309 in assembler
310
3112004-04-04 18:20 vruppert
312
313 * VGABIOS-lgpl-latest.bin (1.34), VGABIOS-lgpl-latest.debug.bin (1.34),
314 vgabios.c (1.40):
315
316 - write character function for CGA modes added
317 - read/write graphics pixel for CGA and LINEAR8 modes added
318
3192004-02-23 21:08 vruppert
320
321 * VGABIOS-lgpl-latest.bin (1.33), VGABIOS-lgpl-latest.debug.bin (1.33),
322 vbe.c (1.39):
323
324 - dispi_get_max_bpp(): restore the original value of the vbe enable register
325
3262004-02-22 14:17 vruppert
327
328 * README (1.6), vbe.c (1.38), vbe.h (1.20), vbe_display_api.txt (1.9),
329 VGABIOS-lgpl-latest.bin (1.32), VGABIOS-lgpl-latest.debug.bin (1.32):
330
331 - new function dispi_get_max_bpp() returns the bpp capabilities of the Bochs gui
332 - create the mode list depending on the supported bpp capability
333 - unused stuff removed
334 - documentation updated
335
3362004-02-21 18:20 vruppert
337
338 * vbe.c (1.37), vbe.h (1.19), vbetables.h (1.23),
339 VGABIOS-lgpl-latest.bin (1.31), VGABIOS-lgpl-latest.debug.bin (1.31):
340
341 - dynamicly genarated vbe mode_info list works now
342
3432003-11-17 21:04 vruppert
344
345 * vbe.c (1.36), vbetables.h (1.22), vgabios.c (1.39), vgatables.h (1.6),
346 VGABIOS-lgpl-latest.bin (1.30), VGABIOS-lgpl-latest.debug.bin (1.30):
347
348 - new VBE presence flag stored at unused BDA address 0xB9
349 - VBE init code rewritten
350 - added BIOS TTY flag for VBE mode 0x0102 (TODO: scrolling)
351 - vgabios_init_func: load and activate text font already done by set_video_mode
352 - function biosfn_get_all_palette_reg() fixed
353
3542003-11-06 00:26 cbothamy
355
356 * README (1.5):
357
358 - add changes for 0.4c release
359
3602003-11-06 00:22 cbothamy
361
362 * VGABIOS-lgpl-latest.bin (1.29), VGABIOS-lgpl-latest.debug.bin
363 (1.29):
364
365 - compile vgabios.c rev1.38
366
3672003-11-06 00:21 cbothamy
368
369 * vgabios.c (1.38):
370
371 - activate char table after loading it when setting a text video
372 mode
373
3742003-11-06 00:19 cbothamy
375
376 * Makefile (1.12):
377
378 - when making a release, remove unwanted files first, and exclude
379 CVS from the tarball
380
3812003-11-04 22:50 cbothamy
382
383 * ChangeLog (1.20, v0_4b):
384
385 - update ChangeLog for 0.4b release
386
3872003-11-04 22:49 cbothamy
388
389 * README (1.4, v0_4b):
390
391 - update Changes for 0.4b release
392
3932003-11-04 20:26 vruppert
394
395 * vgabios.c (1.37), VGABIOS-lgpl-latest.bin (1.28),
396 VGABIOS-lgpl-latest.debug.bin (1.28) (utags: v0_4b):
397
398 - biosfn_get_font_info(): character height must be returned in CX
399
4002003-11-03 21:57 vruppert
401
402 * vbe.c (1.35, v0_4b), vgabios.c (1.36), VGABIOS-lgpl-latest.bin
403 (1.27), VGABIOS-lgpl-latest.debug.bin (1.27):
404
405 - the 'noclearmem' flag is not stored in the 'current video mode'
406 register (0040h:0049h) - VBE also stores the 'noclear' flag in
407 the 'video control' register (0040h:0087h)
408
4092003-10-05 10:06 vruppert
410
411 * vbe.h (1.18, v0_4b), vbe_display_api.txt (1.8, v0_4b),
412 VGABIOS-lgpl-latest.bin (1.26), VGABIOS-lgpl-latest.debug.bin
413 (1.26):
414
415 - changed VBE i/o registers to 0x01CE/CF (suggestion from Daniel
416 Gimpelevich)
417
4182003-08-18 18:38 vruppert
419
420 * VGABIOS-lgpl-latest.bin (1.25), VGABIOS-lgpl-latest.debug.bin
421 (1.25), vgabios.c (1.35):
422
423 - wrong offsets to the character tables (INT 0x1F/0x43) fixed
424 (underscore added) - functions accessing the CRT controller
425 optimized using a local variable 'crtc_addr'
426
4272003-08-17 15:46 cbothamy
428
429 * ChangeLog (1.19, v0_4a):
430
431 - ChangeLog is now automatically generated by running "cvs2cl -r
432 -t -P -S" - update ChangeLog for 0.4a release
433
4342003-08-17 15:44 cbothamy
435
436 * README (1.3, v0_4a):
437
438 - added the old ChangeLog in the HOSTORY section of the README
439 file - update History for 0.4a release, with a summary of Changes
440
4412003-08-17 15:24 cbothamy
442
443 * Makefile (1.11, v0_4b, v0_4a):
444
445 - fix Makefile for "release" target
446
4472003-08-16 01:49 cbothamy
448
449 * Makefile (1.10), README (1.2), VGABIOS-lgpl-latest.bin (1.24,
450 v0_4a), VGABIOS-lgpl-latest.debug.bin (1.24, v0_4a), vgabios.c
451 (1.34, v0_4a):
452
453 - update the Makefile for releases - remove references to old
454 plex86 website - update the Makefile so it build
455 VGABIOS-lgpl-latest.bin and VGABIOS-lgpl-latest.debug.bin
456
4572003-08-07 18:17 vruppert
458
459 * VGABIOS-lgpl-latest.bin (1.23), VGABIOS-lgpl-latest.debug.bin
460 (1.23):
461
462 - current VBE mode now stored in BDA (unused address 0xBA)
463
4642003-08-07 17:54 vruppert
465
466 * vbe.c (1.34), vgatables.h (1.5, v0_4b) (utags: v0_4a):
467
468 - current VBE mode now stored in BDA (unused address 0xBA)
469
4702003-07-20 18:05 vruppert
471
472 * vgabios.c (1.33), VGABIOS-lgpl-latest.bin (1.22),
473 VGABIOS-lgpl-latest.debug.bin (1.22):
474
475 - fixed a few functions accessing the attribute controller
476
4772003-07-19 09:33 vruppert
478
479 * vgabios.c (1.32), VGABIOS-lgpl-latest.bin (1.21),
480 VGABIOS-lgpl-latest.debug.bin (1.21):
481
482 - re-enable video after programming the attribute controller -
483 biosfn_set_all_palette_reg(): number of palette registers fixed
484
4852003-07-16 22:32 vruppert
486
487 * ChangeLog (1.18), vbe.c (1.33), vbe.h (1.17, v0_4a),
488 vbe_display_api.txt (1.7, v0_4a), vgabios.c (1.31),
489 VGABIOS-lgpl-latest.bin (1.20), VGABIOS-lgpl-latest.debug.bin
490 (1.20):
491
492 - LFB flag now stored in the register VBE_DISPI_INDEX_ENABLE -
493 release date in Changelog fixed - release date of VBE BIOS 0.6
494 was the same as VGA BIOS 0.3b - year changed in copyright
495 messages
496
4972003-07-15 12:40 vruppert
498
499 * VGABIOS-lgpl-latest.bin (1.19), VGABIOS-lgpl-latest.debug.bin
500 (1.19):
501
502 - new function dispi_get_bpp() - function
503 vbe_biosfn_set_get_logical_scan_line_length() fixed for >8bpp -
504 number of image pages of all VBE modes fixed
505
5062003-07-15 12:35 vruppert
507
508 * vbe.c (1.32), vbetables.h (1.21, v0_4b, v0_4a):
509
510 - new function dispi_get_bpp() - function
511 vbe_biosfn_set_get_logical_scan_line_length() fixed for >8bpp -
512 number of image pages of all VBE modes fixed
513
5142003-07-14 19:45 vruppert
515
516 * vbe_display_api.txt (1.6):
517
518 - description of VBE_DISPI_ interface 0xb0c2 added
519
5202003-07-10 19:07 vruppert
521
522 * vbe.c (1.31), vbetables.h (1.20), VGABIOS-lgpl-latest.bin (1.18),
523 VGABIOS-lgpl-latest.debug.bin (1.18):
524
525 - 15 bpp VBE modes added - "Bochs own" mode 0x142 (640x480x32bpp)
526 added
527
5282003-07-01 19:00 vruppert
529
530 * vbe.c (1.30), vbe.h (1.16), vbetables.h (1.19),
531 VGABIOS-lgpl-latest.bin (1.17), VGABIOS-lgpl-latest.debug.bin
532 (1.17):
533
534 - VBE preserve display memory feature implemented - VBE mode
535 entries 0x117 and 0x118 added
536
5372003-06-30 21:27 vruppert
538
539 * vbe.c (1.29), vbe.h (1.15), vbetables.h (1.18),
540 VGABIOS-lgpl-latest.bin (1.16), VGABIOS-lgpl-latest.debug.bin
541 (1.16):
542
543 - VBE mode info blocks of modes with >8bpp enabled - VBE modes
544 with 24 bpp: bytes per scanline fixed - vbe_biosfn_set_mode() now
545 supports >8bpp - VBE will be enabled with new VBE_DISPI_ID2
546 (0xB0C2)
547
5482003-06-29 12:53 vruppert
549
550 * vbetables.h (1.17), VGABIOS-lgpl-latest.bin (1.15),
551 VGABIOS-lgpl-latest.debug.bin (1.15):
552
553 - duplicate lines with VBE_MODE_ATTRIBUTE_GRAPHICS_MODE removed -
554 VBE mode info items of currently unsupported modes fixed
555
5562003-06-15 21:19 vruppert
557
558 * vgabios.c (1.30), VGABIOS-lgpl-latest.bin (1.14),
559 VGABIOS-lgpl-latest.debug.bin (1.14):
560
561 - function write_gfx_char() rewritten
562
5632003-04-26 09:27 vruppert
564
565 * VGABIOS-lgpl-latest.debug.bin (1.13):
566
567 - added missing VBE function dispi_get_bank() - added missing
568 return codes for VBE function 4F05h - memory size is always
569 reported in VBE function 4F00h - fixed scan line length for VBE
570 mode 0102h - fixed function set_active_page() for graphics modes
571 - fixed the page sizes of some VGA modes
572
5732003-04-26 09:22 vruppert
574
575 * vbe.c (1.28), vbetables.h (1.16), vgabios.c (1.29), vgatables.h
576 (1.4), VGABIOS-lgpl-latest.bin (1.13):
577
578 - added missing VBE function dispi_get_bank() - added missing
579 return codes for VBE function 4F05h - memory size is always
580 reported in VBE function 4F00h - fixed scan line length for VBE
581 mode 0102h - fixed function set_active_page() for graphics modes
582 - fixed the page sizes of some VGA modes
583
5842003-04-20 09:51 vruppert
585
586 * vgabios.c (1.28), vgatables.h (1.3), VGABIOS-lgpl-latest.bin
587 (1.12), VGABIOS-lgpl-latest.debug.bin (1.12):
588
589 - function write_gfx_char() now supports different font sizes -
590 some entries of the static functionality table fixed
591
5922003-04-18 09:23 vruppert
593
594 * vbe.c (1.27), vbe.h (1.14), vbetables.h (1.15):
595
596 - applied patch #1331 * new function dispi_set_bank_farcall()
597 * VBE mode info item WinFuncPtr points to the new function if the
598 flag VBE_WINDOW_ATTRIBUTE_RELOCATABLE is set * flag
599 VBE_MODE_ATTRIBUTE_EXTENDED_INFORMATION_AVAILABLE added
600
6012003-02-11 20:17 vruppert
602
603 * VGABIOS-lgpl-latest.bin (1.11), VGABIOS-lgpl-latest.debug.bin
604 (1.11), vbe.c (1.26), vbetables.h (1.14):
605
606 - VBE mode search rewritten * improved function
607 mode_info_find_mode() is now used by the VBE functions 0x4F01
608 and 0x4F02 * removed all mode list entries with the LFB bit
609 set. LFB detection is now present in the function
610 mode_info_find_mode()
611
6122003-02-09 20:59 vruppert
613
614 * VGABIOS-lgpl-latest.bin (1.10), VGABIOS-lgpl-latest.debug.bin
615 (1.10), vgabios.c (1.27):
616
617 - function write_gfx_char(): memory address now calculated in
618 this function; background color is always black - function
619 biosfn_write_char_attr(): the count parameter is now used in
620 graphics modes too - function biosfn_write_char_only() works
621 the same way as function biosfn_write_char_attr() in graphics
622 mode - copying charmap data optimized using memcpyb()
623
6242003-02-09 11:36 vruppert
625
626 * VGABIOS-lgpl-latest.bin (1.9), VGABIOS-lgpl-latest.debug.bin
627 (1.9):
628
629 - VESA mode 0x102 added (uses existing SVGA mode 0x6a) - all VESA
630 modes with the LFB flag set removed from the list (Linux doesn't
631 like mode numbers > 0x07ff)
632
6332003-02-09 11:02 vruppert
634
635 * vbe.c (1.25), vbe.h (1.13), vbetables.h (1.13):
636
637 - VESA mode 0x102 added (uses existing SVGA mode 0x6a) - all VESA
638 modes with the LFB flag set removed from the list (Linux doesn't
639 like mode numbers > 0x07ff)
640
6412003-02-08 13:04 vruppert
642
643 * vbe.c (1.24), vgabios.c (1.26):
644
645 - vbe_biosfn_return_current_mode() now returns the active
646 standard VGA mode TODO: return VESA mode if enabled -
647 biosfn_set_video_mode() now clears the screen in CGA mode
648 correctly - write character functions are now working in all
649 PLANAR4 graphics modes - added stubs for unimplemented features
650 in graphics modes
651
6522003-02-04 22:19 vruppert
653
654 * VGABIOS-lgpl-latest.bin (1.8), VGABIOS-lgpl-latest.debug.bin
655 (1.8):
656
657 - set video mode: clear vga memory in graphics mode - set video
658 mode: load default font in text mode - write character
659 implemented for graphics mode 0x12
660
6612003-02-04 22:06 vruppert
662
663 * vgabios.c (1.25):
664
665 - set video mode: clear vga memory in graphics mode - set video
666 mode: load default font in text mode - write character
667 implemented for graphics mode 0x12
668
6692003-01-21 19:30 vruppert
670
671 * vgabios.c (1.24):
672
673 - remap the cursor size if the char height is > 8 and the new
674 values are < 8
675
6762003-01-20 18:24 cbothamy
677
678 * Makefile (1.9):
679
680 - fix so make -j2 does not overwrite temp files
681
6822003-01-19 12:35 vruppert
683
684 * vgabios.c (1.23):
685
686 - function set_scan_lines() recalculates the number of rows and
687 the page size - new values for char height, text rows and page
688 size are stored in the BIOS data segment - asm helper function
689 idiv_u added
690
6912003-01-15 18:49 cbothamy
692
693 * VGABIOS-lgpl-latest.bin (1.7), VGABIOS-lgpl-latest.debug.bin
694 (1.7):
695
696 - compile vgabios rev 1.22
697
6982003-01-15 18:49 cbothamy
699
700 * vgabios.c (1.22):
701
702 - fix bug found by ams : a 8bits index value was compared to
703 0x100 in some cases in biosfn_set_all_dac_reg,
704 biosfn_read_all_dac_reg, biosfn_perform_gray_scale_summing
705
7062003-01-15 17:34 cbothamy
707
708 * Makefile (1.8):
709
710 - fix symbol table file names, discovered by ams
711
7122003-01-04 21:20 vruppert
713
714 * VGABIOS-lgpl-latest.bin (1.6), VGABIOS-lgpl-latest.debug.bin
715 (1.6), vgabios.c (1.21):
716
717 - biosfn_set_video_mode(): reset attribute controller flip-flop
718 before setting up the controller's registers (bug found with
719 amidiag)
720
7212003-01-04 09:50 vruppert
722
723 * vbe.c (1.23):
724
725 - VBE function 0x00 returns VBE 1.x compatible information if no
726 VBE signature is present
727
7282003-01-01 12:44 vruppert
729
730 * VGABIOS-lgpl-latest.bin (1.5), VGABIOS-lgpl-latest.debug.bin
731 (1.5):
732
733 - SVGA mode 0x6A (800x600x4) added to the list of graphics modes
734
7352002-12-31 18:07 vruppert
736
737 * vgatables.h (1.2):
738
739 - SVGA mode 0x6A (800x600x4) added to the list of graphics modes
740
7412002-11-23 10:38 cbothamy
742
743 * ChangeLog (1.17, v0_3b):
744
745 - fix changelog for 0.3b release
746
7472002-10-20 17:12 vruppert
748
749 * VGABIOS-lgpl-latest.bin (1.4), VGABIOS-lgpl-latest.debug.bin
750 (1.4), vgabios.c (1.20) (utags: v0_3b):
751
752 - new function set_scan_lines() for the font size change (patch
753 from Hartmut Birr) - cursor shape start and end must be updated
754 in set_scan_lines() - set_scan_lines() is called by the functions
755 0x1110, 0x1111, 0x1112 and 0x1114 after copying the font data
756
7572002-10-04 08:20 vruppert
758
759 * VGABIOS-lgpl-latest.bin (1.3), VGABIOS-lgpl-latest.debug.bin
760 (1.3), vgabios.c (1.19):
761
762 - biosfn_set_single_dac_reg(): the red value is stored in DH
763
7642002-09-19 19:05 cbothamy
765
766 * VGABIOS-lgpl-latest.bin (1.2), VGABIOS-lgpl-latest.debug.bin
767 (1.2):
768
769 - updated with latest changes
770
7712002-09-19 19:03 cbothamy
772
773 * ChangeLog (1.16), Makefile (1.7, v0_3b), vbe.c (1.22, v0_3b),
774 vgabios.c (1.18), vgabios.h (1.3, v0_4b, v0_4a, v0_3b):
775
776 - updated the Makefile - removed display of copyrights. -
777 changed the Copyright string to "LGPL VGABios developers"
778
7792002-09-08 21:14 vruppert
780
781 * vgabios.c (1.17):
782
783 - set the cursor shape depending on the current font height -
784 clear BL before calling int 0x10 function 0x1103 in
785 vgabios_init_func
786
7872002-08-23 22:58 cbothamy
788
789 * vbe.c (1.21), vbetables.h (1.12, v0_3b):
790
791 - added lfb-mode numbers (patch from mathis)
792
7932002-07-21 21:57 japj
794
795 * vbe.c (1.20), vgabios.c (1.16):
796
797 gcc2/3 preprocessing fix
798
7992002-05-18 16:55 cbothamy
800
801 * vgabios.c (1.15):
802
803 - include patch from Volker that adds some text font functions
804
8052002-05-01 23:13 japj
806
807 * VGABIOS-lgpl-latest.bin (1.1), VGABIOS-lgpl-latest.debug.bin
808 (1.1):
809
810 adding latest bin & debug bin of the vgabios
811
8122002-04-29 14:50 japj
813
814 * ChangeLog (1.15), vbe.c (1.19), vbe.h (1.12, v0_3b), vbetables.h
815 (1.11), vgabios.c (1.14):
816
817 - applying hw scrolling/multibuffering patch
818
8192002-04-25 21:59 japj
820
821 * Makefile (1.6), vbe.c (1.18), vgabios.c (1.13):
822
823 - reverting #asm/##asm & endasm patch (does not work with with
824 cygwin)
825
8262002-04-19 19:38 japj
827
828 * Makefile (1.5), vbe.c (1.17), vgabios.c (1.12):
829
830 - fixing preprocessing of vgabios with latest gcc (from Mandrake
831 8.2)
832
8332002-04-08 23:44 japj
834
835 * ChangeLog (1.14), vbe_display_api.txt (1.5, v0_3b):
836
837 - preparing docs for new DISPI interface (for hardware scrolling)
838
8392002-04-03 19:06 japj
840
841 * ChangeLog (1.13), TODO (1.9, v0_4b, v0_4a, v0_3b), vbe.c (1.16):
842
843 - defaulting LFB on + updated changelog & todo
844
8452002-04-03 00:38 cbothamy
846
847 * vbe.c (1.15), vgabios.c (1.11):
848
849 - changed the logging ports to 0x500 -> 0x502
850
8512002-03-14 17:54 japj
852
853 * vbe.c (1.14):
854
855 - vbetables.h is dependant upon some defines (VBE_HAVE_LFB), so
856 put the include *after* the define
857
8582002-03-13 21:47 japj
859
860 * ChangeLog (1.12), TODO (1.8), vbe.c (1.13), vbetables.h (1.10),
861 vgabios.c (1.10):
862
863 - made LFB dependant upon define - not implement vbe functions
864 return failure - updated todo & docs for things after bochs 1.4
865
8662002-03-13 19:46 japj
867
868 * vbe.h (1.11), vbe_display_api.txt (1.4):
869
870 - added max video memory + documented what is in the 0xb0c0
871 interface
872
8732002-03-12 02:33 cbothamy
874
875 * ChangeLog (1.11), Makefile (1.4):
876
877 - updated for 0.3a. Merged vgabios.bin and vbebios.bin
878
8792002-03-10 21:36 japj
880
881 * ChangeLog (1.10), vbetables.h (1.9):
882
883 - added LFB modes for testing with vbe-lfb patch in Bochs
884
8852002-03-10 17:42 japj
886
887 * vbe.c (1.12, v0_3a):
888
889 - show people when they do NOT have VBE support available
890
8912002-03-10 17:36 japj
892
893 * TODO (1.7, v0_3a), vbe.c (1.11), vbe.h (1.10, v0_3a), vgabios.c
894 (1.9, v0_3a):
895
896 - cleanup of vbe internal functions (set 8bpp mode is now
897 dependant on ModeInfo content instead of hardcoded functions)
898
8992002-03-10 17:20 cbothamy
900
901 * ChangeLog (1.9, v0_3a), TODO (1.6):
902
903 - updated for 0.3a
904
9052002-03-10 17:19 cbothamy
906
907 * vbe.c (1.10), vbe.h (1.9):
908
909 - added vbe_has_vbe_display function that detects an attached vbe
910 display
911
9122002-03-10 17:12 cbothamy
913
914 * vgabios.c (1.8):
915
916 - vbe calls are done only if a vbe display is detected
917
9182002-03-10 11:25 japj
919
920 * vbe.h (1.8), vbe_display_api.txt (1.3, v0_3a):
921
922 - preparing for LFB support
923
9242002-03-09 14:25 japj
925
926 * vgabios.c (1.7):
927
928 - fixing initial cursor shape to _ instead of -
929
9302002-03-08 23:08 japj
931
932 * ChangeLog (1.8), TODO (1.5), vbe.c (1.9), vbe.h (1.7), vgabios.c
933 (1.6):
934
935 - updating vbe code to new API
936
9372002-03-08 21:48 japj
938
939 * vbe.c (1.8), vbe.h (1.6), vbetables.h (1.8, v0_3a):
940
941 - updating vbe code with #defines from API
942
9432002-03-08 21:31 japj
944
945 * vbe_display_api.txt (1.2):
946
947 - adding some text about how banks work
948
9492002-03-08 21:09 japj
950
951 * ChangeLog (1.7), vbe_display_api.txt (1.1):
952
953 - adding vbe_display_api documentation
954
9552002-03-07 21:36 japj
956
957 * ChangeLog (1.6), vbe.c (1.7), vbetables.h (1.7):
958
959 - added 1024x768xbpp support - some more cleanups/comments
960
9612002-03-06 21:55 japj
962
963 * ChangeLog (1.5), TODO (1.4), vbe.c (1.6), vbetables.h (1.6),
964 vgabios.c (1.5):
965
966 - updated changelog with new modi - added 640x480x8 (Mandrake
967 Installer can use this!) - added pre VBE2 compatible 'detection'
968 - fixed problem when normal vga set mode wouldn't disable vbe
969 mode
970
9712002-03-06 20:59 japj
972
973 * TODO (1.3), vbe.c (1.5), vbe.h (1.5), vbetables.h (1.5),
974 vgabios.c (1.4):
975
976 - adding 640x400x8 and 800x600x8 vbe support (this depends
977 HEAVILY on my bochs vga code patch - japj)
978
9792002-03-06 18:00 japj
980
981 * vbe.c (1.4), vbe.h (1.4), vbetables.h (1.4):
982
983 - implemented banked & lfb support for 320x200x8bpp (some fixes
984 for vbetest program not displaying anything)
985
9862002-03-05 20:25 japj
987
988 * Makefile (1.3, v0_3a):
989
990 for vbe debug bios: - print debugging information in assembly
991 output - print source code in assembly output
992
9932002-03-01 19:39 japj
994
995 * ChangeLog (1.4), TODO (1.2), vbe.c (1.3), vbe.h (1.3),
996 vbetables.h (1.3):
997
998 - added vbe support for 320x200x8 using the standard vgamode
999 (0x13)
1000
10012002-02-19 00:29 japj
1002
1003 * ChangeLog (1.3):
1004
1005 - updating ChangeLog with lfbprof
1006
10072002-02-18 23:26 japj
1008
1009 * tests/lfbprof/: lfbprof.c (1.2), lfbprof.h (1.2) (utags: v0_3a,
1010 v0_3b, v0_4a, v0_4b):
1011
1012 - fixed unsigned short for mode list (-1 != 0xffff otherwise) -
1013 fixed LfbMapRealPointer macro mask problem (some modes were
1014 skipped) - added some extra 'debugging' printf's
1015
10162002-02-18 23:07 japj
1017
1018 * tests/lfbprof/: Makefile (1.1, v0_4b, v0_4a, v0_3b, v0_3a),
1019 lfbprof.c (1.1), lfbprof.h (1.1):
1020
1021 - Adding lfbprof testprogram (for vbe testing purposes) It
1022 needs to be compiled with the Watcom C Compiler
1023
10242002-02-18 18:48 japj
1025
1026 * vbe.c (1.2), vbe.h (1.2):
1027
1028 - cosmetic updates to vbe.c/h + added bunch of FIXMEs for work
1029 that needs to be done
1030
10312002-02-18 18:34 japj
1032
1033 * vbetables.h (1.2):
1034
1035 - cosmetic updates in vbetables.h
1036
10372002-02-18 18:32 japj
1038
1039 * ChangeLog (1.2):
1040
1041 updated changelog with merge of vbebios 0.2
1042
10432002-02-18 18:07 japj
1044
1045 * vgabios.c (1.3):
1046
1047 - small cosmetic cleanup in vgabios vbe code + added FIXMEs
1048
10492002-02-18 17:55 japj
1050
1051 * Makefile (1.2), dataseghack (1.2, v0_4b, v0_4a, v0_3b, v0_3a),
1052 vbe.c (1.1), vbe.h (1.1), vbetables.h (1.1), vgabios.c (1.2),
1053 vgabios.h (1.2, v0_3a):
1054
1055 - merging with vbebios 0.2 release
1056
10572002-02-18 11:31 cbothamy
1058
1059 * BUGS (1.1, v0_4b, v0_4a, v0_3b, v0_3a), COPYING (1.1, v0_4b,
1060 v0_4a, v0_3b, v0_3a), ChangeLog (1.1), Makefile (1.1), Notes
1061 (1.1, v0_4b, v0_4a, v0_3b, v0_3a), README (1.1, v0_3b, v0_3a),
1062 TODO (1.1), dataseghack (1.1), vgabios.c (1.1), vgabios.h (1.1),
1063 vgafonts.h (1.1, v0_4b, v0_4a, v0_3b, v0_3a), vgatables.h (1.1,
1064 v0_3b, v0_3a), tests/testbios.c (1.1, v0_4b, v0_4a, v0_3b,
1065 v0_3a):
1066
1067 - initial import
1068
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette