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) @76181   6 years vboxsync DevVGA-SVGA: process the three GMRFB related commands when …
(edit) @75715   6 years vboxsync Device/Graphics: multiple screens for VMSVGA.
(edit) @74474   6 years vboxsync Main,Devices: Graphics controller updates. bugref:8893
(edit) @74135   6 years vboxsync DevVGA: Removed unused argument.
(edit) @73203   6 years vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @71698   7 years vboxsync DevVGA: Code cleanup in progress. ?bugref:9094
(edit) @71687   7 years vboxsync indent
(edit) @71488   7 years vboxsync DevVGA, Additions: minor improvements for the VGA configuration interface.
(edit) @71149   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71148   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71146   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @70596   7 years vboxsync DevVGA: cleanup in progress
(edit) @69294   7 years vboxsync Devices/Graphics: scm cleanups
(edit) @69052   7 years vboxsync DevVGA+VGABIOS: Eliminate the redundant header file parts, using one …
(edit) @69047   7 years vboxsync DevVGA+VGABIOS: eliminate defines (VBE_NEW_DYN_LIST and VRAM_SIZE_FIX) …
(edit) @69041   7 years vboxsync DevVGA: eliminate unused struct field and touch up a few comments
(edit) @67866   7 years vboxsync Typo.
(edit) @67865   7 years vboxsync Do as the comment said.
(edit) @67857   7 years vboxsync VGA: Who will blink first?
(edit) @67795   7 years vboxsync VGA: Now you see me, now you don't.
(edit) @67766   7 years vboxsync VGA: Implemented address wraparound for 16-color VGA modes.
(edit) @67624   7 years vboxsync VGA: Do the address multiplication consistently (cosmetic change).
(edit) @67587   7 years vboxsync DevVGA: Add a few missing checks which skip the VRAM alias mapping to …
(edit) @67556   7 years vboxsync DevVGA: Always store the virtual height in INDEX_VIRT_HEIGHT except …
(edit) @67478   7 years vboxsync DevVGA: Dump sequencer registers up to 7, since SR7 is now used.
(edit) @67477   7 years vboxsync Devices/Graphics: build fix
(edit) @67476   7 years vboxsync Devices/Graphics: adjust todo, the code can handle 3 pages, i.e. it …
(edit) @67474   7 years vboxsync Devices/DevVGA: Unify the drawing logic (full update is handled by the …
(edit) @67355   8 years vboxsync VGA: For writes, alias the two atrribute controller registers to allow …
(edit) @67140   8 years vboxsync DevVGA.cpp/vga_mem_writeb: should return VINF_IOM_R3_MMIO_WRITE not …
(edit) @65709   8 years vboxsync Devices/VGA: fixed small memory leaks during termination
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65303   8 years vboxsync VMSVGA: Bumped the default FIFO size to 2MB (from 128KB).
(edit) @65298   8 years vboxsync VMSVGA: Made the FIFO size configurable (still using the 128KB default).
(edit) @65294   8 years vboxsync VMSVGA: Updates. * Moved VMSVGA specific structures and defines from …
(edit) @65218   8 years vboxsync suppress new year splash screen by default
(edit) @65101   8 years vboxsync Devices: doxygen fixes
(edit) @64960   8 years vboxsync new year splash screen for Oracle builds
(edit) @64391   8 years vboxsync PDMPCIDEV: s/devfn/uDevFn/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64356   8 years vboxsync PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).
(edit) @64115   8 years vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63480   8 years vboxsync Devices: warnings (clang)
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63218   8 years vboxsync Devices: warnings (gcc)
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62951   8 years vboxsync warnings
(edit) @62928   8 years vboxsync Devices: warnings
(edit) @62889   8 years vboxsync Devices: warnings
(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 …
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