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) @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
(edit) @56316   10 years vboxsync whitespace
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @56235   10 years vboxsync DevSVGA-SVGA: warning
(edit) @56051   10 years vboxsync VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
(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) @55840   10 years vboxsync vmsvga3d/mac: Fixed problem with missing back/front buffers. Stop use …
(edit) @55811   10 years vboxsync DevVGA-SVGA3d-ogl.cpp,++: A couple of minor fixes and more GL success …
(edit) @55693   10 years vboxsync DevVGA-SVGA.cpp: Fixed for cubebench hang. The FIFO must take the lock …
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @54659   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: Attempt to deal with annoying assertions in for …
(edit) @54641   10 years vboxsync Corrected wrong assertion in vmsvga3dDrawPrimitives that would trigger …
(edit) @54570   10 years vboxsync simplification.
(edit) @54159   10 years vboxsync the right way to format floating point.
(edit) @54158   10 years vboxsync svga3d: log 3d capabilities.
(edit) @53798   10 years vboxsync Use PDMDevHlpGetCurrentCpuId.
(edit) @53796   10 years vboxsync VMSVGA: Use new EMT wait API.
(edit) @53791   10 years vboxsync Fixed RTSemEventMultiWaitEx call and a warning.
(edit) @53789   10 years vboxsync Improved the ugly SVGA_REG_BUSY read hack a bit.
(edit) @53787   10 years vboxsync Replaced ugly RTThreadSleep(50) on EMT with a yeild + a wait on a …
(edit) @53783   10 years vboxsync VMSVGA: FIFO stats; wait on the work-to-do-semaphore instead of …
(edit) @53780   10 years vboxsync logging adjustments
(edit) @53779   10 years vboxsync vmsvga fifo handling optimizations.
(edit) @53775   10 years vboxsync DevVGA-SVGA.cpp: Fixed bugs in SVGA_REG_BITS_PER_PIXEL, …
(edit) @53756   10 years vboxsync vmsvgaGMRTransfer: Display detail in buffer overflow assertions.
(edit) @53755   10 years vboxsync VMSVGA3d: Cleaning up some of the dual-profile mess, switched back to …
(edit) @53751   10 years vboxsync DevVGA-SVGA.cpp: Register the I/O ports for ring-0 and raw-mode …
(edit) @53749   10 years vboxsync Use a context configured with the legacy OpenGL profile for getting …
(edit) @53732   10 years vboxsync Dynamically resolve imports from VBoxSVGA3D.dll/dylib/so. Added some …
(edit) @53727   10 years vboxsync DevVGA-SVGA.cpp: Use RT_FROM_MEMBER.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53596   10 years vboxsync SVGA/SVGA3d: Moved hexdumps from LogFlow() to Log2(), Log3(), and Log4().
(edit) @53201   10 years vboxsync Devices/Main: vmsvga updates
(edit) @50328   11 years vboxsync Devices/Graphics/vmsvga: don't loop forver if the guest doesn't respond
(add) @49983   11 years vboxsync Devices/Graphics: VMware SVGA II compatible graphics emulation (2D …
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