VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94642   3 years vboxsync VGABIOS: Filled in mode table entries 0Bh/0Ch but left disabled …
(edit) @94636   3 years vboxsync Devices/Graphics: enable command buffers capability for all VMs: …
(edit) @94633   3 years vboxsync Devices/Graphics: fix for command buffers tracking: bugref:9830
(edit) @94632   3 years vboxsync Devices/Graphics: save command buffers independently from VGPU10 when …
(edit) @94582   3 years vboxsync Devices/Graphics/vmsvga_include: VBox modifications. bugref:9830
(edit) @94581   3 years vboxsync Devices/Graphics: unmodified vmsvga header file. bugref:9830
(edit) @94451   3 years vboxsync VGABIOS: When restoring state, we have to first set the CRTC base and …
(edit) @94450   3 years vboxsync DevVGA: Added split screen functionality for text modes (not quite …
(edit) @94449   3 years vboxsync Devices/Graphics: implemented queries; fixed generation of GS …
(edit) @94401   3 years vboxsync Devices/Graphics: fixed loading a legacy saved state
(edit) @94385   3 years vboxsync Devices,SVGA: Fix some memory leaks in the OpenGL backend
(edit) @94377   3 years vboxsync Devices/Graphics: surface mapping cleanup and fixes: bugref:9830
(edit) @94363   3 years vboxsync VGABIOS: CGA text modes need CGA DAC setup for the right colors.
(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) @94355   3 years vboxsync VGABIOS: Added ability to set 200/350-line (CGA/EGA) text modes.
(edit) @94354   3 years vboxsync VGABIOS: Minor copy/paste fix.
(edit) @94353   3 years vboxsync VGABIOS: Filled in mode parameters with CGA/EGA text modes.
(edit) @94316   3 years vboxsync VGABIOS: Removed old/redundant code incorrectly writing the …
(edit) @94276   3 years vboxsync Devices/Graphics: cleanup: bugref:9830
(edit) @94273   3 years vboxsync Devices/Graphics: scm fix: bugref:9830
(edit) @94272   3 years vboxsync Devices/Graphics: fixes for Linux host; log 3D adapter name: bugref:9830
(edit) @94271   3 years vboxsync Devices/Graphics: middes ifdefs: bugref:9830
(edit) @94269   3 years vboxsync Devices/Graphics: single device mode fix: bugref:9830
(edit) @94267   3 years vboxsync Devices/Graphics: doxygen fix: bugref:9830
(edit) @94266   3 years vboxsync Devices/Graphics: DXQuery commands; DXDestroy commands; DXBufferCopy …
(edit) @94265   3 years vboxsync Devices/Graphics: DXQuery commands; DXDestroy commands; DXBufferCopy: …
(edit) @94264   3 years vboxsync Devices/Graphics: implemented some DXQuery commands; fixed various …
(edit) @94242   3 years vboxsync Devices/Graphics: 1D textures; cleaned up usage of dynamic and staging …
(edit) @94241   3 years vboxsync Devices/Graphics: cleaned up paInitialData initialization for …
(edit) @94232   3 years vboxsync Devices/Graphics: texture arrays: bugref:9830
(edit) @94227   3 years vboxsync Devices/Graphics: a fix for piglit; map fix for compressed textures; …
(edit) @94223   3 years vboxsync Devices/Graphics: extended debug code to support float textures: …
(edit) @94215   3 years vboxsync Devices/Graphics: saved state fixes: bugref:9830
(edit) @94214   3 years vboxsync Devices/Graphics: debug code cleanup: bugref:9830
(edit) @94205   3 years vboxsync Devices/Graphics: saved state: bugref:9830
(edit) @94196   3 years vboxsync Devices/Graphics: saved state new source file: bugref:9830
(edit) @94151   3 years vboxsync Devices/Graphics: enable single DX device mode on all hosts: bugref:9830
(edit) @94150   3 years vboxsync Devices/Graphics: Use D3D 11.1: bugref:9830
(edit) @94149   3 years vboxsync Devices/Graphics: staging buffer does not support DISCARD: bugref:9830
(edit) @94147   3 years vboxsync Devices/Graphics: shader management (build fix): bugref:9830
(edit) @94146   3 years vboxsync Devices/Graphics: shader management: bugref:9830
(edit) @94113   3 years vboxsync Devices/Graphics: single device mode: bugref:9830
(edit) @94106   3 years vboxsync Devices/Graphics: more for single device mode: bugref:9830
(edit) @94101   3 years vboxsync Devices/Graphics: initial code for single device mode, enabled for non …
(edit) @94063   3 years vboxsync Devices/Graphics: shader resource and render target views should be …
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93873   3 years vboxsync VGABIOS: Implemented INT 10h/112xH functions (graphical font set).
(edit) @93841   3 years vboxsync VGABIOS: Reworked save area management, added support for font …
(edit) @93840   3 years vboxsync DevVGA: Changing blink enable or underline location needs to trigger a …
(edit) @93828   3 years vboxsync VGABIOS: Set DS correctly before calling into C POST code.
(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) @93739   3 years vboxsync Devices/DevVGA-SVGA3d-win-dx: Fix possible call of RTMemFree(*ppvData) …
(edit) @93650   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93636   3 years vboxsync VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
(edit) @93635   3 years vboxsync VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
(edit) @93498   3 years vboxsync Devices/Graphics/libWineStub/debug.c: Tweaked stupid guest-side debug …
(edit) @93357   3 years vboxsync Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp: Some compile fixes on non …
(edit) @93307   3 years vboxsync Devices: VC++ 19.2 update 11 build adjustments (lossy floating point …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92903   3 years vboxsync libWineStub: Don't include wrapper headers on non-windows platforms. …
(edit) @92162   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @91942   3 years vboxsync Devices/Graphics/HGSMIHost: Eliminate usage of VMMGetCpu(), bugref:10074
(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) @91920   3 years vboxsync VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and …
(edit) @91901   3 years vboxsync Devices/Graphics/DevVGA-SVGA.cpp: Use …
(edit) @91891   3 years vboxsync Devices/Graphics/DevVGA-SVGA3d-dx-shader.cpp: Fix compilation with …
(edit) @91823   3 years vboxsync Devices/Graphics: parser improvements; logging: bugref:9830
(edit) @91774   3 years vboxsync DevVGA-SVGA3d-ogl.cpp: Shut up warnings about deprecated functions in …
(edit) @91607   3 years vboxsync Devices/Graphics: parser should be able to apply modifications; …
(edit) @91527   3 years vboxsync Devices/Graphics: Build fix: bugref:9830
(edit) @91526   3 years vboxsync Devices/Graphics: Build fix: bugref:9830
(edit) @91525   3 years vboxsync Devices/Graphics: Build fix: bugref:9830
(edit) @91507   3 years vboxsync Devices/Graphics: DUMP_BITMAPS update: bugref:9830
(edit) @91504   3 years vboxsync Devices/Graphics: straighten out code which waits for drawing to …
(edit) @91484   3 years vboxsync Devices/Graphics: parser; DrawIndexed for TRIANGLE_FAN; etc: bugref:9830
(edit) @91441   3 years vboxsync Devices/Graphics: staging buffer for transfers; stream output: bugref:9830
(edit) @91375   3 years vboxsync Devices/Graphics: fixes for mapping, constant buffers and parser: …
(edit) @91364   3 years vboxsync Devices/Graphics: use a define for test breakpoints: bugref:9830
(edit) @91362   3 years vboxsync Devices/Graphics: VMSVGA new commands (doxygen fix for r147031): …
(edit) @91361   3 years vboxsync Devices/Graphics: VMSVGA new commands
(edit) @91011   3 years vboxsync 3D/VMSVGA: Workaround for wrong sampler type declaration …
(edit) @90853   3 years vboxsync Devices/Graphics: support for relative operands in the shader parser.
(edit) @90852   3 years vboxsync Devices/Graphics: Update cbScanline after changing uWidth and uBpp
(edit) @90791   3 years vboxsync Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90694   3 years vboxsync VMSVGA: prevent black screen after first resize when VM is restored …
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90323   4 years vboxsync DevVGA-SVGA: Moved the pfnVBVAEnable calls up before …
(edit) @90319   4 years vboxsync VMSVGA: prevent screen artifacts after restoring VM from saved state, …
(edit) @90200   4 years vboxsync DevVGA: Addendum to bugref:9904
(edit) @90058   4 years vboxsync DevVGA-SVGA: style fix for r143829. bugref:9988
(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) @89356   4 years vboxsync 3D/VMSVGA: Fix pCmd/pGMR pointers mixup which breaks the logic of …
(edit) @89183   4 years vboxsync Devices/Graphics: Fixed 3D backend reset issues. bugref:9830
(edit) @89171   4 years vboxsync Devices/Graphics: Removed VBOX_VMSVGA3D_WITH_WINE_OPENGL, because it …
(edit) @89163   4 years vboxsync Devices/Graphics: Build new and old 3D backend. bugref:9830
(edit) @89124   4 years vboxsync Devices/Graphics: Fixed regression from r144462 on darwin when loading …
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