Changeset 5450 in vbox for trunk/src/VBox/Devices/Graphics/BIOS/ChangeLog
- Timestamp:
- Oct 23, 2007 7:03:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/ChangeLog
r1 r5450 1 2006-08-19 09:39 vruppert 2 3 * vbe.c (1.58): 4 5 - improved VGA compatible setup for VBE modes (disable CGA and Hercules 6 compatible memory layout) 7 8 2006-08-18 20:39 vruppert 9 10 * vbe.c (1.57): 11 12 - improved VGA compatible setup for >=8bpp VBE modes (CRTC doubleword mode and 13 GRDC shift register setting added) 14 - now using symbolic name for CRTC address register 15 16 2006-08-15 20:42 vruppert 17 18 * vbe.c (1.56), vbetables-gen.c (1.4): 19 20 - init 4bpp VBE modes by a temporary switch to VGA mode 0x6A 21 - all 4bpp VBE modes now enabled 22 23 2006-08-14 20:24 vruppert 24 25 * vbe.c (1.55): 26 27 - VGA compatible setup for VBE modes improved (Bochs hack can be removed now) 28 29 2006-08-12 07:51 vruppert 30 31 * .cvsignore (1.1): 32 33 - .cvsignore added for auto-generated file 34 35 2006-08-12 07:47 vruppert 36 37 * vbe.c (1.54), vbe.h (1.27), vbe_display_api.txt (1.13), vbetables-gen.c (1.3): 38 39 - cleaned up VBE memory size definitions (removed duplicate defines, main 40 definition now in vbetables-gen.c) 41 42 2006-08-09 21:28 vruppert 43 44 * vbetables.h (1.30): 45 46 - removed auto-generated file 47 48 2006-08-09 21:26 vruppert 49 50 * vbe.c (1.53), vbe.h (1.26), vbe_display_api.txt (1.12), vbetables-gen.c (1.2), 51 vbetables.h (1.29): 52 53 - VBE video memory increased to 8 MB 54 - VBE dispi ID changed to B0C4 55 - documentation update 56 57 2006-07-11 08:03 vruppert 58 59 * Makefile (1.18), vbetables-gen.c (1.1), vbetables.h (1.28): 60 61 - generate vbetables.h dynamicly 62 * initial patch from the qemu project by Fabrice Bellard 63 * only add modes that fit in video memory (still 4 MB) 64 * several other fixes (e.g. 4 bpp specific stuff, number of pages) 65 66 2006-07-10 07:47 vruppert 67 68 * vgabios.c (1.66): 69 70 - biosfn_scroll(): check variable 'i' for underflowing when scrolling downwards 71 to avoid screen corruption 72 73 2006-07-10 07:47 vruppert 74 75 * vbe.c (1.52): 76 77 - VBE set bank functions failure handling added 78 - VBE get/set logical scan line length fixes for the 4bpp mode 79 80 2006-07-08 13:27 vruppert 81 82 * vbe.c (1.51), vbetables.h (1.27): 83 84 - added special case for the 4 bpp when setting VBE display start 85 - VBE mode table fixes 86 87 2006-07-07 13:30 vruppert 88 89 * clext.c (1.12): 90 91 - bank pointer must be set to 0 after a mode set 92 93 2006-06-21 16:58 vruppert 94 95 * vbe.c (1.50), vbetables.h (1.26): 96 97 - improved VBE display capabilities check (X resulution checked now) 98 - removed obsolete defines (LFB always available, always generate dynamic list) 99 - CR/LF to LF fixes 100 101 2006-06-18 15:22 vruppert 102 103 * clext.c (1.11), vbe.c (1.49), vbe.h (1.25), vbetables.h (1.25), vgabios.c 104 (1.65): 105 106 - applied patch from the qemu project (Fabrice Bellard) 107 * Cirrus SVGA now supports the "no clear" bit when switching to Cirrus or 108 VESA mode 109 * Bochs VBE protected mode interface improved 110 * save/restore video state support for Bochs VBE and standard VGA added 111 * Bochs VBE prepared for more modi 112 113 2006-03-25 10:19 vruppert 114 115 * clext.c (1.10), vgabios.c (1.64), vgatables.h (1.10): 116 117 - applied patch from Fabrice Bellard 118 * added minimal support for the video parameter table (VPT) 119 * added Cirrus SVGA mode 0x7b (1600x1200x8) 120 121 2005-12-26 19:50 vruppert 122 123 * vbe.c (1.48), vgabios.c (1.63): 124 125 - Bochs VBE protected mode interface added (based on a patch by [email protected]) 126 127 2005-12-26 19:50 vruppert 128 129 * biossums.c (1.3): 130 131 - biossums utility now supports VGABIOS sizes up to 64 kBytes 132 133 2005-09-21 18:45 vruppert 134 135 * vgatables.h (1.9): 136 137 - mode 0x11: all color planes must be enabled in this 2-color VGA mode 138 139 2005-08-30 18:41 vruppert 140 141 * biossums.c (1.2): 142 143 - missing license text added in biossums.c 144 1 145 2005-07-02 18:39 vruppert 2 146
Note:
See TracChangeset
for help on using the changeset viewer.