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) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57585   9 years vboxsync DevVGA: fixed wrong comparison which broke some VGA modes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57191   9 years vboxsync pdmifs.h: ViewPort -> Viewport, docs.
(edit) @57088   9 years vboxsync DisplayImpl.cpp: Free the screen shot data in the correct way. pu8Data …
(edit) @57085   9 years vboxsync DevVGA.cpp/.h: Don't use pu8 when you should be using pb, also drop …
(edit) @56969   9 years vboxsync DevVGA: Added markers to the saved state that separates various parts …
(edit) @56944   9 years vboxsync SVGA: Assertions triggered by BB.
(edit) @56632   9 years vboxsync DevVGA.cpp: Enable the non-#PF ring-0 access handler.
(edit) @56593   9 years vboxsync info vmsvga
(edit) @56491   9 years vboxsync Display the logo even in debug build, just for a shorter time.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56051   10 years vboxsync VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
(edit) @56017   10 years vboxsync Physical access handler cleanups.
(edit) @55966   10 years vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55909   10 years vboxsync PGM,++: Made the ring-3 physical access handler callbacks present in …
(edit) @55904   10 years vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55896   10 years vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
(edit) @55838   10 years vboxsync DevVGA: pfnQueryColorDepth -> pfnQueryVideoMode
(edit) @55796   10 years vboxsync Missed this one.
(edit) @55795   10 years vboxsync VMSVGA: Hack to make the 2dmark results appear. Extended 'info vga'.
(edit) @55767   10 years vboxsync *pFoo++ => pFoo++
(edit) @55694   10 years vboxsync comment typo.
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55341   10 years vboxsync Graphics: Allow 8bpp custom video modes.
(edit) @53965   10 years vboxsync Devices/Graphics, Main: optionally send cursor integration toggle and …
(edit) @53782   10 years vboxsync nits
(edit) @53543   10 years vboxsync Devices/Graphics: missing check in vgaR3Destruct()
(edit) @53528   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53240   10 years vboxsync vmsvga: fix load state
(edit) @53201   10 years vboxsync Devices/Main: vmsvga updates
(edit) @52885   10 years vboxsync DevVGA: Careful when dumping state.
(edit) @52504   10 years vboxsync DevVGA_VDMA: execute vgaUpdateDisplayAll on EMT
(edit) @51836   10 years vboxsync DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll
(edit) @51761   10 years vboxsync DevVGA: get the device lock when VRAM region is mapped.
(edit) @51748   10 years vboxsync DevVGA: replaced assert with if statement for a transient VGA state.
(edit) @51629   10 years vboxsync DevVGA: moved asserts to the right place in vgaPortUpdateDisplayRect.
(edit) @51617   10 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   12 years vboxsync Fixed bizarre typo.
(edit) @41974   12 years vboxsync DevVGA: Don't assert if the HGSMI driver is not attached.
(edit) @41774   12 years vboxsync bugref..
(edit) @41636   12 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 …
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