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) @84834   5 years vboxsync Devices/DevVGA: Remove obsolete VBOX_WITH_CRHGSMI
(edit) @84802   5 years vboxsync Devices/Graphics: experimental GLX graphics output: reset screens on …
(edit) @84722   5 years vboxsync bugref:9637. setting vmsvga relevant functions in DevVGA only when …
(edit) @83648   5 years vboxsync DevVGA: Removed apparently incorrect assertion (see bugref:9715).
(edit) @83284   5 years vboxsync Devices/DevVGA: Remove now unused pVM variable
(edit) @83282   5 years vboxsync Devices/DevVGA: Make use of the new PDM device helpers instead of …
(edit) @83280   5 years vboxsync VMSVGA: Do not needlessly register VGA LFB handler when updating …
(edit) @83142   5 years vboxsync bugref:9637. Sending monitor positions (offsets) from GAs to svga …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82812   5 years vboxsync DevVGA: Don't take the device lock in vgaR3PciIORegionVRamMapUnmap as …
(edit) @82607   5 years vboxsync Devices/Graphics/DevVGA.cpp: Fix for unreferenced variable.
(edit) @82283   5 years vboxsync DevVGA: vgaR3RegisterVRAMHandler must pass pDevIns to the handlers, …
(edit) @82282   5 years vboxsync DevVGA: vgaR3RegisterVRAMHandler must pass pDevIns to the handlers, …
(edit) @82258   5 years vboxsync DevVGA: scm fix
(edit) @82245   5 years vboxsync DevVGA: Mostly restored and properly documented Input Status Register …
(edit) @82199   5 years vboxsync DevVGA: The FIFO shouldn't be prefetchable. Workarounds for old saved …
(edit) @82178   5 years vboxsync DevVGA: Made status register 0 more IBM compatible.
(edit) @82117   5 years vboxsync DevVGA: doxygen fixes. bugref:9218
(edit) @82115   5 years vboxsync DevVGA: Set PDM_DEVREG_FLAGS_NEW_STYLE. bugref:9218
(edit) @82114   5 years vboxsync DevVGA: Splitting up the VMSVGASTATE structure. bugref:9218
(edit) @82112   5 years vboxsync DevVGA: Darwin fixes. bugref:9218
(edit) @82109   5 years vboxsync DevVGA: Splitting up the VGASTATE structure. bugref:9218
(edit) @82102   5 years vboxsync DevVGA: build fix. bugref:9218
(edit) @82097   5 years vboxsync Devices/Graphics: remove obsolete assertion
(edit) @82094   5 years vboxsync DevVGA,PGM,IOM: Conveted the legacy MMIO region to the new style, …
(edit) @82089   5 years vboxsync DevVGA: Mark functions with R3 where appropriate, adding docs and …
(edit) @82088   5 years vboxsync DevVGA: Mark functions with R3 where appropriate, adding docs and …
(edit) @82086   5 years vboxsync DevVGA: SUPSem -> DevHlpSUPSem. bugref:9218
(edit) @82084   5 years vboxsync DevVGA: Move VERIFY_VRAM_WRITE_OFF_RETURN and …
(edit) @82079   5 years vboxsync DevVGA: Map the first page of the FIFO into ring-0 so we can safely …
(edit) @82078   5 years vboxsync DevVGA: Map part of the VRAM (512KB) into ring-0 for direct access …
(edit) @82076   5 years vboxsync DevVGA: Converted VMSVGA FIFO allocation and registration to new …
(edit) @82074   5 years vboxsync DevVGA: Converted VRAM allocation and registration to new style. …
(edit) @82072   5 years vboxsync DevVGA: Converting the final I/O ports (VMSVGA). bugref:9218
(edit) @82071   5 years vboxsync DevVGA: Use PCI_ADDRESS_SPACE_MEM_PREFETCH rather than …
(edit) @82070   5 years vboxsync DevVGA: Use PCI_ADDRESS_SPACE_MEM_PREFETCH rather than …
(edit) @82069   5 years vboxsync DevVGA: Converting more I/O ports. bugref:9218
(edit) @82066   5 years vboxsync DevVGA: Doxygen fix. bugref:9218
(edit) @82065   5 years vboxsync DevVGA: Converting more I/O ports. bugref:9218
(edit) @82064   5 years vboxsync DevVGA: Converting more I/O ports. bugref:9218
(edit) @82062   5 years vboxsync DevVGA: Converting more I/O ports. bugref:9218
(edit) @82061   5 years vboxsync DevVGA: Started converting I/O ports. bugref:9218
(edit) @82060   5 years vboxsync DevVGA: TMTimer -> PDMDevHlpTimer. bugref:9218
(edit) @82059   5 years vboxsync DevVGA: Use default statistics prefix. bugref:9218
(edit) @82050   5 years vboxsync DevVGA: PDMCritSect -> PDMDevHlpCritSect. bugref:9218
(edit) @82048   5 years vboxsync DevVGA: SSMR3 -> pHlp->pfnSSM. bugref:9218
(edit) @82043   5 years vboxsync DevVGA: CFGMR3 -> pHlp->pfnCFGM ++. bugref:9218
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81221   5 years vboxsync DevVGA.cpp: style nits.
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80872   5 years vboxsync Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529
(edit) @80731   5 years vboxsync Devices/Graphics: Build fixes if VBOX_WITH_VMSVGA is not defined.
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80478   5 years vboxsync WDDM: remove unused VBOX_VDMA_WITH_WATCHDOG code. bugref:9529
(edit) @80428   5 years vboxsync Devices/Graphics: Resurrect the graphics device part of r132865
(edit) @80396   5 years vboxsync Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
(edit) @80294   5 years vboxsync DevVGA.cpp: Ditto.
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80118   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
(edit) @78015   6 years vboxsync DevVGA: Attempt to disable any mouse cursor when resetting the …
(edit) @77965   6 years vboxsync Devices/Graphics: more preparations for drawing the pointer cursor …
(edit) @77299   6 years vboxsync DevVGA,PCI,PGM: Hacks for making it possible to load saved states of …
(edit) @77289   6 years vboxsync DevVGA-SVGA: Use the VGA refresh timer to babysit the FIFO thread and …
(edit) @77287   6 years vboxsync DevVGA-SVGA: Use the VGA refresh timer to babysit the FIFO thread and …
(edit) @77283   6 years vboxsync nit
(edit) @77206   6 years vboxsync DevVGA-SVGA: Review and cleanup of cursor code and more, untested, …
(edit) @76994   6 years vboxsync whitespace
(edit) @76985   6 years vboxsync Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76249   6 years vboxsync DevVGA-SVGA: removed obsolete HostWindowId
(edit) @76234   6 years vboxsync DevVGA: allow to take screenshots with VMSVGA device.
(edit) @76204   6 years vboxsync DevVGA: Fixed vgaMMIORead to correctly return VINF_IOM_R3_MMIO_READ …
(edit) @76201   6 years vboxsync Fixed vgaMMIORead to correctly return VINF_IOM_R3_MMIO_READ
(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).
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