VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @84013   5 years vboxsync Devices/DevVGA-SVGA: Check if screen is not defined …
(edit) @84011   5 years vboxsync Devices/DevVGA-SVGA: Use AssertPtr() here.
(edit) @83560   5 years vboxsync DevVGA-SVGA.cpp: Use RTMemFreeZ with cursor data. bugref:9698
(edit) @83507   5 years vboxsync Comment.
(edit) @83505   5 years vboxsync VMSVGA: Fixed a possible race which could cause a guest to endlessly …
(edit) @83378   5 years vboxsync VMSVGA: Print the FIFO cursor position, too.
(edit) @83374   5 years vboxsync VMSVGA: Check for mode changes from the outer FIFO loop as well, so …
(edit) @83354   5 years vboxsync VMSVGA: Implemented SVGA_CMD_RECT_COPY (see bugref:9424).
(edit) @83305   5 years vboxsync VMSVGA: Explicitly turn cursor on and off when enabling/disabling …
(edit) @83278   5 years vboxsync VMSVGA: The SVGA_REG_BITS_PER_PIXEL must be initialized to the host …
(edit) @83274   5 years vboxsync VMSVGA: Implemented register-based cursor movement interface used by …
(edit) @83273   5 years vboxsync VMSVGA: Unregister VRAM handler after loading state if necessary.
(edit) @83256   5 years vboxsync VMSVGA: Reversed bit order of converted cursor AND mask to match VBVA …
(edit) @83156   5 years vboxsync bugref:9637 Some PDMIDISPLAYPORT::pfnReportMonitorPositions nits.
(edit) @83154   5 years vboxsync bugref:9637. build fix
(edit) @83152   5 years vboxsync bugref:9637. moving the function vmsvgaR3PortReportMonitorPositions …
(edit) @83142   5 years vboxsync bugref:9637. Sending monitor positions (offsets) from GAs to svga …
(edit) @83061   5 years vboxsync DevVGA: Dump screen objects with info vmsvga.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82659   5 years vboxsync Devices/DevVGA-SVGA: Compile fixes if VBOX_WITH_VMSVGA3D is not defined.
(edit) @82409   5 years vboxsync Devices/Graphics: optional release logging
(edit) @82242   5 years vboxsync Devices/Graphics: release statistics for SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN
(edit) @82199   5 years vboxsync DevVGA: The FIFO shouldn't be prefetchable. Workarounds for old saved …
(edit) @82127   5 years vboxsync DevVGA: Doxygen fixes. bugref:9218
(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) @82110   5 years vboxsync DevVGA: Darwin fixes. bugref:9218
(edit) @82109   5 years vboxsync DevVGA: Splitting up the VGASTATE structure. bugref:9218
(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) @82083   5 years vboxsync DevVGA: style nits. bugref:9218
(edit) @82081   5 years vboxsync DevVGA: style nits. bugref:9218
(edit) @82079   5 years vboxsync DevVGA: Map the first page of the FIFO into ring-0 so we can safely …
(edit) @82076   5 years vboxsync DevVGA: Converted VMSVGA FIFO allocation and registration to new …
(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) @82059   5 years vboxsync DevVGA: Use default statistics prefix. bugref:9218
(edit) @82053   5 years vboxsync DevVGA: PDMR3Thread -> PDMDevHlpThread. bugref:9218
(edit) @82050   5 years vboxsync DevVGA: PDMCritSect -> PDMDevHlpCritSect. bugref:9218
(edit) @82048   5 years vboxsync DevVGA: SSMR3 -> pHlp->pfnSSM. bugref:9218
(edit) @82047   5 years vboxsync DevVGA: SSMR3 -> pHlp->pfnSSM. bugref:9218
(edit) @82043   5 years vboxsync DevVGA: CFGMR3 -> pHlp->pfnCFGM ++. bugref:9218
(edit) @81756   5 years vboxsync Devices/Graphics: suppress noisy logging.
(edit) @81755   5 years vboxsync Reverted r134542, wrong files
(edit) @81754   5 years vboxsync Devices/Graphics: suppress noisy logging.
(edit) @81498   5 years vboxsync Devices/Graphics: mouse cursor logging
(edit) @81194   5 years vboxsync Devices/Graphics/DevVGA-SVGA.cpp: Improve check, bugref:9535
(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) @78347   6 years vboxsync DevVGA-SVGA.cpp: attempt to fix breakage from last change.
(edit) @78344   6 years vboxsync DevVGA-SVGA.cpp: re-init FIFO on VM reset
(edit) @78011   6 years vboxsync DevVGA-SVGA: use VBVA interface to update screen. bugref:9430
(edit) @77958   6 years vboxsync VMSVGA: Refined pitch lock handling, also reset FIFO on VM reset. See …
(edit) @77954   6 years vboxsync SVGA: Fixed thinkos (bugref:9424).
(edit) @77952   6 years vboxsync VMSVGA: Implemented pitch lock registers. See bugref:9424
(edit) @77920   6 years vboxsync VMSVGA: Report FIFO_CAP_RESERVE capability which we do support.
(edit) @77915   6 years vboxsync VMSVGA: Calculate pitch when width or bpp is set. See bugref:9424
(edit) @77869   6 years vboxsync DevVGA-SVGA: report the mouse cursor position only if the guest …
(edit) @77867   6 years vboxsync DevVGA-SVGA: screen update notification is required to make the VRDP …
(edit) @77288   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) @77282   6 years vboxsync vmsvgaFIFOLoop: Disabled incorrect assertion. bugref:9376
(edit) @77226   6 years vboxsync Devices/DevVGA-SVGA: move an assertion out of the FIFO access handler. …
(edit) @77207   6 years vboxsync DevVGA-SVGA: Review and cleanup of cursor code and more, untested, …
(edit) @77206   6 years vboxsync DevVGA-SVGA: Review and cleanup of cursor code and more, untested, …
(edit) @77194   6 years vboxsync Devices/DevVGA-SVGA: make FIFO polling thread sleep when idle. …
(edit) @77193   6 years vboxsync Devices/DevVGA-SVGA: make FIFO polling thread sleep when idle. …
(edit) @77151   6 years vboxsync Devices/DevVGA-SVGA: add cursor position reporting to the front-end. …
(edit) @76985   6 years vboxsync Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo …
(edit) @76951   6 years vboxsync Comments, typos.
(edit) @76789   6 years vboxsync DevVGA-SVGA.cpp: support for blanking
(edit) @76635   6 years vboxsync DevVGA-SVGA.cpp: fixed VMSVGA saved state with 3D disabled
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76249   6 years vboxsync DevVGA-SVGA: removed obsolete HostWindowId
(edit) @76246   6 years vboxsync DevVGA-SVGA3d: dynamic loading of opengl (not enabled)
(edit) @76234   6 years vboxsync DevVGA: allow to take screenshots with VMSVGA device.
(edit) @76181   6 years vboxsync DevVGA-SVGA: process the three GMRFB related commands when …
(edit) @76171   6 years vboxsync Graphics/VMSVGA: return the configured number from …
(edit) @75939   6 years vboxsync Graphics/VMSVGA: return 32, not 1 from SVGA_REG_NUM_DISPLAYS register. …
(edit) @75723   6 years vboxsync Device/Graphics: multiple screens for VMSVGA (fix).
(edit) @75717   6 years vboxsync Device/Graphics: multiple screens for VMSVGA (build fix).
(edit) @75716   6 years vboxsync Device/Graphics: multiple screens for VMSVGA (build fix).
(edit) @75715   6 years vboxsync Device/Graphics: multiple screens for VMSVGA.
(edit) @75508   6 years vboxsync DevVGA-SVGA: Assert -> Log
(edit) @73328   6 years vboxsync DevVGA-SVGA: SVGA_CMD_BLIT_GMRFB_TO_SCREEN and …
(edit) @73237   6 years vboxsync DevVGA-SVGA: log
(edit) @73197   6 years vboxsync DevVGA-SVGA: implemented SVGA_CMD_BLIT_SCREEN_TO_GMRFB
(edit) @73194   6 years vboxsync DevVGA-SVGA: added new parameters for vmsvgaGMRTransfer in order to …
(edit) @73004   6 years vboxsync DevVGA-SVGA: renamed misleading parameters of vmsvgaGMRTransfer …
(edit) @71686   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @69963   7 years vboxsync Devices/Graphics: VMSVGA: renamed helpers for initialization and …
(edit) @69940   7 years vboxsync Devices/Graphics: VMSVGA: helpers for initialization and destruction …
(edit) @69922   7 years vboxsync Devices/Graphics: VMSVGA: info vmsvga3dsurf debugger command.
(edit) @69904   7 years vboxsync Devices/Graphics: VMSVGA: take screen offset into account; saved state …
(edit) @69624   7 years vboxsync Devices/Graphics: VMSVGA update.
(edit) @69242   7 years vboxsync Devices/Graphics: VMSVGA: support vertex divisors in …
(edit) @69146   7 years vboxsync Devices/Graphics: VMSVGA: AllocZ for GMR array.
(edit) @69137   7 years vboxsync Devices/Graphics: VMSVGA: do not hardcode the number of GMRs, increase …
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