Stanislav Motylkov
0bd8a2110b
[WIN32SS] Always build all video miniport drivers
...
But include registry changes and INF files depending on SARCH variable.
This commit is expected to uncover pc98vid build error on MSVC 2015.
Addendum to 8c475e4
. CORE-17529
2021-05-18 19:24:57 +03:00
Stanislav Motylkov
2a77e359e4
[XBOX] Move NV2A XGPU definitions into header file
...
TODO: helper functions should be also moved. CORE-16216
2020-08-26 16:58:01 +03:00
Stanislav Motylkov
f87a695b35
[XBOXVMP] Work with Xbox GPU registers properly
...
Bug was noticed with GCC 8.4
2020-05-02 23:24:36 +03:00
Victor Perevertkin
019f21ee1d
[MEDIA][CMAKE] Create add_driver_inf cmake function
...
*.inf files for drivers can now be placed along with the driver code
2020-04-26 20:28:04 +03:00
Stanislav Motylkov
afdb42023c
[FREELDR][XBOXVMP] Check only low 28 bits for framebuffer address ( #2249 )
...
Fixes framebuffer detection on real hardware Xbox.
2020-01-14 20:20:22 +01:00
Stanislav Motylkov
297abde716
[FREELDR][XBOXVMP] Retrieve screen resolution directly from NV2A GPU ( #1962 )
...
CORE-16216
2019-10-09 23:27:22 +02:00
Stanislav Motylkov
b3301df570
[XBOXVMP] Fix broken pixels and general refactoring ( #1896 )
...
- Remove old hacky code based on MmHighestPhysicalPage.
- Split I2C SMBus code into a separate source file.
CORE-16216 CORE-16357
2019-10-08 17:08:44 +02:00
Stanislav Motylkov
b54a38b8c0
[XBOXVMP] Improve debugging prints
2019-09-01 23:01:57 +02:00
Stanislav Motylkov
816149e0c3
[XBOXVMP] Code formatting only
2019-09-01 23:01:57 +02:00
Stanislav Motylkov
8c36145087
[XBOXVMP] Add Xbox video miniport driver
...
Also make XboxVmp driver compatible with Video Port driver, specify
vendor id and device id explicitly in VideoPortGetAccessRanges() call
CORE-16317
2019-08-31 00:19:03 +02:00
Jérôme Gardou
23373acbb9
[CMAKE] Use modules instead of shared libraries
...
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.
On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00