VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100008   19 months vboxsync Devices/Graphics: debug logging and assertions. bugref:9830
(edit) @99688   19 months vboxsync Devices/Graphics: common code for 3D backend initialization and …
(edit) @98908   21 months vboxsync Devices/Graphics: fixed src/dst mismatch in vmsvga3dScreenUpdate; logging
(edit) @98693   22 months vboxsync Devices/Graphics: Copying with correct offset for destination …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @98051   2 years vboxsync Devices/Graphics: use the first subresource if the number of levels is …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95288   2 years vboxsync Devices/Graphics: generic screen update function. bugref:9830
(edit) @95231   3 years vboxsync Devices/Graphics: track constant, vertex, index buffers; clear …
(edit) @95091   3 years vboxsync Devices/Graphics: stream output: bugref:9830
(edit) @95008   3 years vboxsync Devices/Graphics: 64 bit surface flags and increased save state …
(edit) @94377   3 years vboxsync Devices/Graphics: surface mapping cleanup and fixes: bugref:9830
(edit) @94267   3 years vboxsync Devices/Graphics: doxygen fix: bugref:9830
(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) @94063   3 years vboxsync Devices/Graphics: shader resource and render target views should be …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91375   3 years vboxsync Devices/Graphics: fixes for mapping, constant buffers and parser: …
(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) @89163   4 years vboxsync Devices/Graphics: Build new and old 3D backend. bugref:9830
(edit) @89121   4 years vboxsync Devices/Graphics: Function tables for 3D backends. bugref:9830
(edit) @88831   4 years vboxsync Devices/Graphics: resource creation; logging; emulate TRIANGLEFAN …
(edit) @88787   4 years vboxsync Devices/Graphics: a few DX commands. bugref:9830
(edit) @87110   4 years vboxsync 3D/VMSVGA: Ignore a surface in case of inconsistent parameters, bugref:9880
(edit) @86905   4 years vboxsync Devices/Graphics: use new vmsvga headers, stubs for more commands. …
(edit) @86838   4 years vboxsync Devices/Graphics: A couple of new commands; a more generic handler for …
(edit) @86024   4 years vboxsync Devices/Graphics: use current VMSVGA headers
(edit) @86011   4 years vboxsync Devices/Graphics: backed out r140205 (need to fix gcc warnings first)
(edit) @86009   4 years vboxsync Devices/Graphics: Use current VMSVGA headers
(edit) @85368   4 years vboxsync Devices/Graphics,Main,include: Experimental graphics output. bugref:9695
(edit) @84747   5 years vboxsync Devices/Graphics: logging. bugref:9695
(edit) @84742   5 years vboxsync Devices/Graphics: experimental GLX graphics output
(edit) @83559   5 years vboxsync DevVGA-SVGA3d.cpp: Use RTMemFreeZ on surface data. bugref:9698
(edit) @83292   5 years vboxsync Devices/Graphics: added buffer offset to a debug log statement.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82586   5 years vboxsync Devices/Graphics: use glVertexAttrib to set a constant value of a …
(edit) @82583   5 years vboxsync Devices/Graphics: fixes for the CLEAR command; BLIT_SURFACE_TO_SCREEN …
(edit) @82165   5 years vboxsync Devices/Graphics: OpenGL backend: fixes for compressed textures.
(edit) @82114   5 years vboxsync DevVGA: Splitting up the VMSVGASTATE structure. bugref:9218
(edit) @82109   5 years vboxsync DevVGA: Splitting up the VGASTATE structure. bugref:9218
(edit) @82095   5 years vboxsync Devices/Graphics: renamed VMSVGA3DSURFACE::pMipmapLevels to …
(edit) @82090   5 years vboxsync Devices/Graphics: use helpers to resolve surface and context ids; log …
(edit) @82089   5 years vboxsync DevVGA: Mark functions with R3 where appropriate, adding docs and …
(edit) @81771   5 years vboxsync Devices/Graphics: OpenGL backend texture format conversion
(edit) @81755   5 years vboxsync Reverted r134542, wrong files
(edit) @81754   5 years vboxsync Devices/Graphics: suppress noisy logging.
(edit) @81431   5 years vboxsync Devices/Graphics: correct fix for flickering with D3D backend
(edit) @81360   5 years vboxsync Devices/Graphics: Direct3D backend support for UYVY, YUY2 and A8B8G8R8 …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @75715   6 years vboxsync Device/Graphics: multiple screens for VMSVGA.
(edit) @74261   6 years vboxsync DevVGA-SVGA3d: corrected guest pitch; comments.
(edit) @73737   6 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73736   6 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73297   6 years vboxsync DevVGA-SVGA3d: moved vmsvga3dSurfaceBlitToScreen to DevVGA-SVGA3d, …
(edit) @73194   6 years vboxsync DevVGA-SVGA: added new parameters for vmsvgaGMRTransfer in order to …
(edit) @69859   7 years vboxsync Devices/Graphics: VMSVGA: removed sidRenderTarget, because it does not …
(edit) @69415   7 years vboxsync Devices/Graphics: VMSVGA occlusion queries
(edit) @69163   7 years vboxsync Devices/Graphics: VMSVGA: texture and sampler states.
(edit) @69153   7 years vboxsync Devices/Graphics: VMSVGA: Initial support for volume textures. …
(edit) @69136   7 years vboxsync Devices/Graphics: VMSVGA support for cubemaps and compressed textures …
(edit) @67972   7 years vboxsync bugref:8863: several DevVGA-SVGA fixes
(edit) @66519   8 years vboxsync DevVGA-SVGA3d: bugref:8735: added a couple of checks and simplified …
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65101   8 years vboxsync Devices: doxygen fixes
(edit) @64483   8 years vboxsync DevVGA_SVGA: fixed index/vertex buffer usage with recent Mesa
(edit) @62514   8 years vboxsync (C) 2016
(edit) @58551   9 years vboxsync DevVGA-SVGA3d.cpp: Applied patch for memory leak in …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57152   9 years vboxsync vmsvga3d: Removed non-VMSVGA3D_OGL_WITH_SHARED_CTX OpenGL code.
(add) @57151   9 years vboxsync VMSVGA3d: Started reworking 3d command handling code to avoid …
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