VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86576   4 years vboxsync 3D: Clarify shader version
(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) @85938   4 years vboxsync Devices/Graphics: fixed a couple of log statements and updated …
(edit) @85369   4 years vboxsync Devices/Graphics,Main,include: Experimental graphics output (build …
(edit) @85368   4 years vboxsync Devices/Graphics,Main,include: Experimental graphics output. bugref:9695
(edit) @85156   4 years vboxsync Devices/Graphics: Release texture object on failure (reverted a part …
(edit) @85153   4 years vboxsync Devices/Graphics: Release texture object on failure, bugref:9747
(edit) @84856   4 years vboxsync scm
(edit) @84849   4 years vboxsync DevVGA-SVGA3d: Jettison the titlebar and border of the window we pass …
(edit) @84841   4 years vboxsync DevVGA-SVGA3d-win.cpp: More assertions. bugref:8489
(edit) @84742   4 years vboxsync Devices/Graphics: experimental GLX graphics output
(edit) @84259   5 years vboxsync DevVGA-SVGA3d-win.cpp: VC++ 14.1 warnings. bugref:8489
(edit) @84136   5 years vboxsync DevVGA-SVGA3d: Use ASSERT_GUEST_RETURN rather than AssertReturn for …
(edit) @83620   5 years vboxsync Devices/Graphics: check the resource type, step 2. bugref:9709
(edit) @83596   5 years vboxsync Devices/Graphics: check the resource type
(edit) @83579   5 years vboxsync Devices/Graphics: added helpers to parse and log the shader code, …
(edit) @83513   5 years vboxsync VMSVGA: Skip light source if index is wrong, bugref:9689
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82650   5 years vboxsync Devices/Graphics: Cleanup all vertex streams and the vertex declaration.
(edit) @82609   5 years vboxsync Devices/Graphics: pThis -> pThisCC.
(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) @82431   5 years vboxsync Devices/Graphics: assertion message
(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) @81980   5 years vboxsync Devices/Graphics: log the shader float constants as floats
(edit) @81978   5 years vboxsync Devices/Graphics: logging
(edit) @81903   5 years vboxsync Devices/Graphics: D3D backend: use the vertex attribute index to …
(edit) @81899   5 years vboxsync Devices/Graphics: assertions and (disabled) debug code
(edit) @81652   5 years vboxsync Devices/Graphics: dump shader code in D3D backend if shader creation …
(edit) @81633   5 years vboxsync Devices/Graphics: remove unnecessary assertion: this case works.
(edit) @81617   5 years vboxsync Devices/Graphics: dump all mipmaps of a texture; log.
(edit) @81609   5 years vboxsync Devices/Graphics: use the source context in vmsvga3dSurfaceCopy in D3D …
(edit) @81599   5 years vboxsync Devices/Graphics: remove obsolete code from D3D backend
(edit) @81577   5 years vboxsync Devices/Graphics: use the current viewport dimensions for the dummy …
(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) @81291   5 years vboxsync Devices/Graphics: LogRel the D3D adapter identifier
(edit) @81205   5 years vboxsync VMSVGA: Ignore invalid SVGA_3D_CMD_SETLIGHTENABLED, bugref:9583
(edit) @81080   5 years vboxsync Devices/Graphics: correctly process the vertex attribute arrays with …
(edit) @81022   5 years vboxsync Devices/Graphics: use correct context when waiting on a shared …
(edit) @79681   5 years vboxsync DevVGA-SVGA3d-win.cpp: Sync vmsvga3dSurfaceGetSharedCopy with …
(edit) @79668   5 years vboxsync VMSVGA: Ignore requests to set invalid transform type or render state, …
(edit) @78589   6 years vboxsync Devices/Graphics: use more vmsvga3d helpers, minor cleanups
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75751   6 years vboxsync DevVGA-SVGA3d-win.cpp: make vmsvga3dSurfaceCopy more flexible (now can …
(edit) @75715   6 years vboxsync Device/Graphics: multiple screens for VMSVGA.
(edit) @75514   6 years vboxsync DevVGA-SVGA: logging
(edit) @74549   6 years vboxsync DevVGA-SVGA: further cleanup of context windows creation (Windows host …
(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) @73195   6 years vboxsync DevVGA: debug build fix
(edit) @73194   6 years vboxsync DevVGA-SVGA: added new parameters for vmsvgaGMRTransfer in order to …
(edit) @72241   7 years vboxsync DevVGA-SVGA3d-win.cpp: fixed swapped src and dst in …
(edit) @71686   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @69965   7 years vboxsync Devices/Graphics: VMSVGA: sync the just created shared resource in D3D …
(edit) @69922   7 years vboxsync Devices/Graphics: VMSVGA: info vmsvga3dsurf debugger command.
(edit) @69905   7 years vboxsync Devices/Graphics: VMSVGA: do not recreate D3D vertex declaration if it …
(edit) @69904   7 years vboxsync Devices/Graphics: VMSVGA: take screen offset into account; saved state …
(edit) @69869   7 years vboxsync Devices/Graphics: VMSVGA: D3D backend fixes.
(edit) @69859   7 years vboxsync Devices/Graphics: VMSVGA: removed sidRenderTarget, because it does not …
(edit) @69665   7 years vboxsync Devices/Graphics: VMSVGA D3D backend: added SVGA3D_R8G8B8A8_UNORM, …
(edit) @69655   7 years vboxsync DevVGA-SVGA3d-win.cpp: scm cleaned up trailing whitespace
(edit) @69608   7 years vboxsync Devices/Graphics: VMSVGA vmsvga3dDrawPrimitives should take into …
(edit) @69597   7 years vboxsync Devices/Graphics: VMSVGA vmsvga3dDrawPrimitives rewritten to avoid …
(edit) @69415   7 years vboxsync Devices/Graphics: VMSVGA occlusion queries
(edit) @69294   7 years vboxsync Devices/Graphics: scm cleanups
(edit) @69243   7 years vboxsync Devices/Graphics: VMSVGA build fix
(edit) @69242   7 years vboxsync Devices/Graphics: VMSVGA: support vertex divisors in …
(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) @67572   7 years vboxsync DevVGA-SVGA3d-win.cpp: Use the bounce texture if necessary to copy …
(edit) @67179   8 years vboxsync DevVGA-SVGA3d-win.cpp: logging fixes, sid= prefix for all surface ids
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @64483   8 years vboxsync DevVGA_SVGA: fixed index/vertex buffer usage with recent Mesa
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63134   8 years vboxsync SVGA3d-win: warnings
(edit) @60327   9 years vboxsync DevVGA-SVGA3d-win.cpp: Warning.
(edit) @60016   9 years vboxsync Graphics/DevVGA-SVGA3d-win: typo (thanks PVS)
(edit) @57790   9 years vboxsync VMSVGA3d: Turns out I'm blitting to the wrong end (Y direction) of the …
(edit) @57520   9 years vboxsync build fix
(edit) @57519   9 years vboxsync SVGA3d/win: Fixed the scrolling issues with the SVGA_3D_CMD_PRESENT …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57151   9 years vboxsync VMSVGA3d: Started reworking 3d command handling code to avoid …
(edit) @57149   9 years vboxsync VMSVGA3d: Combining OGL and D3D backend structures and moving …
(edit) @57082   9 years vboxsync VMSVGA3d: build fixes.
(edit) @57081   9 years vboxsync VMSVGA3d: added vmsvga3dctx and vmsvga3dsfc info items, the latter …
(edit) @56593   9 years vboxsync info vmsvga
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @55811   10 years vboxsync DevVGA-SVGA3d-ogl.cpp,++: A couple of minor fixes and more GL success …
(edit) @55684   10 years vboxsync SVGA3d: mipmap related patch from trivirt.
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @54789   10 years vboxsync VMSVGA3d: Changed the surface arrays into pointer arrays to reduce the …
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