VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75939   6 years vboxsync Graphics/VMSVGA: return 32, not 1 from SVGA_REG_NUM_DISPLAYS register. …
(edit) @75851   6 years vboxsync 6.0.0_BETA3
(edit) @75811   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: get rid of the overlay window on X11 host.
(edit) @75752   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: format fixes; restored support for Z_DF16; …
(edit) @75751   6 years vboxsync DevVGA-SVGA3d-win.cpp: make vmsvga3dSurfaceCopy more flexible (now can …
(edit) @75723   6 years vboxsync Device/Graphics: multiple screens for VMSVGA (fix).
(edit) @75717   6 years vboxsync Device/Graphics: multiple screens for VMSVGA (build fix).
(edit) @75716   6 years vboxsync Device/Graphics: multiple screens for VMSVGA (build fix).
(edit) @75715   6 years vboxsync Device/Graphics: multiple screens for VMSVGA.
(edit) @75696   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: the code does not use texture buffer objects
(edit) @75695   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: Z_DF16 is not supported by OpenGL; use texture …
(edit) @75514   6 years vboxsync DevVGA-SVGA: logging
(edit) @75508   6 years vboxsync DevVGA-SVGA: Assert -> Log
(edit) @75485   6 years vboxsync 6.0.0_BETA2
(edit) @75149   6 years vboxsync BIOS: Added custom video mode set function not limited by the list of …
(edit) @74983   6 years vboxsync Devices/*/BIOS: Regenreated alternative bios sources.
(edit) @74549   6 years vboxsync DevVGA-SVGA: further cleanup of context windows creation (Windows host …
(edit) @74474   6 years vboxsync Main,Devices: Graphics controller updates. bugref:8893
(edit) @74261   6 years vboxsync DevVGA-SVGA3d: corrected guest pitch; comments.
(edit) @74135   6 years vboxsync DevVGA: Removed unused argument.
(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) @73633   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: a few more formats.
(edit) @73519   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: formats fixes.
(edit) @73518   6 years vboxsync DevVGA-SVGA3d-ogl: shaderlib: allow more float constants.
(edit) @73390   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: allow DXT2 and DXT4 formats.
(edit) @73373   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: fixed handling of stencil render states (untested).
(edit) @73367   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: comment.
(edit) @73364   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions (mac build fix).
(edit) @73363   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions.
(edit) @73330   6 years vboxsync DevVGA-SVGA3d-ogl: instancing; compressed formats; workaround for …
(edit) @73328   6 years vboxsync DevVGA-SVGA: SVGA_CMD_BLIT_GMRFB_TO_SCREEN and …
(edit) @73297   6 years vboxsync DevVGA-SVGA3d: moved vmsvga3dSurfaceBlitToScreen to DevVGA-SVGA3d, …
(edit) @73296   6 years vboxsync DevVGA-SVGA3d-ogl: support for cubemaps, volume and compressed …
(edit) @73295   6 years vboxsync DevVGA-SVGA3d-ogl: support for cubemaps, volume and compressed …
(edit) @73284   6 years vboxsync DevVGA-SVGA3d-ogl: removed never used MANUAL_FLIP_SURFACE_DATA code.
(edit) @73283   6 years vboxsync DevVGA-SVGA3d-ogl: reverted a part of previous commit: …
(edit) @73238   6 years vboxsync DevVGA-SVGA3d-ogl: fixed wrong handling of GL_TEXTURE_MAX_LEVEL; added …
(edit) @73237   6 years vboxsync DevVGA-SVGA: log
(edit) @73203   6 years vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @73197   6 years vboxsync DevVGA-SVGA: implemented SVGA_CMD_BLIT_SCREEN_TO_GMRFB
(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) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73004   6 years vboxsync DevVGA-SVGA: renamed misleading parameters of vmsvgaGMRTransfer …
(edit) @72837   6 years vboxsync VBoxDbgGl: add missing va_end().
(edit) @72836   6 years vboxsync VBoxDbgGl: fix bitwise vs logical precedence.
(edit) @72241   7 years vboxsync DevVGA-SVGA3d-win.cpp: fixed swapped src and dst in …
(edit) @72060   7 years vboxsync DevVGA_VBVA: pedantic fix (uint32_t(~0)) isn't necessarily the same as …
(edit) @71904   7 years vboxsync 3D: bugref:9126, validate location of HGSM flags
(edit) @71893   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71698   7 years vboxsync DevVGA: Code cleanup in progress. ?bugref:9094
(edit) @71687   7 years vboxsync indent
(edit) @71686   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71673   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71656   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71651   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
(edit) @71629   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71628   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094 [bugfix]
(edit) @71626   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71622   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71620   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71619   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71612   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71611   7 years vboxsync DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
(edit) @71607   7 years vboxsync DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
(edit) @71604   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress: Backed …
(edit) @71603   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71598   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71596   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71595   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71592   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71590   7 years vboxsync DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
(edit) @71588   7 years vboxsync DevVGA_VDMA.cpp: Added missing+buggy bits from ?bugref:9054.
(edit) @71488   7 years vboxsync DevVGA, Additions: minor improvements for the VGA configuration interface.
(edit) @71194   7 years vboxsync DevVGA_VDMA.cpp: Annoying assertion in tstVMM.
(edit) @71149   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71148   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71146   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @70938   7 years vboxsync DevVGA-SVGA3d: FLOAT_FMT_ARGS fix for negative values. Fixed …
(edit) @70661   7 years vboxsync Devices/Graphics: build fix for previous code cleanups
(edit) @70604   7 years vboxsync DevVGA: cleanup in progress.
(edit) @70602   7 years vboxsync DevVGA: cleanup in progress.
(edit) @70600   7 years vboxsync DevVGA: cleanup in progress.
(edit) @70597   7 years vboxsync DevVGA: cleanup in progress
(edit) @70596   7 years vboxsync DevVGA: cleanup in progress
(edit) @70370   7 years vboxsync VBVADestroy: Need to check if pHGSMI is NULL _before_ passing it to …
(edit) @70077   7 years vboxsync Devices/Graphics, Main, FE/Qt: burn fix for previous commit. …
(edit) @70076   7 years vboxsync Devices/Graphics, Main, FE/Qt: burn fix for previous commit. …
(edit) @70075   7 years vboxsync Devices/Graphics, Main, FE/Qt: add plumbing for sending cursor …
(edit) @69965   7 years vboxsync Devices/Graphics: VMSVGA: sync the just created shared resource in D3D …
(edit) @69963   7 years vboxsync Devices/Graphics: VMSVGA: renamed helpers for initialization and …
(edit) @69940   7 years vboxsync Devices/Graphics: VMSVGA: helpers for initialization and destruction …
(edit) @69923   7 years vboxsync Devices/Graphics: VMSVGA: info vmsvga3dsurf debugger command (Windows …
(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) @69884   7 years vboxsync Devices/Graphics: Use offsets instead of pointers as arguments in VDMA …
(edit) @69870   7 years vboxsync Devices/Graphics: Code cleanup in VDMA blitter
(edit) @69869   7 years vboxsync Devices/Graphics: VMSVGA: D3D backend fixes.
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