VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106263   4 months vboxsync 3D: Remove the excessive LogRels for Src and Dst buffers validation. …
(edit) @106224   4 months vboxsync 3D: Replacing memcpy with memmove to workaround possible Src and Dst …
(edit) @106221   4 months vboxsync 3D: Skip SVGA_CMD_BLIT_GRMFB_TO_SCREEN if Src and Dst buffers overlap. …
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @105575   6 months vboxsync Devices/Graphics,WDDM: Implemented DEFINE_RASTERIZER_STATE_V2
(edit) @105182   7 months vboxsync Devices/Graphics: screens handling cleanup. bugref:10708
(edit) @104853   8 months vboxsync 3D: Minor corrections for logging
(edit) @104806   8 months vboxsync Devices/Graphics: debug logging (build fix)
(edit) @104805   8 months vboxsync Devices/Graphics: debug logging
(edit) @103469   12 months vboxsync Devices/Graphics: logging
(edit) @102808   13 months vboxsync Devices/Graphics: multisampling.
(edit) @102616   14 months vboxsync Devices/Graphics: debug logging.
(edit) @102520   14 months vboxsync Devices/Graphics: planar textures; video commands. bugref:10529
(edit) @102142   15 months vboxsync Devices/Graphics: avoid compiler warnings. bugref:10529
(edit) @100712   19 months vboxsync Devices/Graphics: pre-initialize screen ids. bugref:9830
(edit) @100211   20 months vboxsync Devices/Graphics: Fix assertion, bugref:3409
(edit) @100008   21 months vboxsync Devices/Graphics: debug logging and assertions. bugref:9830
(edit) @99688   21 months vboxsync Devices/Graphics: common code for 3D backend initialization and …
(edit) @99589   22 months vboxsync Devices/Graphics: SVGA_3D_CMD_INTRA_SURFACE_COPY. bugref:9830
(edit) @99535   22 months vboxsync Devices/Graphics: SVGA_REG_CAP2; SET_*_CONSTANT_BUFFER_OFFSET; fixes …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @98049   2 years vboxsync Devices/Graphics: logging. bugref:9830
(edit) @97697   2 years vboxsync Devices/Graphics: removed unused code. bugref:9830
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95288   3 years vboxsync Devices/Graphics: generic screen update function. bugref:9830
(edit) @95249   3 years vboxsync Devices/Graphics: ose fix
(edit) @95149   3 years vboxsync Devices/Graphics: PresentBlt. bugref:9830
(edit) @95101   3 years vboxsync Devices/Graphics: dump float format: bugref:9830
(edit) @95085   3 years vboxsync Devices/Graphics: stream output; DrawAuto; Grow[C]OTables: bugref:9830
(edit) @95062   3 years vboxsync Devices/Graphics: build fix
(edit) @95055   3 years vboxsync Devices/Graphics: stream output; ClearView; typeless formats: bugref:9830
(edit) @95017   3 years vboxsync Devices/Graphics: copy resource: bugref:9830
(edit) @95016   3 years vboxsync Devices/Graphics: shader signatures: bugref:9830
(edit) @95012   3 years vboxsync Devices/Graphics: new commands; fixes for CreateInputLayout, …
(edit) @95008   3 years vboxsync Devices/Graphics: 64 bit surface flags and increased save state …
(edit) @94989   3 years vboxsync Devices/Graphics: patch shader resource types; new commands: bugref:9830
(edit) @94928   3 years vboxsync Devices/Graphics: shader parser update; minor fixes: bugref:9830
(edit) @94449   3 years vboxsync Devices/Graphics: implemented queries; fixed generation of GS …
(edit) @94377   3 years vboxsync Devices/Graphics: surface mapping cleanup and fixes: bugref:9830
(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) @94232   3 years vboxsync Devices/Graphics: texture arrays: bugref:9830
(edit) @94223   3 years vboxsync Devices/Graphics: extended debug code to support float textures: …
(edit) @94205   3 years vboxsync Devices/Graphics: saved state: bugref:9830
(edit) @94146   3 years vboxsync Devices/Graphics: shader management: bugref:9830
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(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) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91928   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMHandlerPhysical* APIs and …
(edit) @91507   3 years vboxsync Devices/Graphics: DUMP_BITMAPS update: 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) @91361   3 years vboxsync Devices/Graphics: VMSVGA new commands
(edit) @89356   4 years vboxsync 3D/VMSVGA: Fix pCmd/pGMR pointers mixup which breaks the logic of …
(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) @88831   4 years vboxsync Devices/Graphics: resource creation; logging; emulate TRIANGLEFAN …
(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) @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) @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) @86855   4 years vboxsync Devices/Graphics: Monitor the guest access to ObjectTables; use array …
(edit) @86841   4 years vboxsync Devices/Graphics: A couple of new commands; a more generic handler for …
(edit) @86840   4 years vboxsync Devices/Graphics: A couple of new commands; a more generic handler for …
(edit) @86838   4 years vboxsync Devices/Graphics: A couple of new commands; a more generic handler for …
(edit) @86479   4 years vboxsync AMD IOMMU: bugref:9654 DevVGA-SVGA: Use PCI interfaces while …
(edit) @86266   4 years vboxsync Devices/Graphics: Split DevVGA-SVGA.cpp to two source files (device …
(copy) @86265   4 years vboxsync Devices/Graphics: Split DevVGA-SVGA.cpp to two source files (device …
copied from trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
(edit) @86252   4 years vboxsync Devices/Graphics: Build fix.
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