VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/DevVGA.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13429   16 years vboxsync Correction
(edit) @13424   16 years vboxsync linux32 fix
(edit) @13422   16 years vboxsync Enabled VGA page aliasing to speed up real and protected mode without …
(edit) @13402   16 years vboxsync Accidental commit
(edit) @13401   16 years vboxsync Cleaned up
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12975   16 years vboxsync #1865: PDMLdr.
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @12772   16 years vboxsync #1865: IOM.
(edit) @11536   16 years vboxsync Allow ring 0 logging from the VGA BIOS
(edit) @11335   16 years vboxsync fix r34221
(edit) @11285   16 years vboxsync Devices: %VGp -> %RGp (just preferred, not mandatory (yet))
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11193   16 years vboxsync DevVGA: Use CFGM*Def and be more strict about the config.
(edit) @11166   16 years vboxsync headers.
(edit) @11163   16 years vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @10278   16 years vboxsync VGA: Support 8 byte MMIO reads and writes.
(edit) @9213   17 years vboxsync Assertion triggers with GC_ARCH_BITS == 32
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8642   17 years vboxsync Palette entries loop fix, thanks to Frank.
(edit) @8617   17 years vboxsync Disable graphic splash screen if it doesn't fit into VRAM.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8088   17 years vboxsync Show the BIOS logo twice longer.
(edit) @8039   17 years vboxsync cosmetics
(edit) @8011   17 years vboxsync Centered the text message.
(edit) @8008   17 years vboxsync Fixed to be able to disable graphics logo.
(edit) @8007   17 years vboxsync Delay logo for 1 sec.
(edit) @8005   17 years vboxsync NIL_RTGCPHYS -> NIL_RTGCPHYS32
(edit) @7999   17 years vboxsync Don't call PGMHandlerPhysicalReset if the VRAM isn't mapped and …
(edit) @7973   17 years vboxsync New non OSE logo file added. 'Press F12' text moved close to …
(edit) @7914   17 years vboxsync Fixed hungarian spelling.
(edit) @7888   17 years vboxsync Moved remained logic to VGA device.
(edit) @7838   17 years vboxsync r=bird: readability (vram_ptrHC is uint8_t *).
(edit) @7814   17 years vboxsync Use dirty bits instead of pfnUpdateRect.
(edit) @7776   17 years vboxsync Some adjustments to the logo stuff; adding one todo.
(edit) @7774   17 years vboxsync Moved the LOGO_* defines and LOGOHDR to a common header instead of …
(edit) @7760   17 years vboxsync Shot at the alignment problem.
(edit) @7759   17 years vboxsync The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support.
(edit) @7755   17 years vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7752   17 years vboxsync Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
(edit) @7685   17 years vboxsync minor corrections
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7259   17 years vboxsync vga: fixed 32bpp custom video modes, fixed assertion
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5706   17 years vboxsync vga_draw_blank must not touch VRAM.
(edit) @5638   17 years vboxsync Reset VRAM access handlers after a fullscreen update.
(edit) @5450   17 years vboxsync Synced with updated VGA/VESA BIOS.
(edit) @5156   17 years vboxsync fixed check if a VESA mode fits into the guest VRAM
(edit) @4712   17 years vboxsync Implemented 8-bit DAC support. The VESA BIOS could aready turn it on …
(edit) @4682   17 years vboxsync Fixed video modes 4 and 5. Address calculations weren't taking word …
(edit) @4639   17 years vboxsync warning
(edit) @4539   17 years vboxsync Modified double-scan and non-zero starting row scan count handling. …
(edit) @4382   17 years vboxsync Extended the ROMRegister DevHlp interface to include a fShadow flag. …
(edit) @4333   17 years vboxsync IN_GC -> !IN_RING3
(edit) @4151   17 years vboxsync Missing fallbacks for GC & R0 contexts
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4065   17 years vboxsync Workaround for a bug in certain guest additions.
(edit) @4053   17 years vboxsync Use the generic VBoxVideo interface in Windows guest video driver.
(edit) @4027   17 years vboxsync Direct draw heap and miniport heap memory reservation for Windows …
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3815   17 years vboxsync Removed unnecesary debug assertion. Added comment.
(edit) @3628   17 years vboxsync Wrong comment.
(edit) @3568   17 years vboxsync Removed obsolete visible region methods.
(edit) @3554   17 years vboxsync Compile fix
(edit) @3526   17 years vboxsync Introduced RTRECT data type
(edit) @3525   17 years vboxsync Added set and query visible region functions to PDMIDISPLAYPORT
(edit) @3155   18 years vboxsync Allow the VM to start with NULL framebuffer.
(edit) @3153   18 years vboxsync Multimonitor support.
(edit) @3074   18 years vboxsync Forgot to fix VGA text mode here as well.
(edit) @3069   18 years vboxsync Another fix for VGA text mode.
(edit) @3064   18 years vboxsync Fixed screen corruption when switching DOS window to fullscreen.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2942   18 years vboxsync Fixed video mode switch from fullscreen DOS to XP guest desktop.
(edit) @2569   18 years vboxsync the string of valid CFG options in CFGMR3AreValuesValid() should be …
(edit) @2269   18 years vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @2113   18 years vboxsync Force the guest VRAM copying to the external buffer when taking screenshot.
(edit) @2106   18 years vboxsync Do not block EMT while resizing the framebuffer.
(edit) @2079   18 years vboxsync Added VBE_DISPI_INDEX_CMONITOR indexed register to pass the …
(edit) @2021   18 years vboxsync r=bird: The framebuffer is still locked, that's why we didn't used to …
(edit) @2018   18 years vboxsync corrected comment.
(edit) @1900   18 years vboxsync free VGA memory when destructing the device
(edit) @1727   18 years vboxsync Added expected config value to the list.
(edit) @1115   18 years vboxsync Check that the scan line width is not 0.
(edit) @908   18 years vboxsync In DevVGA the line width in bytes was incorrectly calculated for non …
(edit) @521   18 years vboxsync cosmetical fixes
(edit) @494   18 years vboxsync Our change was contained in the upstream (slightly different: …
(edit) @493   18 years vboxsync Changed printfs to Logs in DevVGA
(edit) @488   18 years vboxsync fixed bustage.
(edit) @482   18 years vboxsync 64-bit alignment. HCPTRTYPE -> R3PTRTYPE. And an question for Frank.
(edit) @473   18 years vboxsync several small fixes merged from upstream
(edit) @332   18 years vboxsync introduced PDMDevHlpGetVM()
(add) @1   55 years vboxsync import
Note: See TracRevisionLog for help on using the revision log.

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