|
|
@94489
|
3 years |
vboxsync |
WDDM: use correct headers. bugref:9845
|
|
|
@94485
|
3 years |
vboxsync |
WDDM: added VBOX_WITH_WDDM_DX (not enabled yet) to include the new …
|
|
|
@94469
|
3 years |
vboxsync |
WDDM: Updated D3D tests for new compiler
|
|
|
@94295
|
3 years |
vboxsync |
VMSVGA/3D: Coding slyle fix, bugref:10192
|
|
|
@94160
|
3 years |
vboxsync |
Additions: Windows: Use the same approach as with the host driver for …
|
|
|
@93834
|
3 years |
vboxsync |
3D/VMSVGA: Create equal Object Tables of the PAGE_SIZE bytes, bugref:9845
|
|
|
@93833
|
3 years |
vboxsync |
3D/VMSVGA: Additional header file to fix compilation errors in WDDM …
|
|
|
@93749
|
3 years |
vboxsync |
3D/VMSVGA: Accept the CreateContext request for …
|
|
|
@93670
|
3 years |
vboxsync |
3D/VMSVGA: Helper function to get bpp for a given DXGI_FORMAT, bugref:9845
|
|
|
@93349
|
3 years |
vboxsync |
3D/VMSVGA: protocol assumes tightly packed structs
|
|
|
@93322
|
3 years |
vboxsync |
/Config.kmk,*.kmk: Windows ASAN build adjustments. bugref:8489 bugref:9841
|
|
|
@93299
|
3 years |
vboxsync |
Add/win: VC++ 19.2 update 11 build adjustments. bugref:8489
|
|
|
@93265
|
3 years |
vboxsync |
Add,SUP: x86 build adjustments for /guard:cf. bugref:10162
|
|
|
@93251
|
3 years |
vboxsync |
/Config.kmk,Add,SupDrv: Enable control flow guards. bugref:10162
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@92964
|
3 years |
vboxsync |
GA/wddm: Don't include d3dkmthk directly, always via the clean iprt …
|
|
|
@92771
|
3 years |
vboxsync |
3D/VMSVGA: Removed annoying assertion causing guest BSOD during …
|
|
|
@92180
|
3 years |
vboxsync |
Add/WINNT/d3dhlp.cpp: Force UTF-8 file encoding.
|
|
|
@90578
|
3 years |
vboxsync |
3D/VMSVGA: Syncing access to command buffers from EMT and FIFO …
|
|
|
@90255
|
3 years |
vboxsync |
3D/VMSVGA: Command buffers are used instead of FIFO when 3D accel is …
|
|
|
@90188
|
3 years |
vboxsync |
3D/VMSVGA: Parameters validation during command buffer context …
|
|
|
@90180
|
3 years |
vboxsync |
3D/VMSVGA: The command buffer context init/cleanup on device …
|
|
|
@89438
|
4 years |
vboxsync |
3D/VMSVGA/WDDM: Use SVGA_REG_DEV_CAP register only if …
|
|
|
@89361
|
4 years |
vboxsync |
3D/VMSVGA/WDDM: Read all the SVGA3D_DEVCAP_* values from host during …
|
|
|
@89147
|
4 years |
vboxsync |
3D/VMSVGA: Use the same AdapterInfo request in DX9 and DX11 drivers, …
|
|
|
@88111
|
4 years |
vboxsync |
3D/DX11: New context type for DX11 commands submittion, bugref:9845
|
|
|
@86815
|
4 years |
vboxsync |
WDDM: D3D11 test application
|
|
|
@86632
|
4 years |
vboxsync |
3D: Invoke RTR0Term as a final step of VBoxWddm|DxgkDdiUnload
|
|
|
@86307
|
4 years |
vboxsync |
WDDM: cleanup. bugref:9830
|
|
|
@86027
|
4 years |
vboxsync |
WDDM: fix for VBoxVGA adapter
|
|
|
@85625
|
4 years |
vboxsync |
WDDM: Added a todo and disabled an assertion for everyone but me.
|
|
|
@85375
|
4 years |
vboxsync |
WDDM: tweaked miniport capabilities to be at Win7+ level (follow-up to …
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@85059
|
4 years |
vboxsync |
WDDM: tweaked miniport capabilities to be at Win7+ level
|
|
|
@85058
|
4 years |
vboxsync |
WDDM: fixed HSyncFreq calculation
|
|
|
@85057
|
4 years |
vboxsync |
wddm/dbg/D3DFeatureLevel: compilation fixes
|
|
|
@84749
|
5 years |
vboxsync |
WDDM: D3D9 test: warnings
|
|
|
@84729
|
5 years |
vboxsync |
WDDM: return STATUS_SUCCESS
|
|
|
@84697
|
5 years |
vboxsync |
WDDM: log the refresh rate for debug purposes.
|
|
|
@84664
|
5 years |
vboxsync |
WDDM: D3D9 test: FPS display
|
|
|
@84658
|
5 years |
vboxsync |
WDDM: allow to change the refresh rate for debug purposes.
|
|
|
@84465
|
5 years |
vboxsync |
WDDM: VMSVGA mouse pointer masks must have dword aligned scanlines.
|
|
|
@84410
|
5 years |
vboxsync |
Add/NT/Graphics: VC++ 14.0 warnings. bugref:8489
|
|
|
@84367
|
5 years |
vboxsync |
Add/wddm: Adjustments for VC++ 19.2. bugref:8489
|
|
|
@84325
|
5 years |
vboxsync |
VBoxTray: fixed wrong condition for UpdateModes; always log errors.
|
|
|
@84321
|
5 years |
vboxsync |
WDDM: D3D9 test: fixed continuous mode
|
|
|
@83842
|
5 years |
vboxsync |
Additions/NT/Graphics: Use RTUtf16Printf rather than swprintf …
|
|
|
@83840
|
5 years |
vboxsync |
VBoxMPWddm.h: Removed ancient disabling of assertions (r71411).
|
|
|
@83834
|
5 years |
vboxsync |
Add/NT/Graphics: VC++ 14.1 warnings. [build fix] bugref:8489
|
|
|
@83830
|
5 years |
vboxsync |
Add/NT/Graphics: VC++ 14.1 warnings. [build fix] bugref:8489
|
|
|
@83827
|
5 years |
vboxsync |
Add/NT/Graphics: VC++ 14.1 warnings. bugref:8489
|
|
|
@83694
|
5 years |
vboxsync |
WDDM: surface definition.
|
|
|
@83578
|
5 years |
vboxsync |
WDDM: compute the number of available miplevels; return an error if a …
|
|
|
@83222
|
5 years |
vboxsync |
WDDM: Miniport: host surface management and shared surface handling, …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82753
|
5 years |
vboxsync |
WINNT/Video: VBoxWddm-info cleanup fix.
|
|
|
@82679
|
5 years |
vboxsync |
WDDM: HardwareAccess for create/delete surface.
|
|
|
@82651
|
5 years |
vboxsync |
WDDM: the miniport does not implement proper handling of host objects yet
|
|
|
@82584
|
5 years |
vboxsync |
WDDM: DXVA support for various video transfer matrices
|
|
|
@82547
|
5 years |
vboxsync |
WDDM: added DXVAHD and WIN7 adapter capabilities, currently disabled
|
|
|
@82440
|
5 years |
vboxsync |
WDDM: miniport log groups
|
|
|
@82429
|
5 years |
vboxsync |
WDDM: init D3DDDICB_ESCAPE
|
|
|
@82424
|
5 years |
vboxsync |
WDDM: RT_ZERO D3DDDICB_ESCAPE
|
|
|
@82416
|
5 years |
vboxsync |
WDDM: use DXVA
|
|
|
@82415
|
5 years |
vboxsync |
WDDM: initial DXVA implementation
|
|
|
@82414
|
5 years |
vboxsync |
WDDM: introduce DXVA capability flag; log the adapter capabilities; …
|
|
|
@82413
|
5 years |
vboxsync |
WDDM: scm
|
|
|
@82412
|
5 years |
vboxsync |
WDDM: a helper to translate VBOXWDDM_ALLOC_TYPE_ to a string
|
|
|
@82411
|
5 years |
vboxsync |
WDDM: no need for D3DDDICB_ESCAPE::Flags.HardwareAccess when creating …
|
|
|
@82396
|
5 years |
vboxsync |
Additions: revert VBoxVideo back to start on boot, because old, not …
|
|
|
@82330
|
5 years |
vboxsync |
WDDM: prototype DXVA implementation
|
|
|
@82326
|
5 years |
vboxsync |
Config.kmk: use w.x.y.z version scheme for drivers (InfVerif …
|
|
|
@82169
|
5 years |
vboxsync |
WDDM: gallium driver does not need the workaround.
|
|
|
@81977
|
5 years |
vboxsync |
WDDM: direct3d test application: fix
|
|
|
@81904
|
5 years |
vboxsync |
WDDM: SetRenderTarget resets the viewport and the scissor rectangle, …
|
|
|
@81856
|
5 years |
vboxsync |
WDDM: exclude transparent pixels from the monochrome mouse pointers …
|
|
|
@81813
|
5 years |
vboxsync |
WDDM: exclude transparent pixels from the mouse pointer.
|
|
|
@81759
|
5 years |
vboxsync |
Additions/WDDM: Compile fixes if VBOX_WITH_MESA3D is not defined.
|
|
|
@81686
|
5 years |
vboxsync |
WDDM: process HGSMI interrupts for VBoxSVGA adapter, this makes VHWA …
|
|
|
@81651
|
5 years |
vboxsync |
WDDM: support for the legacy VBoxVGA adapter
|
|
|
@81650
|
5 years |
vboxsync |
WDDM: code for the legacy VBoxVGA adapter
|
|
|
@81632
|
5 years |
vboxsync |
WDDM: miniport should tell the user mode driver whether 3D is enabled …
|
|
|
@81594
|
5 years |
vboxsync |
WDDM: increase the max mouse pointer size to 256x256; use the VMSVGA …
|
|
|
@81369
|
5 years |
vboxsync |
*: doxygen fixes
|
|
|
@81111
|
5 years |
vboxsync |
WDDM: install the OpenGL ICD if VBOX_WITH_MESA3D is defined; remove …
|
|
|
@81082
|
5 years |
vboxsync |
WDDM: display driver: added asserts.
|
|
|
@81081
|
5 years |
vboxsync |
WDDM: opengl test application: DrawArraysInstanced.
|
|
|
@80959
|
5 years |
vboxsync |
WDDM: no need to synch textures and cube textures.
|
|
|
@80876
|
5 years |
vboxsync |
Additions/WINNT/Graphics,include: remove obsolete Chromium code. …
|
|
|
@80748
|
5 years |
vboxsync |
Additions/WINNT/Graphics: Lots of compilation fixes if …
|
|
|
@80745
|
5 years |
vboxsync |
Additions/WDDM: Build fix if VBOX_WITH_MESA3D is not defined.
|
|
|
@80488
|
5 years |
vboxsync |
WDDM: removed obsolete swapchain related code. bugref:9529
|
|
|
@80487
|
5 years |
vboxsync |
WDDM: removed obsolete VBOX_WITH_CROGL define. bugref:9529
|
|
|
@80486
|
5 years |
vboxsync |
WDDM: removed obsolete VBOXVDMA code. bugref:9529
|
|
|
@80483
|
5 years |
vboxsync |
WDDM: remove obsolete CmdVbva code. bugref:9529
|
|
|
@80482
|
5 years |
vboxsync |
WDDM: remove Gallium driver dependency on CmdVbva. bugref:9529
|
|
|
@80478
|
5 years |
vboxsync |
WDDM: remove unused VBOX_VDMA_WITH_WATCHDOG code. bugref:9529
|
|
|
@80475
|
5 years |
vboxsync |
WDDM: remove unused VBoxMPVhwa code. bugref:9529
|
|
|
@80435
|
5 years |
vboxsync |
WDDM: more cleanups. bugref:9529
|
|
|
@80425
|
5 years |
vboxsync |
WDDM: remove unused parameters. bugref:9529
|
|
|