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) @100702   19 months vboxsync Devices/Graphics: Fix assertion, bugref:10458
(edit) @100691   19 months vboxsync Devices/Graphics: Add support for the SVGA3 interface required for …
(edit) @100690   19 months vboxsync Devices/Graphics: Add support for the SVGA3 interface required for …
(edit) @100108   20 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99315   22 months vboxsync Devices/Graphics: addr is a dword array index. bugref:10413
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @98065   2 years vboxsync DevVGA: Simplified the tracking of remapped VGA pages, we don't need …
(edit) @97779   2 years vboxsync DevVGA: Implemented address wraparound for text modes for better …
(edit) @97621   2 years vboxsync DevVGA: Register GR4 (read map select), as the name suggests, does not …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95602   3 years vboxsync Devices/Graphics: changed device initialization to take saved state …
(edit) @95601   3 years vboxsync Devices/Graphics: enabled VGPU10 by default. bugref:9830
(edit) @95513   3 years vboxsync DevVGA: Track the number of MMIO2 unmaps, too.
(edit) @95463   3 years vboxsync DevVGA: vgaIsDirty is now used in R3 only.
(edit) @95461   3 years vboxsync DevVGA: Fixed problem with VBE banking destroying MMIO2 remapping …
(edit) @95292   3 years vboxsync Devices/Graphics: VBE_DISPI_CFG_ID_VMSVGA_DX
(edit) @94450   3 years vboxsync DevVGA: Added split screen functionality for text modes (not quite …
(edit) @94360   3 years vboxsync DevVGA: Cursor position is subject to CRTC byte/word mode, too.
(edit) @94356   3 years vboxsync DevVGA: Improved display of text modes in CRTC byte mode, rather than …
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93840   3 years vboxsync DevVGA: Changing blink enable or underline location needs to trigger a …
(edit) @93827   3 years vboxsync DevVGA: Show the MSR value in info vga since it's not dumped anywhere else.
(edit) @93796   3 years vboxsync DevVGA: Implemented text mode underline.
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92162   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @91930   3 years vboxsync VMM,Devices: Eliminate direct calls to IOMMmioResetRegion and …
(edit) @91928   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMHandlerPhysical* APIs and …
(edit) @90447   4 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90200   4 years vboxsync DevVGA: Addendum to bugref:9904
(edit) @90021   4 years vboxsync DevVGA: Fixed regression from r112425, must use RT_MAX to determin …
(edit) @90017   4 years vboxsync DevVGA: Style fixes. Removed irrelevant 32-bit comment (not supported, …
(edit) @88545   4 years vboxsync Retrieve BMP file header info, bugref:9904
(edit) @87904   4 years vboxsync DevVGA,DisplayImpl.cpp,pdmifs.h: Don't require EMT for …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87118   4 years vboxsync DevVGA: Removed unused code, better errors messages for bogus custom …
(edit) @87105   4 years vboxsync DevVGA: Finish the elimination of vram_ptr. bugref:9218
(edit) @86197   4 years vboxsync Devices/Graphics: CFGM parameter to enable new capabilities.
(edit) @85864   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85863   4 years vboxsync Devices/Graphics/DevVGA: Compilation fixes if VBOX_WITH_VMSVGA is not …
(edit) @85856   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85368   5 years vboxsync Devices/Graphics,Main,include: Experimental graphics output. bugref:9695
(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 …
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