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) @62885   8 years vboxsync Devices: gcc warnings
(edit) @62632   8 years vboxsync Devices: unused parameter warnings.
(edit) @62610   8 years vboxsync Devices: unused parameters.
(edit) @62514   8 years vboxsync (C) 2016
(edit) @62425   8 years vboxsync Devices/RC: MSC level 4 warnings.
(edit) @62032   8 years vboxsync Devices/VGA: fixed alignment of CritSectIRQ (important for 32-bit …
(edit) @61973   8 years vboxsync DevVGA: bugref:8447: update and clear HGSMI IRQ flag under lock to …
(edit) @61006   9 years vboxsync added pointer to internal bug
(edit) @60945   9 years vboxsync DevVGA: Disabled broken VINF_EM_RAW_EMULATE_IO_BLOCK optimization, see …
(edit) @60520   9 years vboxsync DevVGA: removed obsolete VBOX_WITH_VMSVGA condition
(edit) @60519   9 years vboxsync DevVGA: allow to compile with VBOX_WITH_VMSVGA disabled
(edit) @60465   9 years vboxsync DevVGA: set IRQs only if the VM is running (bugref:8320)
(edit) @60449   9 years vboxsync warning
(edit) @60422   9 years vboxsync VGABIOS,PCBIOS: Build variants for 80286 and 8086 in addition to the …
(edit) @60369   9 years vboxsync DevVGA: handle VBVACAPS_USE_VBVA_ONLY, make sure that VBVA pause is …
(edit) @60175   9 years vboxsync DevVGA: fixed taking screenshot when Windows guest displays BSOD
(edit) @59606   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: when the guest …
(edit) @59271   9 years vboxsync gcc warning
(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   10 years vboxsync Devices: Updated (C) year.
(edit) @56284   10 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   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.
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