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) @51836   11 years vboxsync DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll
(edit) @51761   11 years vboxsync DevVGA: get the device lock when VRAM region is mapped.
(edit) @51748   11 years vboxsync DevVGA: replaced assert with if statement for a transient VGA state.
(edit) @51629   11 years vboxsync DevVGA: moved asserts to the right place in vgaPortUpdateDisplayRect.
(edit) @51617   11 years vboxsync DevVGA: updateDisplayAll should not initiate a resize.
(edit) @51511   11 years vboxsync DevVGA: use actual fRenderVRAM value (fixed a regression from r94031)
(edit) @51461   11 years vboxsync Graphics: never change connector to avoid racing; Graphics/Main: fix …
(edit) @51365   11 years vboxsync DevVGA: keep pfnCrHgcmCtlSubmit when doing pDrv replacement
(edit) @51357   11 years vboxsync wddm/crOpenGL/DevVGA: CmdVbva disable fixes
(edit) @51349   11 years vboxsync crOpenGL: saved state fixes, misc fixes
(edit) @51237   11 years vboxsync Devices/Graphics/VGA: don't panic on VERR_PDM_NO_ATTACHED_DRIVER (e.g. …
(edit) @51217   11 years vboxsync crOpenGL: pdm led, some fixes to follow
(edit) @51013   11 years vboxsync Main/crOpenGL/DevVGA: synchronization, bugfixes, cleanup
(edit) @51005   11 years vboxsync DevVGA/crOpenGL: create worker thread when needed only; saved state; …
(edit) @50940   11 years vboxsync compilable w/o CROGL
(edit) @50848   11 years vboxsync crOpenGL: new command submission continued
(edit) @50804   11 years vboxsync DevVGA: set VBVA pause after loading the saved state.
(edit) @50754   11 years vboxsync Dev/VGA/crOpenGL/wddm: command thread, more command processing
(edit) @50552   11 years vboxsync DisplayImpl,DevVGA: take correct screenshot if VBVA is paused
(edit) @50497   11 years vboxsync DevVGA: saved state version assignment, save vmsvga state if enabled.
(edit) @50259   11 years vboxsync DevVGA: VBVAPause
(edit) @50214   11 years vboxsync dev/vga: reset only on vbe disable
(edit) @50145   11 years vboxsync dev/vga: better fix
(edit) @50144   11 years vboxsync dev/vga: reset on vbe enable change only
(edit) @50119   11 years vboxsync DevVGA: fix regression from r91599
(edit) @50079   11 years vboxsync DevVGA: take the size of the framebuffer into account.
(edit) @49983   11 years vboxsync Devices/Graphics: VMware SVGA II compatible graphics emulation (2D …
(edit) @49887   11 years vboxsync Devices/Graphics/DevVGA: eliminate use of vl_vbox.h
(edit) @49884   11 years vboxsync Devices/Graphics/DevVGA: back out incomplete change
(edit) @49883   11 years vboxsync Devices/Graphics/DevVGA: eliminate use of vl_vbox.h
(edit) @49777   11 years vboxsync DevVGA: framebuffer access check.
(edit) @49771   11 years vboxsync DevVGA: Reset VBVA when enabling/disabling VBE.
(edit) @49603   11 years vboxsync DevVGA,DisplayImpl: prevent access to invalid framebuffer.
(edit) @49507   11 years vboxsync vga/crOpenGL: basics for ring buffer-based command submission
(edit) @49420   11 years vboxsync forward-port and adopt VHWA fixes
(edit) @48468   11 years vboxsync Devices/VGA: slightly move the 'Press F12...' message up a few pixels, …
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45055   12 years vboxsync DevVGA.cpp: try fix lock order violation in vgaReset.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @45023   12 years vboxsync DevVGA.cpp: nits.
(edit) @44877   12 years vboxsync DevVGA.cpp: More cleanups.
(edit) @44876   12 years vboxsync DevVGA: Drop the default crit sect in favour of our own (now called …
(edit) @44845   12 years vboxsync DevVGA: fix for r83988
(edit) @44844   12 years vboxsync DevVGA: cleanup of the custom BIOS image loading code; doc/manual: …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44445   12 years vboxsync Fixed four PDMDevHlpCritSectInit calls.
(edit) @44055   12 years vboxsync DevVGA: Do not draw more lines than necessary.
(edit) @43526   12 years vboxsync Stupid bug in debug output.
(edit) @42416   12 years vboxsync VGA: Better range checks.
(edit) @42360   12 years vboxsync DevVGA: max, not min.
(edit) @42347   12 years vboxsync The area used for the VGA bios is set to at least 36 KB because of old …
(edit) @42122   13 years vboxsync Fixed bizarre typo.
(edit) @41974   13 years vboxsync DevVGA: Don't assert if the HGSMI driver is not attached.
(edit) @41774   13 years vboxsync bugref..
(edit) @41636   13 years vboxsync wddm: fix win8 halt issues
(edit) @41533   13 years vboxsync VGA: Bring GCPhysVRAM into the 21st century.
(edit) @41406   13 years vboxsync VGA: Print planar graphics related info.
(edit) @41256   13 years vboxsync VGA: Reinit FB_BASE_HI on VM reset.
(edit) @40472   13 years vboxsync Print LFB base, too.
(edit) @40433   13 years vboxsync VGA: Do not hardcode LFB base in BIOS.
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40148   13 years vboxsync Let VGA BIOS get out of VBE mode only through VGA registers.
(edit) @39425   13 years vboxsync Also print display refresh interval in dbg info.
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @39059   13 years vboxsync unused variable warnings.
(edit) @38805   13 years vboxsync DevVGA.cpp: build fix
(edit) @38804   13 years vboxsync DevVGA.cpp: vgatext fixes and a tiny extension - args: all, scr, …
(edit) @38803   13 years vboxsync DevVGA.cpp: Fixed warnings on windows.
(edit) @37770   14 years vboxsync vga: workaround invalid vbe_regs[VBE_DISPI_INDEX_VIRT_HEIGHT]: …
(edit) @37769   14 years vboxsync vga: fix resize problems caused by …
(edit) @37725   14 years vboxsync Devices/VGA: make sure that physical resolution is properly bounded by …
(edit) @37647   14 years vboxsync VGA: Return sensible EGA switch value in case guest reads it.
(edit) @37636   14 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37466   14 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37134   14 years vboxsync another addendum to r71796, HeightReduction fix
(edit) @37129   14 years vboxsync addendum to r71796, consider HeightReduction modes as well
(edit) @37128   14 years vboxsync DevVGA: introduce extradata CFGM keys MaxBiosXRes and MaxBiosYRes
(edit) @35759   14 years vboxsync DevVGA: verify the size of the screenshot.
(edit) @35409   14 years vboxsync DevVGA: reset VBE_DISPI_INDEX_[X|Y]_OFFSET when VBE interface is reenabled.
(edit) @35407   14 years vboxsync DevVGA: free the screenshot buffer on not success.
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35025   14 years vboxsync VGA: Setting X resolution also needs to set virtual width.
(edit) @35002   14 years vboxsync DevVGA: do not use invalid VBE values when resizing (fixes crash while …
(edit) @34849   14 years vboxsync Devices/Graphics: clean up VBE register setting and do not overwrite …
(edit) @34404   14 years vboxsync include/VBox/Hardware/VBoxVideoVBE.h, …
(edit) @34243   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @34188   14 years vboxsync wddm/3d: saved state working for Aero (current frame still needs to be …
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @34129   14 years vboxsync 2d: fix save state deadlock (xtracker#5335)
(edit) @34024   14 years vboxsync VGA: Added support for double scanned text modes.
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @33875   14 years vboxsync VGA: solaris fix (for some reason, moddi3.c is not part of VMMGC.gc)
(edit) @33851   14 years vboxsync VGA: Added optional realistic vsync/blank status bit emulation.
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33644   14 years vboxsync dev/vga: fix VGAState inconsistency across different .cpp files
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