| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[BOCHSMP] Support up to 2 graphic cards in LiveCD | 8 个月前 | |
[BOOTVID:PC98][PC98VID] Disable the text layer when setting mode (#8539) The previous approach was causing the contents of TVRAM to be visible after boot: https://github.com/user-attachments/assets/df6d2782-4d54-41ab-b4c9-caeb170c4e1e Fixes a regression introduced in 0fa49018cd071e037fad697749c438248ddc40d2. CORE-17977 | 8 个月前 | |
[VBEMP] Return NO_ERROR in VBESetPowerState (#9350) Fix incorrect status code returned by VBESetPowerState() in the VBE miniport driver. - VBESetPowerState() returned `VBE_SUCCESS` (`0x4F`, raw VESA BIOS AL success code) instead of `NO_ERROR` on success, so callers checking for `NO_ERROR` would treat every successful DPMS power-state change as a failure. Change it to `NO_ERROR`. - Change annotations to SAL2 in the source and header. | 1 个月前 | |
[WIN32SS:ENG] Rework EngpUpdateGraphicsDeviceList - choose VGA adapter outside of driver initialization loop - choose primary adapter outside of driver initialization loop - link VGA adapter to primary adapter at the end - only set DISPLAY_DEVICE_PRIMARY_DEVICE in this function Also mark VgaSave driver as SystemStart instead of Disabled, so it is available if main display driver doesn't work. | 1 年前 | |
[REACTOS] Fix typos in comments (#5591) Fixing typos in code comments enhances code readability and comprehension for developers and collaborators. | 3 年前 | |
[VMX_SVGA] Demote 3 DPRINT1() and define NDEBUG (#5843) Addendum to 486e587 (r45778). | 2 年前 | |
[XBOXVMP] Real OG XBOX NVidia GPU exposes 3 access ranges, so retrieve them. CORE-19011 Fix a "bug" I introduced in commit 61012eb54. VideoPortGetAccessRanges() expects the caller to specify at least the total number of ranges the hardware exposes, otherwise it fails with ERROR_MORE_DATA. (Tested also with the help of Windows' videoprt.sys.) On real original XBOX there are three: ``` 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV2A [XGPU] [10de:02a0] (rev a1) Subsystem: Unknown [0000:0000] Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 03 Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Memory at f0000000 (32-bit, prefetchable) [size=128M] Memory at 00000000 (32-bit, prefetchable) [size=512K] ``` Thanks to Stanislav and Daniel for tests on the real XBOX. | 3 年前 | |
[BOCHSMP] Add driver for QEMU and Bochs graphic card | 3 年前 |