VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103005   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102808   13 months vboxsync Devices/Graphics: multisampling.
(edit) @102715   13 months vboxsync Devices/Graphics: simplified vertex and index buffers tracking (build fix).
(edit) @102714   13 months vboxsync Devices/Graphics: simplified vertex and index buffers tracking.
(edit) @102713   13 months vboxsync Devices/Graphics: update shader resource decl only if the information …
(edit) @102632   14 months vboxsync Devices/Graphics: removed obsolete code.
(edit) @102627   14 months vboxsync Devices/Graphics: corrected assertions for VGPU queries.
(edit) @102626   14 months vboxsync Devices/Graphics: create render target, depth stencil and unordered …
(edit) @102622   14 months vboxsync Devices/Graphics: create shader resource views on demand.
(edit) @102617   14 months vboxsync Devices/Graphics: shader signature semantics.
(edit) @102616   14 months vboxsync Devices/Graphics: debug logging.
(edit) @102532   14 months vboxsync Devices/Graphics: use 11.1 interfaces.
(edit) @102520   14 months vboxsync Devices/Graphics: planar textures; video commands. bugref:10529
(edit) @102504   14 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102406   14 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102382   14 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102293   14 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102143   15 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102142   15 months vboxsync Devices/Graphics: avoid compiler warnings. bugref:10529
(edit) @102136   15 months vboxsync Devices/Graphics: additional header. bugref:10529
(edit) @100757   18 months vboxsync Devices/Graphics/DevVGA-SVGA: Fix for saved state loading, bugref:10458
(edit) @100712   18 months vboxsync Devices/Graphics: pre-initialize screen ids. bugref:9830
(edit) @100710   19 months vboxsync Devices/Graphics: Add new member to saved state for SVGA3 and bump …
(edit) @100703   19 months vboxsync Devcies/Graphics: Don't access the FIFO in the DBGF info handler if …
(edit) @100702   19 months vboxsync Devices/Graphics: Fix assertion, bugref:10458
(edit) @100692   19 months vboxsync Devices/Graphics: Add support for the SVGA3 interface required for …
(edit) @100691   19 months vboxsync Devices/Graphics: Add support for the SVGA3 interface required for …
(edit) @100690   19 months vboxsync Devices/Graphics: Add support for the SVGA3 interface required for …
(edit) @100211   20 months vboxsync Devices/Graphics: Fix assertion, bugref:3409
(edit) @100178   20 months vboxsync Devices/Graphics: release device lock for FIFO thread reset. bugref:9830
(edit) @100157   20 months vboxsync Devices/Graphics: merged SCREEN_TARGET resource type with TEXTURE_2D. …
(edit) @100108   20 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100066   20 months vboxsync Devices/Graphics: debug logging. bugref:9830
(edit) @100008   20 months vboxsync Devices/Graphics: debug logging and assertions. bugref:9830
(edit) @99877   21 months vboxsync Devices/Graphics: Corresponding format for SVGA3D_DEVCAP_SURFACEFMT_R5G6B5
(edit) @99831   21 months vboxsync Devices/Graphics: RTV -> UAV fix copy paste bug
(edit) @99824   21 months vboxsync Devices/Graphics: correct assertion
(edit) @99785   21 months vboxsync Devices/Graphics: debugging helpers readBuffer update
(edit) @99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99740   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99688   21 months vboxsync Devices/Graphics: common code for 3D backend initialization and …
(edit) @99591   21 months vboxsync Devices/Graphics: SVGA_3D_CMD_INTRA_SURFACE_COPY (build fix). bugref:9830
(edit) @99589   21 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) @99521   22 months vboxsync Devices/Graphics: debugging helpers
(edit) @99315   22 months vboxsync Devices/Graphics: addr is a dword array index. bugref:10413
(edit) @99274   22 months vboxsync Devices/Graphics: incorrect format
(edit) @98908   23 months vboxsync Devices/Graphics: fixed src/dst mismatch in vmsvga3dScreenUpdate; logging
(edit) @98783   2 years vboxsync Devices/Graphics: correctly load a saved state which has no surfaces …
(edit) @98693   2 years vboxsync Devices/Graphics: Copying with correct offset for destination …
(edit) @98410   2 years vboxsync Devices/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98133   2 years vboxsync *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @98065   2 years vboxsync DevVGA: Simplified the tracking of remapped VGA pages, we don't need …
(edit) @98059   2 years vboxsync 7.0.6
(edit) @98052   2 years vboxsync Devices/Graphics: allow to use different formats for staging and …
(edit) @98051   2 years vboxsync Devices/Graphics: use the first subresource if the number of levels is …
(edit) @98050   2 years vboxsync Devices/Graphics: logging. bugref:9830
(edit) @98049   2 years vboxsync Devices/Graphics: logging. bugref:9830
(edit) @97944   2 years vboxsync Devices/Graphics: re r153861: This is C++, not C. bugref:10292
(edit) @97779   2 years vboxsync DevVGA: Implemented address wraparound for text modes for better …
(edit) @97722   2 years vboxsync Devices/Graphics: corrected an assert; logging. bugref:9830
(edit) @97698   2 years vboxsync Devices/Graphics: renamed win-dx to dx-dx11. bugref:9830
(edit) @97697   2 years vboxsync Devices/Graphics: removed unused code. bugref:9830
(edit) @97653   2 years vboxsync VGABIOS: Corrected mode table for 350-line mono mode 7.
(edit) @97652   2 years vboxsync Deleted woefully obsolete files.
(edit) @97651   2 years vboxsync VGABIOS: Use a real 8x16 font and apply 9x16 patches when setting mode …
(edit) @97622   2 years vboxsync VGABIOS: Simplified/fixed font access routines; hopefully no …
(edit) @97621   2 years vboxsync DevVGA: Register GR4 (read map select), as the name suggests, does not …
(edit) @97572   2 years vboxsync 7.0.4
(edit) @97380   2 years vboxsync Devices/Graphics: Fix crash on Catalina if the old 3D code is enabled
(edit) @97240   2 years vboxsync 7.0.2
(edit) @97035   2 years vboxsync 7.0.0
(edit) @96950   2 years vboxsync Devices/Graphics: Some old Xorg servers apparently in collaboration …
(edit) @96918   2 years vboxsync 7.0.0_BETA3
(edit) @96699   2 years vboxsync 7.0.0_BETA2
(edit) @96499   2 years vboxsync 7.0.0_BETA1
(edit) @96450   2 years vboxsync Devices/Graphics: set component types for pixel shader output …
(edit) @96413   2 years vboxsync update alternative PC BIOS and VGA BIOS sources
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96376   2 years vboxsync Devices/Graphics: set component types for shader input signature. …
(edit) @96356   2 years vboxsync Devices/Graphics: Let SCM handle .hlsl files in a sensible way.
(edit) @96355   2 years vboxsync Devices/Graphics: Improve SVM settings.
(edit) @96063   2 years vboxsync 7.0.0_ALPHA2
(edit) @95782   3 years vboxsync Devices/Graphics: retry D3D device creation in debug build. bugref:9830
(edit) @95752   3 years vboxsync Devices/Graphics: Switch to new OpenGL headers, bugref:8515 [scm …
(edit) @95751   3 years vboxsync Devices/Graphics: Switch to new OpenGL headers, bugref:8515
(edit) @95742   3 years vboxsync Devices/DevVGA-SVGA: Compile fix when VBOX_WITH_VMSVGA3D is not defined.
(edit) @95739   3 years vboxsync Devices/Graphics: corrected asserts. bugref:9830
(edit) @95721   3 years vboxsync Revert r152407 (Switch to OpenGL 4.6 extension headers, ​bugref:8515)
(edit) @95713   3 years vboxsync Switch to OpenGL 4.6 extension headers, bugref:8515
(edit) @95603   3 years vboxsync Devices/Graphics: changed device initialization to take saved state …
(edit) @95602   3 years vboxsync Devices/Graphics: changed device initialization to take saved state …
(edit) @95601   3 years vboxsync Devices/Graphics: enabled VGPU10 by default. bugref:9830
(edit) @95591   3 years vboxsync Devices/Graphics: changed device initialization to take saved state …
(edit) @95589   3 years vboxsync Devices/Graphics: cleanup. bugref:10242
(edit) @95588   3 years vboxsync Devices/Graphics: saved state fixes. bugref:9830
(edit) @95582   3 years vboxsync Devices/Graphics: logging
(edit) @95513   3 years vboxsync DevVGA: Track the number of MMIO2 unmaps, too.
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