VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   4 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 …
(edit) @89123   4 years vboxsync Devices/Graphics: Function tables for 3D backends (build fix). bugref:9830
(edit) @89122   4 years vboxsync Devices/Graphics: Function tables for 3D backends (doxygen). bugref:9830
(edit) @89121   4 years vboxsync Devices/Graphics: Function tables for 3D backends. bugref:9830
(edit) @88904   4 years vboxsync Devices/Graphics: Helpers to read and write guest MOB memory; fixed …
(edit) @88838   4 years vboxsync Devices/Graphics: attempt to fix mac builds. bugref:9830
(edit) @88835   4 years vboxsync Devices/Graphics: build fix for VBOX_WITH_VMSVGA3D disabled case. …
(edit) @88833   4 years vboxsync Devices/Graphics: move RT_C_DECLS to svga_dump.h. bugref:9830
(edit) @88831   4 years vboxsync Devices/Graphics: resource creation; logging; emulate TRIANGLEFAN …
(edit) @88830   4 years vboxsync Devices/Graphics: VirtualBox modifications for svga command logging. …
(edit) @88829   4 years vboxsync Devices/Graphics: unmodified files for svga command logging. bugref:9830
(edit) @88803   4 years vboxsync Devices/Graphics: more DX commands; disassemble shaders for debug log. …
(edit) @88788   4 years vboxsync Devices/Graphics: a few DX commands (doxygen fix). bugref:9830
(edit) @88787   4 years vboxsync Devices/Graphics: a few DX commands. bugref:9830
(edit) @88786   4 years vboxsync Devices/Graphics: new files for DX commands. bugref:9830
(edit) @88774   4 years vboxsync 3D/VMSVGA: Corrected VBE_DISPI_MAX_(X/Y)RES typo
(edit) @88743   4 years vboxsync DevVGA-SVGA: Log out of bounds values. bugref:9981
(edit) @88547   4 years vboxsync 3D/VMSVGA: Clear the 3D support flag if vmsvgaR3PowerOn fails, bugref:9988
(edit) @88545   4 years vboxsync Retrieve BMP file header info, bugref:9904
(edit) @88544   4 years vboxsync 3D/VMSVGA: Skip unsupported bpp values, bugref:9992
(edit) @88538   4 years vboxsync 3D/VMSVGA: Skip unsupported screen sizes
(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) @87633   4 years vboxsync VMM/TM,VMM/HMVMX: Try avoid calling TMCpuTickGetDeadlineAndTscOffset …
(edit) @87118   4 years vboxsync DevVGA: Removed unused code, better errors messages for bogus custom …
(edit) @87110   4 years vboxsync 3D/VMSVGA: Ignore a surface in case of inconsistent parameters, bugref:9880
(edit) @87105   4 years vboxsync DevVGA: Finish the elimination of vram_ptr. bugref:9218
(edit) @87028   4 years vboxsync AMD IOMMU: bugref:9654 Devices/Graphics/DevVGA-SVGA: Use non-PCI guest …
(edit) @86905   4 years vboxsync Devices/Graphics: use new vmsvga headers, stubs for more commands. …
(edit) @86900   4 years vboxsync Devices/Graphics/vmsvga_include: VBox modifications and three empty …
(edit) @86899   4 years vboxsync Devices/Graphics: unmodified vmsvga gallium driver include files. …
(edit) @86898   4 years vboxsync Devices/Graphics: unmodified vmsvga include files. bugref:9830
(edit) @86888   4 years vboxsync Devices/Graphics: logging. bugref:9830
(edit) @86886   4 years vboxsync Devices/Graphics: Map and GBO interfaces. bugref:9830
(edit) @86885   4 years vboxsync Devices/Graphics: Stubs for some new commands. bugref:9830
(edit) @86864   4 years vboxsync Devices/Graphics: vmsvga3dQueryCaps for DX backend. bugref:9830
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