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) @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 …
(edit) @69136   7 years vboxsync Devices/Graphics: VMSVGA support for cubemaps and compressed textures …
(edit) @69097   7 years vboxsync DevVGA-SVGA.cpp: reduced code duplication, minor fixes.
(edit) @65640   8 years vboxsync gcc 7: missing break
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65345   8 years vboxsync VMSVGA: palette fix.
(edit) @65305   8 years vboxsync VMSVGA/Cursor: 1-bit XOR conversion fix. Multi-bit AND mask conversion …
(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) @65297   8 years vboxsync VMSVGA: Style cleanups.
(edit) @65295   8 years vboxsync VMSVGA: build fix
(edit) @65294   8 years vboxsync VMSVGA: Updates. * Moved VMSVGA specific structures and defines from …
(edit) @65271   8 years vboxsync VMSVGA: GMR work.
(edit) @65267   8 years vboxsync build fix
(edit) @65266   8 years vboxsync build fix
(edit) @65265   8 years vboxsync VMSVGA: Translate palette register indexes for SVGA_ID_0. Added …
(edit) @65101   8 years vboxsync Devices: doxygen fixes
(edit) @64482   8 years vboxsync DevVGA: DevVGA_SVGA build fixes for disabled debug code
(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) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63421   8 years vboxsync Devices: warnings
(edit) @63218   8 years vboxsync Devices: warnings (gcc)
(edit) @62932   8 years vboxsync Devices: warnings
(edit) @62618   8 years vboxsync Devices: unused parameter warnings.
(edit) @62514   8 years vboxsync (C) 2016
(edit) @62425   8 years vboxsync Devices/RC: MSC level 4 warnings.
(edit) @60042   9 years vboxsync DevSVGA-SVGA: some missing typecasts
(edit) @59850   9 years vboxsync VMSVGA: Replaced the fixed 50ms interval by adaptive polling/sleep …
(edit) @59849   9 years vboxsync VMSVGA: Applied trivirt patch that shorts the fifo polling interval …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58148   9 years vboxsync Doxygen: fixes.
(edit) @58144   9 years vboxsync *: Doxygen fixes.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57790   9 years vboxsync VMSVGA3d: Turns out I'm blitting to the wrong end (Y direction) of the …
(edit) @57517   9 years vboxsync SVGA3d/ogl: Finally figured out the scrolling issue with the …
(edit) @57504   9 years vboxsync VMSVGA3d/ogl: Banging my head vertical scrolling of the host …
(edit) @57502   9 years vboxsync DevVGA-SVGA*: Some viewport sanity adjustments and comments.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57191   9 years vboxsync pdmifs.h: ViewPort -> Viewport, docs.
(edit) @57151   9 years vboxsync VMSVGA3d: Started reworking 3d command handling code to avoid …
(edit) @57149   9 years vboxsync VMSVGA3d: Combining OGL and D3D backend structures and moving …
(edit) @57135   9 years vboxsync vmsvga3d/darwin/ogl: Resize the shared context, save and restore the …
(edit) @57084   9 years vboxsync VMSVGA3d: sorting and build fixes.
(edit) @57081   9 years vboxsync VMSVGA3d: added vmsvga3dctx and vmsvga3dsfc info items, the latter …
(edit) @57011   9 years vboxsync vmsvga: Combined the external FIFO command submission into one …
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56944   9 years vboxsync SVGA: Assertions triggered by BB.
(edit) @56593   9 years vboxsync info vmsvga
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