|
|
@81211
|
5 years |
vboxsync |
More validation of a shader bytecode, bugref:9520
|
|
|
@81205
|
5 years |
vboxsync |
VMSVGA: Ignore invalid SVGA_3D_CMD_SETLIGHTENABLED, bugref:9583
|
|
|
@81194
|
5 years |
vboxsync |
Devices/Graphics/DevVGA-SVGA.cpp: Improve check, bugref:9535
|
|
|
@81102
|
5 years |
vboxsync |
Devices/Graphics: removed apparently unused header files.
|
|
|
@81080
|
5 years |
vboxsync |
Devices/Graphics: correctly process the vertex attribute arrays with …
|
|
|
@81031
|
5 years |
vboxsync |
PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
|
|
|
@81022
|
5 years |
vboxsync |
Devices/Graphics: use correct context when waiting on a shared …
|
|
|
@80872
|
5 years |
vboxsync |
Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529
|
|
|
@80759
|
5 years |
vboxsync |
6.1.0_BETA1
|
|
|
@80731
|
5 years |
vboxsync |
Devices/Graphics: Build fixes if VBOX_WITH_VMSVGA is not defined.
|
|
|
@80704
|
5 years |
vboxsync |
PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
|
|
|
@80701
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80585
|
5 years |
vboxsync |
Runtime: Some renaming to stay consistent (*Get* always returns what …
|
|
|
@80547
|
5 years |
vboxsync |
Devices/Graphics/shaderlib: print OpenGL shader compiler messages.
|
|
|
@80531
|
5 years |
vboxsync |
VMM,Devices: Some PDM device model refactoring. bugref:9218
|
|
|
@80515
|
5 years |
vboxsync |
Devices/Graphics/shaderlib: workaround for mac OS GL driver limits
|
|
|
@80478
|
5 years |
vboxsync |
WDDM: remove unused VBOX_VDMA_WITH_WATCHDOG code. bugref:9529
|
|
|
@80477
|
5 years |
vboxsync |
DevVGA_VMDA.cpp: More doxygen fixes
|
|
|
@80474
|
5 years |
vboxsync |
DevVGA_VMDA.cpp: More doxygen fixes
|
|
|
@80471
|
5 years |
vboxsync |
DevVGA_VMDA.cpp: Doxygen fixes
|
|
|
@80430
|
5 years |
vboxsync |
Devices/Graphics: Resurrect the graphics device part of r132865 …
|
|
|
@80428
|
5 years |
vboxsync |
Devices/Graphics: Resurrect the graphics device part of r132865 …
|
|
|
@80396
|
5 years |
vboxsync |
Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
|
|
|
@80295
|
5 years |
vboxsync |
Graphics/HGSMIHost.h: Avoid including vm.h just for three cases of …
|
|
|
@80294
|
5 years |
vboxsync |
DevVGA.cpp: Ditto.
|
|
|
@80281
|
5 years |
vboxsync |
VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
|
|
|
@80118
|
5 years |
vboxsync |
VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
|
|
|
@79791
|
5 years |
vboxsync |
Devices/Graphics: UYVY and YUY2 formats
|
|
|
@79681
|
5 years |
vboxsync |
DevVGA-SVGA3d-win.cpp: Sync vmsvga3dSurfaceGetSharedCopy with …
|
|
|
@79670
|
5 years |
vboxsync |
VMSVGA: Adding some more validation of a shader bytecode, bugref:9460
|
|
|
@79668
|
5 years |
vboxsync |
VMSVGA: Ignore requests to set invalid transform type or render state, …
|
|
|
@78593
|
6 years |
vboxsync |
Devices/Graphics: use more vmsvga3d helpers, minor cleanups (build fix)
|
|
|
@78589
|
6 years |
vboxsync |
Devices/Graphics: use more vmsvga3d helpers, minor cleanups
|
|
|
@78347
|
6 years |
vboxsync |
DevVGA-SVGA.cpp: attempt to fix breakage from last change.
|
|
|
@78344
|
6 years |
vboxsync |
DevVGA-SVGA.cpp: re-init FIFO on VM reset
|
|
|
@78015
|
6 years |
vboxsync |
DevVGA: Attempt to disable any mouse cursor when resetting the …
|
|
|
@78011
|
6 years |
vboxsync |
DevVGA-SVGA: use VBVA interface to update screen. bugref:9430
|
|
|
@77965
|
6 years |
vboxsync |
Devices/Graphics: more preparations for drawing the pointer cursor …
|
|
|
@77958
|
6 years |
vboxsync |
VMSVGA: Refined pitch lock handling, also reset FIFO on VM reset. See …
|
|
|
@77954
|
6 years |
vboxsync |
SVGA: Fixed thinkos (bugref:9424).
|
|
|
@77952
|
6 years |
vboxsync |
VMSVGA: Implemented pitch lock registers. See bugref:9424
|
|
|
@77920
|
6 years |
vboxsync |
VMSVGA: Report FIFO_CAP_RESERVE capability which we do support.
|
|
|
@77915
|
6 years |
vboxsync |
VMSVGA: Calculate pitch when width or bpp is set. See bugref:9424
|
|
|
@77869
|
6 years |
vboxsync |
DevVGA-SVGA: report the mouse cursor position only if the guest …
|
|
|
@77867
|
6 years |
vboxsync |
DevVGA-SVGA: screen update notification is required to make the VRDP …
|
|
|
@77703
|
6 years |
vboxsync |
BVGA,Display,FE/Qt: Don't flood the release log with screen updates …
|
|
|
@77451
|
6 years |
vboxsync |
Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
|
|
|
@77370
|
6 years |
vboxsync |
Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
|
|
|
@77299
|
6 years |
vboxsync |
DevVGA,PCI,PGM: Hacks for making it possible to load saved states of …
|
|
|
@77289
|
6 years |
vboxsync |
DevVGA-SVGA: Use the VGA refresh timer to babysit the FIFO thread and …
|
|
|
@77288
|
6 years |
vboxsync |
DevVGA-SVGA: Use the VGA refresh timer to babysit the FIFO thread and …
|
|
|
@77287
|
6 years |
vboxsync |
DevVGA-SVGA: Use the VGA refresh timer to babysit the FIFO thread and …
|
|
|
@77283
|
6 years |
vboxsync |
nit
|
|
|
@77282
|
6 years |
vboxsync |
vmsvgaFIFOLoop: Disabled incorrect assertion. bugref:9376
|
|
|
@77226
|
6 years |
vboxsync |
Devices/DevVGA-SVGA: move an assertion out of the FIFO access handler. …
|
|
|
@77207
|
6 years |
vboxsync |
DevVGA-SVGA: Review and cleanup of cursor code and more, untested, …
|
|
|
@77206
|
6 years |
vboxsync |
DevVGA-SVGA: Review and cleanup of cursor code and more, untested, …
|
|
|
@77194
|
6 years |
vboxsync |
Devices/DevVGA-SVGA: make FIFO polling thread sleep when idle. …
|
|
|
@77193
|
6 years |
vboxsync |
Devices/DevVGA-SVGA: make FIFO polling thread sleep when idle. …
|
|
|
@77151
|
6 years |
vboxsync |
Devices/DevVGA-SVGA: add cursor position reporting to the front-end. …
|
|
|
@77130
|
6 years |
vboxsync |
pdmifs/DevVGA/DisplayImpl: add screen id to …
|
|
|
@77114
|
6 years |
vboxsync |
DevVGA-SVGA3d-ogl: remember type of created resource; …
|
|
|
@76994
|
6 years |
vboxsync |
whitespace
|
|
|
@76985
|
6 years |
vboxsync |
Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo …
|
|
|
@76951
|
6 years |
vboxsync |
Comments, typos.
|
|
|
@76817
|
6 years |
vboxsync |
6.0.2
|
|
|
@76789
|
6 years |
vboxsync |
DevVGA-SVGA.cpp: support for blanking
|
|
|
@76635
|
6 years |
vboxsync |
DevVGA-SVGA.cpp: fixed VMSVGA saved state with 3D disabled
|
|
|
@76565
|
6 years |
vboxsync |
Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76520
|
6 years |
vboxsync |
Devices: scm --fix-header-guards. bugref:9344
|
|
|
@76519
|
6 years |
vboxsync |
Devices: Header guard fixing preps. bugref:9344
|
|
|
@76474
|
6 years |
vboxsync |
scm --fix-err-h src/ (bugref:9344)
|
|
|
@76315
|
6 years |
vboxsync |
DevVGA-SVGA3d-glLdr.h: Temporary hack for system glext.h using …
|
|
|
@76288
|
6 years |
vboxsync |
6.0.0
|
|
|
@76270
|
6 years |
vboxsync |
DevVGA-SVGA3d: dynamic loading of OpenGL: call XInitThreads
|
|
|
@76269
|
6 years |
vboxsync |
DevVGA-SVGA3d: dynamic loading of OpenGL: log failures
|
|
|
@76267
|
6 years |
vboxsync |
DevVGA-SVGA3d: scm
|
|
|
@76266
|
6 years |
vboxsync |
DevVGA-SVGA3d-ogl: a better check for shader version
|
|
|
@76263
|
6 years |
vboxsync |
DevVGA-SVGA3d: dynamic loading of OpenGL: X11 too
|
|
|
@76261
|
6 years |
vboxsync |
DevVGA-SVGA3d: no need to resize the opengl window, it is not used for …
|
|
|
@76255
|
6 years |
vboxsync |
DevVGA-SVGA3d: Use PDMDevHlpVMSetError and …
|
|
|
@76254
|
6 years |
vboxsync |
DevVGA-SVGA3d: enable dynamic loading of opengl: use function pointer type
|
|
|
@76253
|
6 years |
vboxsync |
DevVGA-SVGA3d: dynamic loading of OpenGL: use function pointer type
|
|
|
@76252
|
6 years |
vboxsync |
DevVGA-SVGA3d: enable dynamic loading of opengl for win and linux …
|
|
|
@76249
|
6 years |
vboxsync |
DevVGA-SVGA: removed obsolete HostWindowId
|
|
|
@76248
|
6 years |
vboxsync |
DevVGA-SVGA3d: update for dynamic loading of OpenGL
|
|
|
@76247
|
6 years |
vboxsync |
DevVGA-SVGA3d: more for dynamic loading of opengl
|
|
|
@76246
|
6 years |
vboxsync |
DevVGA-SVGA3d: dynamic loading of opengl (not enabled)
|
|
|
@76245
|
6 years |
vboxsync |
DevVGA-SVGA3d: more for dynamic loading of opengl
|
|
|
@76244
|
6 years |
vboxsync |
DevVGA-SVGA3d-info.cpp: dump ARGB bitmap for 32 bit formats
|
|
|
@76241
|
6 years |
vboxsync |
DevVGA-SVGA3d: started on dynamic loading of opengl
|
|
|
@76237
|
6 years |
vboxsync |
DevVGA-SVGA3d-ogl: no 3D overlay on Darwin too
|
|
|
@76236
|
6 years |
vboxsync |
DevVGA-SVGA: fixed detection of shading language version on Darwin
|
|
|
@76234
|
6 years |
vboxsync |
DevVGA: allow to take screenshots with VMSVGA device.
|
|
|
@76204
|
6 years |
vboxsync |
DevVGA: Fixed vgaMMIORead to correctly return VINF_IOM_R3_MMIO_READ …
|
|
|
@76201
|
6 years |
vboxsync |
Fixed vgaMMIORead to correctly return VINF_IOM_R3_MMIO_READ
|
|
|
@76181
|
6 years |
vboxsync |
DevVGA-SVGA: process the three GMRFB related commands when …
|
|
|
@76171
|
6 years |
vboxsync |
Graphics/VMSVGA: return the configured number from …
|
|
|
@76129
|
6 years |
vboxsync |
6.0.0_RC1
|
|
|